We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ef151 commit dd9fa67Copy full SHA for dd9fa67
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
-### 2.9.0
+### 2.9.0-preview
3
4
### 0.0.4
5
* Changes
src/PowerShellGet.psd1
@@ -44,6 +44,7 @@
44
45
PrivateData = @{
46
PSData = @{
47
+ Prerelease = 'preview'
48
Tags = @('PackageManagement',
49
'PSEdition_Desktop',
50
'PSEdition_Core',
@@ -54,7 +55,7 @@
54
55
LicenseUri = 'https://github.com/PowerShell/PowerShellGet/blob/master/LICENSE'
56
ProjectUri = 'https://github.com/PowerShell/PowerShellGet'
57
ReleaseNotes = @'
58
59
60
- This module was renamed from 'CompatPowerShellGet' to 'PowerShellGet'
61
0 commit comments