We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b90e3 commit f4bd328Copy full SHA for f4bd328
CHANGELOG/1.2.md
@@ -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
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "8.0.417"
+ "version": "8.0.419"
}
5
src/Microsoft.PowerShell.PSResourceGet.psd1
@@ -50,7 +50,7 @@
50
'usres')
51
PrivateData = @{
52
PSData = @{
53
- Prerelease = 'rc3'
+ # Prerelease = ''
54
Tags = @('PackageManagement',
55
'PSEdition_Desktop',
56
'PSEdition_Core',
@@ -60,6 +60,8 @@
60
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
61
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
62
ReleaseNotes = @'
63
+## 1.2.0
64
65
## 1.2.0-rc3
66
67
## Bug fix
0 commit comments