We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 949c26a commit 5f7c455Copy full SHA for 5f7c455
2 files changed
CHANGELOG/preview.md
@@ -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
7
## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30
8
9
### New Features
src/Microsoft.PowerShell.PSResourceGet.psd1
@@ -46,7 +46,7 @@
46
'udres')
47
PrivateData = @{
48
PSData = @{
49
- Prerelease = 'RC2'
+ Prerelease = 'rc3'
50
Tags = @('PackageManagement',
51
'PSEdition_Desktop',
52
'PSEdition_Core',
@@ -56,6 +56,11 @@
56
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
57
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
58
ReleaseNotes = @'
59
+## 1.1.0-rc3
60
61
62
63
64
## 1.1.0-RC2
65
66
0 commit comments