-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Anam Navied
committed
Jan 9, 2025
1 parent
50ebac2
commit 4c8aa89
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## [1.1.0](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-rc3...v1.1.0) - 2025-01-09 | ||
|
||
### Bug Fixes | ||
|
||
- Bugfix for publishing .nupkg file to ContainerRegistry repository (#1763) | ||
- Bugfix for PMPs like Artifactory needing modified filter query parameter to proxy upstream (#1761) | ||
- Bugfix for ContainerRegistry repository to parse out dependencies from metadata (#1766) | ||
- Bugfix for Install-PSResource Null pointer occurring when package is present only in upstream feed in ADO (#1760) | ||
- Bugfix for local repository casing issue on Linux (#1750) | ||
- Update README.md (#1759) | ||
- Bug fix for case sensitive License.txt when RequireLicense is specified (#1757) | ||
- Bug fix for broken -Quiet parameter for Save-PSResource (#1745) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.403" | ||
"version": "8.0.404" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters