Skip to content

Commit e9274d5

Browse files
committed
Update preview version to RC1
1 parent 5d25e44 commit e9274d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG/preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13
22

33
### New Features
44

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'RC'
49+
Prerelease = 'RC1'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,7 +56,7 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59-
## 1.1.0-RC
59+
## 1.1.0-RC1
6060
6161
### New Features
6262

0 commit comments

Comments
 (0)