Skip to content

Commit 5f7c455

Browse files
committed
Update changelog, release notes, version for v1.1.0-rc3 release
1 parent 949c26a commit 5f7c455

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG/preview.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## ## [1.1.0-rc3](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC2...v1.1.0-rc3) - 2024-11-15
2+
3+
### Bug Fix
4+
- Include missing commits
5+
6+
17
## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30
28

39
### New Features

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'RC2'
49+
Prerelease = 'rc3'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,11 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.1.0-rc3
60+
61+
### Bug Fix
62+
- Include missing commits
63+
5964
## 1.1.0-RC2
6065
6166
### New Features

0 commit comments

Comments
 (0)