File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
- ### 0 .9.0
2
+ ### 2 .9.0-preview
3
3
4
4
### 0.0.4
5
5
* Changes
Original file line number Diff line number Diff line change 8
8
9
9
@ {
10
10
RootModule = ' PowerShellGet.psm1'
11
- ModuleVersion = ' 0 .9.0'
11
+ ModuleVersion = ' 2 .9.0'
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
48
Tags = @ (' PackageManagement' ,
48
49
' PSEdition_Desktop' ,
49
50
' PSEdition_Core' ,
54
55
LicenseUri = ' https://github.com/PowerShell/PowerShellGet/blob/master/LICENSE'
55
56
ProjectUri = ' https://github.com/PowerShell/PowerShellGet'
56
57
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
64
59
* 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'
73
61
74
62
## For full history of release notes see changelog:
75
63
https://github.com/PowerShell/PowerShellGet/blob/master/CHANGELOG.md
You can’t perform that action at this time.
0 commit comments