diff --git a/CHANGELOG.md b/CHANGELOG.md index 142f53ee7..4302f1cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # CHANGELOG +## 3.0.21-beta21 + +### New Features +- Move off of NuGet client APIs for local repositories (#1065) + +### Bug Fixes +- Update properties on PSResourceInfo object (#1077) +- Rename PSScriptFileInfo and Get-PSResource cmdlets (#1071) +- fix ValueFromPipelineByPropertyName on Save, Install (#1070) +- add Help message for mandatory params across cmdlets (#1068) +- fix version range bug for Update-PSResource (#1067) +- Fix attribute bugfixes for Find and Install params (#1066) +- Correct Unexpected spelling of Unexpected (#1059) +- Resolve bug with Find-PSResource -Type Module not returning modules (#1050) + ## 3.0.20-beta20 - Move off of NuGet client APIs and use direct REST API calls for remote repositories (#1023) diff --git a/src/PowerShellGet.psd1 b/src/PowerShellGet.psd1 index 66eea7c87..0b0b84862 100644 --- a/src/PowerShellGet.psd1 +++ b/src/PowerShellGet.psd1 @@ -3,7 +3,7 @@ @{ RootModule = './net472/PowerShellGet.dll' - ModuleVersion = '3.0.20' + ModuleVersion = '3.0.21' GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404' Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' @@ -35,7 +35,7 @@ AliasesToExport = @('inmo', 'fimo', 'upmo', 'pumo') PrivateData = @{ PSData = @{ - Prerelease = 'beta20' + Prerelease = 'beta21' Tags = @('PackageManagement', 'PSEdition_Desktop', 'PSEdition_Core', @@ -45,6 +45,21 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 3.0.21-beta21 + +### New Features +- Move off of NuGet client APIs for local repositories (#1065) + +### Bug Fixes +- Update properties on PSResourceInfo object (#1077) +- Rename PSScriptFileInfo and Get-PSResource cmdlets (#1071) +- fix ValueFromPipelineByPropertyName on Save, Install (#1070) +- add Help message for mandatory params across cmdlets (#1068) +- fix version range bug for Update-PSResource (#1067) +- Fix attribute bugfixes for Find and Install params (#1066) +- Correct Unexpected spelling of Unexpected (#1059) +- Resolve bug with Find-PSResource -Type Module not returning modules (#1050) + ## 3.0.20-beta20 - Move off of NuGet client APIs and use direct REST API calls for remote repositories (#1023) diff --git a/src/code/PowerShellGet.csproj b/src/code/PowerShellGet.csproj index 6083e56dd..7a3dab98c 100644 --- a/src/code/PowerShellGet.csproj +++ b/src/code/PowerShellGet.csproj @@ -5,9 +5,9 @@ Library PowerShellGet PowerShellGet - 3.0.20.0 - 3.0.20 - 3.0.20 + 3.0.21.0 + 3.0.21 + 3.0.21 net472;netstandard2.0 9.0