Skip to content

Commit c2a8e18

Browse files
authored
Update version, changelog, release notes for 1.2.0-rc3 (#1942)
1 parent 0206a85 commit c2a8e18

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG/preview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Preview Changelog
22

3+
## [1.2.0-rc3](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-rc2..v1.2.0-rc3) - 2026-02-06
4+
5+
## Bug fix
6+
- Packages that depend on a specific version should search for the dependency with NormalizedVersion (#1941)
7+
38
## [1.2.0-rc2](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-rc1..v1.2.0-rc2) - 2026-02-05
49

510
## Bug fix

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'usres')
5151
PrivateData = @{
5252
PSData = @{
53-
Prerelease = 'rc2'
53+
Prerelease = 'rc3'
5454
Tags = @('PackageManagement',
5555
'PSEdition_Desktop',
5656
'PSEdition_Core',
@@ -60,6 +60,11 @@
6060
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
6161
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
6262
ReleaseNotes = @'
63+
## 1.2.0-rc3
64+
65+
## Bug fix
66+
- Packages that depend on a specific version should search for the dependency with NormalizedVersion (#1941)
67+
6368
## 1.2.0-rc2
6469
6570
## Bug fix

0 commit comments

Comments
 (0)