Skip to content

Commit 0222da3

Browse files
authored
Merge pull request #46 from alerickson/newVersion
2 parents 5f1dbd9 + 04bece8 commit 0222da3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
2-
### 2.9.0-preview
2+
### 3.0.22-beta22
3+
* Changes
4+
- This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'
35

46
### 0.0.4
57
* Changes

src/PowerShellGet.psd1

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

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

4545
PrivateData = @{
4646
PSData = @{
47-
Prerelease = 'preview'
47+
Prerelease = 'beta22'
4848
Tags = @('PackageManagement',
4949
'PSEdition_Desktop',
5050
'PSEdition_Core',
@@ -55,7 +55,7 @@
5555
LicenseUri = 'https://github.com/PowerShell/PowerShellGet/blob/master/LICENSE'
5656
ProjectUri = 'https://github.com/PowerShell/PowerShellGet'
5757
ReleaseNotes = @'
58-
### 2.9.0-preview
58+
### 3.0.22-beta22
5959
* Changes
6060
- This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'
6161

0 commit comments

Comments
 (0)