File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ### 2.9.0-preview
2
+ ### 3.0.22-beta22
3
+ * Changes
4
+ - This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'
3
5
4
6
### 0.0.4
5
7
* Changes
Original file line number Diff line number Diff line change 8
8
9
9
@ {
10
10
RootModule = ' PowerShellGet.psm1'
11
- ModuleVersion = ' 2.9.0 '
11
+ ModuleVersion = ' 3.0.22 '
12
12
GUID = ' 68ec3ec1-55bf-42f8-9add-d224e5c76548'
13
13
Author = ' Microsoft Corporation'
14
14
CompanyName = ' Microsoft Corporation'
44
44
45
45
PrivateData = @ {
46
46
PSData = @ {
47
- Prerelease = ' preview '
47
+ Prerelease = ' beta22 '
48
48
Tags = @ (' PackageManagement' ,
49
49
' PSEdition_Desktop' ,
50
50
' PSEdition_Core' ,
55
55
LicenseUri = ' https://github.com/PowerShell/PowerShellGet/blob/master/LICENSE'
56
56
ProjectUri = ' https://github.com/PowerShell/PowerShellGet'
57
57
ReleaseNotes = @'
58
- ### 2.9.0-preview
58
+ ### 3.0.22-beta22
59
59
* Changes
60
60
- This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'
61
61
You can’t perform that action at this time.
0 commit comments