File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 1.0 Changelog
2
2
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
+
3
7
## [ 1.0.5] ( https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5 ) - 2024-05-13
4
8
5
9
### Bug Fixes
Original file line number Diff line number Diff line change 84
84
- Fix for swallowed exceptions (#1569)
85
85
- Fix for PSResourceGet not working in Constrained Languange Mode (#1564)
86
86
87
+ ## 1.0.6
88
+
89
+ - Bump System.Text.Json to 8.0.5
90
+
91
+ ## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13
92
+
93
+ ### Bug Fixes
94
+ - Update `nuget.config` to use PowerShell packages feed (#1649)
95
+ - Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!)
96
+ - Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!)
97
+ - Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!)
98
+ - Add 10 minute timeout to HTTPClient (#1626)
99
+ - Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!)
100
+ - PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!)
101
+ - Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!)
102
+ - Improved exception handling (#1569)
103
+ - Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564)
104
+ - PSResourceGet packaging update
105
+
106
+ ## [1.0.4.1](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1) - 2024-04-05
107
+
108
+ - PSResourceGet packaging update
109
+
110
+ ## [1.0.4](https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4) - 2024-04-05
111
+
112
+ ### Patch
113
+
114
+ - Dependency package updates
115
+
87
116
## 1.0.3
88
117
89
118
### Bug Fixes
You can’t perform that action at this time.
0 commit comments