Skip to content

Commit f4bd328

Browse files
authored
Update changelog, release notes, version for v1.2.0 release (#1957)
1 parent 73b90e3 commit f4bd328

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG/1.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 1.2 Changelog
2+
3+
## [1.2.0](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-rc3...v1.2.0) - 2026-03-10
4+

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.417"
3+
"version": "8.0.419"
44
}
55
}

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'usres')
5151
PrivateData = @{
5252
PSData = @{
53-
Prerelease = 'rc3'
53+
# Prerelease = ''
5454
Tags = @('PackageManagement',
5555
'PSEdition_Desktop',
5656
'PSEdition_Core',
@@ -60,6 +60,8 @@
6060
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
6161
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
6262
ReleaseNotes = @'
63+
## 1.2.0
64+
6365
## 1.2.0-rc3
6466
6567
## Bug fix

0 commit comments

Comments
 (0)