From 829186500146a1170d10498a1f1f23e4934698c3 Mon Sep 17 00:00:00 2001 From: anamnavi Date: Tue, 10 Mar 2026 16:38:45 -0400 Subject: [PATCH] Update changelog, release notes, version for v1.2.0 release --- CHANGELOG/1.2.md | 4 ++++ global.json | 2 +- src/Microsoft.PowerShell.PSResourceGet.psd1 | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG/1.2.md diff --git a/CHANGELOG/1.2.md b/CHANGELOG/1.2.md new file mode 100644 index 000000000..35912468c --- /dev/null +++ b/CHANGELOG/1.2.md @@ -0,0 +1,4 @@ +# 1.2 Changelog + +## [1.2.0](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-rc3...v1.2.0) - 2026-03-10 + diff --git a/global.json b/global.json index 9289a72a0..40cb45844 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.417" + "version": "8.0.419" } } diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1 index efacb8a3e..17c341571 100644 --- a/src/Microsoft.PowerShell.PSResourceGet.psd1 +++ b/src/Microsoft.PowerShell.PSResourceGet.psd1 @@ -50,7 +50,7 @@ 'usres') PrivateData = @{ PSData = @{ - Prerelease = 'rc3' + # Prerelease = '' Tags = @('PackageManagement', 'PSEdition_Desktop', 'PSEdition_Core', @@ -60,6 +60,8 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 1.2.0 + ## 1.2.0-rc3 ## Bug fix