From 60374fac2081ead1754d46aeee6010a094b7aefe Mon Sep 17 00:00:00 2001 From: Anam Navied Date: Fri, 6 Oct 2023 15:52:49 -0400 Subject: [PATCH] update chANGELOG, psd1, csproj for release --- CHANGELOG.md | 13 +++++++++++++ src/Microsoft.PowerShell.PSResourceGet.psd1 | 17 +++++++++++++++-- .../Microsoft.PowerShell.PSResourceGet.csproj | 6 +++--- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d770b6f6..a3003387a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ # CHANGELOG +## 1.0.0 + +### New Features +- Add `ApiVersion` parameter for `Register-PSResourceRepository` (#1431) + +### Bug Fixes +- Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet (#1430) +- Bug fix ADO v2 feed installation failures (#1429) +- Bug fix Artifactory v2 endpoint failures (#1428) +- Bug fix Artifactory v3 endpoint failures (#1427) +- Bug fix `-RequiredResource` silent failures (#1426) +- Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405) + ## 0.9.0-rc1 ### Bug Fixes diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1 index a4de891af..e4e01cfbb 100644 --- a/src/Microsoft.PowerShell.PSResourceGet.psd1 +++ b/src/Microsoft.PowerShell.PSResourceGet.psd1 @@ -4,7 +4,7 @@ @{ RootModule = './Microsoft.PowerShell.PSResourceGet.dll' NestedModules = @('./Microsoft.PowerShell.PSResourceGet.psm1') - ModuleVersion = '0.9.0' + ModuleVersion = '1.0.0' CompatiblePSEditions = @('Core', 'Desktop') GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643' Author = 'Microsoft Corporation' @@ -45,7 +45,7 @@ 'udres') PrivateData = @{ PSData = @{ - Prerelease = 'rc1' + #Prerelease = '' Tags = @('PackageManagement', 'PSEdition_Desktop', 'PSEdition_Core', @@ -55,6 +55,19 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 1.0.0 + +### New Features +- Add `ApiVersion` parameter for `Register-PSResourceRepository` (#1431) + +### Bug Fixes +- Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet (#1430) +- Bug fix ADO v2 feed installation failures (#1429) +- Bug fix Artifactory v2 endpoint failures (#1428) +- Bug fix Artifactory v3 endpoint failures (#1427) +- Bug fix `-RequiredResource` silent failures (#1426) +- Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405) + ## 0.9.0-rc1 ### Bug Fixes diff --git a/src/code/Microsoft.PowerShell.PSResourceGet.csproj b/src/code/Microsoft.PowerShell.PSResourceGet.csproj index ef0486ee7..f98880c3f 100644 --- a/src/code/Microsoft.PowerShell.PSResourceGet.csproj +++ b/src/code/Microsoft.PowerShell.PSResourceGet.csproj @@ -5,9 +5,9 @@ Library Microsoft.PowerShell.PSResourceGet Microsoft.PowerShell.PSResourceGet - 0.9.0.0 - 0.9.0 - 0.9.0 + 1.0.0.0 + 1.0.0 + 1.0.0 net472;netstandard2.0 9.0 true