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 5d25e44 commit e9274d5Copy full SHA for e9274d5
CHANGELOG/preview.md
@@ -1,4 +1,4 @@
1
-## [1.1.0-RC](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC) - 2024-09-13
+## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13
2
3
### New Features
4
src/Microsoft.PowerShell.PSResourceGet.psd1
@@ -46,7 +46,7 @@
46
'udres')
47
PrivateData = @{
48
PSData = @{
49
- Prerelease = 'RC'
+ Prerelease = 'RC1'
50
Tags = @('PackageManagement',
51
'PSEdition_Desktop',
52
'PSEdition_Core',
@@ -56,7 +56,7 @@
56
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
57
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
58
ReleaseNotes = @'
59
-## 1.1.0-RC
+## 1.1.0-RC1
60
61
62
0 commit comments