Skip to content

Commit 4c8aa89

Browse files
author
Anam Navied
committed
Merged PR 33601: Update changelog and dotnet sdk version
Update changelog and dotnet sdk version ---- #### AI description (iteration 1) #### PR Classification Documentation and bug fixes. #### PR Summary This pull request updates the changelog and the .NET SDK version, along with several bug fixes. - `src/Microsoft.PowerShell.PSResourceGet.psd1`: Added release notes for version 1.1.0 and removed the prerelease tag. - `CHANGELOG/1.1.md`: Added a new changelog file for version 1.1.0 detailing the bug fixes. - `global.json`: Updated .NET SDK version from 8.0.403 to 8.0.404.
1 parent 50ebac2 commit 4c8aa89

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG/1.1.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [1.1.0](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-rc3...v1.1.0) - 2025-01-09
2+
3+
### Bug Fixes
4+
5+
- Bugfix for publishing .nupkg file to ContainerRegistry repository (#1763)
6+
- Bugfix for PMPs like Artifactory needing modified filter query parameter to proxy upstream (#1761)
7+
- Bugfix for ContainerRegistry repository to parse out dependencies from metadata (#1766)
8+
- Bugfix for Install-PSResource Null pointer occurring when package is present only in upstream feed in ADO (#1760)
9+
- Bugfix for local repository casing issue on Linux (#1750)
10+
- Update README.md (#1759)
11+
- Bug fix for case sensitive License.txt when RequireLicense is specified (#1757)
12+
- Bug fix for broken -Quiet parameter for Save-PSResource (#1745)

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.403"
3+
"version": "8.0.404"
44
}
55
}

src/Microsoft.PowerShell.PSResourceGet.psd1

+13-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'rc3'
49+
# Prerelease = ''
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,18 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.1.0
60+
61+
### Bug Fix
62+
- Bugfix for publishing .nupkg file to ContainerRegistry repository (#1763)
63+
- Bugfix for PMPs like Artifactory needing modified filter query parameter to proxy upstream (#1761)
64+
- Bugfix for ContainerRegistry repository to parse out dependencies from metadata (#1766)
65+
- Bugfix for Install-PSResource Null pointer occurring when package is present only in upstream feed in ADO (#1760)
66+
- Bugfix for local repository casing issue on Linux (#1750)
67+
- Update README.md (#1759)
68+
- Bug fix for case sensitive License.txt when RequireLicense is specified (#1757)
69+
- Bug fix for broken -Quiet parameter for Save-PSResource (#1745)
70+
5971
## 1.1.0-rc3
6072
6173
### Bug Fix

0 commit comments

Comments
 (0)