Skip to content

Commit 5f1dbd9

Browse files
authored
Merge pull request #43 from alerickson/updateVersion
2 parents 70d3c06 + dd9fa67 commit 5f1dbd9

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
### 0.9.0
2+
### 2.9.0-preview
33

44
### 0.0.4
55
* Changes

src/PowerShellGet.psd1

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@{
1010
RootModule = 'PowerShellGet.psm1'
11-
ModuleVersion = '0.9.0'
11+
ModuleVersion = '2.9.0'
1212
GUID = '68ec3ec1-55bf-42f8-9add-d224e5c76548'
1313
Author = 'Microsoft Corporation'
1414
CompanyName = 'Microsoft Corporation'
@@ -44,6 +44,7 @@
4444

4545
PrivateData = @{
4646
PSData = @{
47+
Prerelease = 'preview'
4748
Tags = @('PackageManagement',
4849
'PSEdition_Desktop',
4950
'PSEdition_Core',
@@ -54,22 +55,9 @@
5455
LicenseUri = 'https://github.com/PowerShell/PowerShellGet/blob/master/LICENSE'
5556
ProjectUri = 'https://github.com/PowerShell/PowerShellGet'
5657
ReleaseNotes = @'
57-
### 0.9.0
58-
59-
### 0.0.4
60-
* Changes
61-
- Update module to be compatible with latest version of PowerShellGet (3.0.21-beta21)
62-
63-
### 0.0.3
58+
### 2.9.0-preview
6459
* Changes
65-
- Updated reference to PowerShellGet 'Url' parameter to 'Uri' to reflect changes made in PowerShellGet
66-
67-
### 0.0.2
68-
* Bug Fix
69-
- Remove -Force parameter when calling into v3 cmdlets
70-
71-
### 0.0.1
72-
* Initial release
60+
- This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'
7361
7462
## For full history of release notes see changelog:
7563
https://github.com/PowerShell/PowerShellGet/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)