Skip to content

Commit 5d25e44

Browse files
committed
Merge branch 'master' of https://github.com/powershell/PSResourceGet into updateChangelogRC
2 parents 29436d9 + d7d5808 commit 5d25e44

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG/1.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 1.0 Changelog
22

3+
## [1.0.6](https://github.com/PowerShell/PSResourceGet/compare/v1.0.5..v1.0.6) - 2024-10-10
4+
5+
- Bump System.Text.Json to 8.0.5
6+
37
## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13
48

59
### Bug Fixes

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,35 @@
101101
- Fix for swallowed exceptions (#1569)
102102
- Fix for PSResourceGet not working in Constrained Languange Mode (#1564)
103103
104+
## 1.0.6
105+
106+
- Bump System.Text.Json to 8.0.5
107+
108+
## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13
109+
110+
### Bug Fixes
111+
- Update `nuget.config` to use PowerShell packages feed (#1649)
112+
- Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!)
113+
- Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!)
114+
- Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!)
115+
- Add 10 minute timeout to HTTPClient (#1626)
116+
- Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!)
117+
- PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!)
118+
- Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!)
119+
- Improved exception handling (#1569)
120+
- Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564)
121+
- PSResourceGet packaging update
122+
123+
## [1.0.4.1](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1) - 2024-04-05
124+
125+
- PSResourceGet packaging update
126+
127+
## [1.0.4](https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4) - 2024-04-05
128+
129+
### Patch
130+
131+
- Dependency package updates
132+
104133
## 1.0.3
105134
106135
### Bug Fixes

0 commit comments

Comments
 (0)