File tree Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Expand file tree Collapse file tree 3 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
2+ ## 1.0.0
3+
4+ ### New Features
5+ - Add ` ApiVersion ` parameter for ` Register-PSResourceRepository ` (#1431 )
6+
7+ ### Bug Fixes
8+ - Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet (#1430 )
9+ - Bug fix ADO v2 feed installation failures (#1429 )
10+ - Bug fix Artifactory v2 endpoint failures (#1428 )
11+ - Bug fix Artifactory v3 endpoint failures (#1427 )
12+ - Bug fix ` -RequiredResource ` silent failures (#1426 )
13+ - Bug fix for v2 repository returning extra packages for ` -Tag ` based search with ` -Prerelease ` (#1405 )
14+
215## 0.9.0-rc1
316
417### Bug Fixes
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 = ' 0.9 .0'
7+ ModuleVersion = ' 1.0 .0'
88 CompatiblePSEditions = @ (' Core' , ' Desktop' )
99 GUID = ' e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010 Author = ' Microsoft Corporation'
4545 ' udres' )
4646 PrivateData = @ {
4747 PSData = @ {
48- Prerelease = ' rc1 '
48+ # Prerelease = ''
4949 Tags = @ (' PackageManagement' ,
5050 ' PSEdition_Desktop' ,
5151 ' PSEdition_Core' ,
5555 ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
5656 LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
5757 ReleaseNotes = @'
58+ ## 1.0.0
59+
60+ ### New Features
61+ - Add `ApiVersion` parameter for `Register-PSResourceRepository` (#1431)
62+
63+ ### Bug Fixes
64+ - Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet (#1430)
65+ - Bug fix ADO v2 feed installation failures (#1429)
66+ - Bug fix Artifactory v2 endpoint failures (#1428)
67+ - Bug fix Artifactory v3 endpoint failures (#1427)
68+ - Bug fix `-RequiredResource` silent failures (#1426)
69+ - Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405)
70+
5871## 0.9.0-rc1
5972
6073### Bug Fixes
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 >0.9 .0.0</AssemblyVersion >
9- <FileVersion >0.9 .0</FileVersion >
10- <InformationalVersion >0.9 .0</InformationalVersion >
8+ <AssemblyVersion >1.0 .0.0</AssemblyVersion >
9+ <FileVersion >1.0 .0</FileVersion >
10+ <InformationalVersion >1.0 .0</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