File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 1.0 Changelog
2
2
3
+ ## [ 1.0.5] ( https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5 ) - 2024-05-13
4
+
5
+ ### Bug Fixes
6
+ - Update ` nuget.config ` to use PowerShell packages feed (#1649 )
7
+ - Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams !)
8
+ - Fix unnecessary ` and ` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams !)
9
+ - Fix requiring ` tags ` in server response (#1627 Thanks @evelyn-bi !)
10
+ - Add 10 minute timeout to HTTPClient (#1626 )
11
+ - Fix save script without ` -IncludeXml ` (#1609 , #1614 Thanks @o-l-a-v !)
12
+ - PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys !)
13
+ - Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni !)
14
+ - Improved exception handling (#1569 )
15
+ - Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564 )
16
+ - PSResourceGet packaging update
17
+
18
+ ## [ 1.0.4.1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.0.4...v1.0.4.1 ) - 2024-04-05
19
+
20
+ - PSResourceGet packaging update
21
+
22
+ ## [ 1.0.4] ( https://github.com/PowerShell/PSResourceGet/compare/v1.0.3...v1.0.4 ) - 2024-04-05
23
+
24
+ ### Patch
25
+
26
+ - Dependency package updates
27
+
3
28
## [ 1.0.3] ( https://github.com/PowerShell/PSResourceGet/compare/v1.0.2...v1.0.3 ) - 2024-03-13
4
29
5
30
### Bug Fixes
31
+
6
32
- Bug fix for null package version in ` Install-PSResource `
7
33
8
34
## [ 1.0.2] ( https://github.com/PowerShell/PSResourceGet/compare/v1.0.1...v1.0.2 ) - 2024-02-06
You can’t perform that action at this time.
0 commit comments