File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 44@ {
55 RootModule = ' ./Microsoft.PowerShell.PSResourceGet.dll'
66 NestedModules = @ (' ./Microsoft.PowerShell.PSResourceGet.psm1' )
7- ModuleVersion = ' 1.0.4.1 '
7+ ModuleVersion = ' 1.0.5 '
88 CompatiblePSEditions = @ (' Core' , ' Desktop' )
99 GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010 Author = ' Microsoft Corporation'
5555 ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
5656 LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
5757 ReleaseNotes = @'
58+ ## 1.0.5
59+
60+ ### Bug Fixes
61+ - Update `nuget.config` to use PowerShell packages feed (#1649)
62+ - Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!)
63+ - Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!)
64+ - Fix requiring `tags` in server response (#1627 Thanks @evelyn-bi!)
65+ - Add 10 minute timeout to HTTPClient (#1626)
66+ - Fix save script without `-IncludeXml` (#1609, #1614 Thanks @o-l-a-v!)
67+ - PAT token fix to translate into HttpClient 'Basic Authorization'(#1599 Thanks @gerryleys!)
68+ - Fix incorrect request url when installing from ADO (#1597 Thanks @antonyoni!)
69+ - Improved exception handling (#1569)
70+ - Ensure that .NET methods are not called in order to enable use in Constrained Language Mode (#1564)
71+
5872## 1.0.4.1
5973
6074- PSResourceGet packaging update
Original file line number Diff line number Diff line change 55 <OutputType >Library</OutputType >
66 <RootNamespace >Microsoft.PowerShell.PSResourceGet</RootNamespace >
77 <AssemblyName >Microsoft.PowerShell.PSResourceGet</AssemblyName >
8- <AssemblyVersion >1.0.4.1 </AssemblyVersion >
9- <FileVersion >1.0.4.1 </FileVersion >
10- <InformationalVersion >1.0.4.1 </InformationalVersion >
8+ <AssemblyVersion >1.0.5 </AssemblyVersion >
9+ <FileVersion >1.0.5 </FileVersion >
10+ <InformationalVersion >1.0.5 </InformationalVersion >
1111 <TargetFrameworks >net472;netstandard2.0</TargetFrameworks >
1212 <LangVersion >9.0</LangVersion >
1313 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
You can’t perform that action at this time.
0 commit comments