diff --git a/CHANGELOG/1.1.md b/CHANGELOG/1.1.md index fe2b73472..4fb078eda 100644 --- a/CHANGELOG/1.1.md +++ b/CHANGELOG/1.1.md @@ -1,17 +1,5 @@ # 1.1 Changelog -## [1.2.0-preview1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.1..v1.2.0-preview) - 2025-06-26 - -## 1.2.0-preview1 - -### New Features -- Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v!) - -### Bug Fix -- Updated dependencies and added connection timeout to improve CI tests reliability (#1829) -- Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831) -- Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808) - ## [1.1.1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1) - 2025-03-06 - Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799) diff --git a/CHANGELOG/preview.md b/CHANGELOG/preview.md index 53d1677b2..9fe3bd801 100644 --- a/CHANGELOG/preview.md +++ b/CHANGELOG/preview.md @@ -1,9 +1,29 @@ +# Preview Changelog + +## [1.2.0-preview2](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview1..v1.2.0-preview2) - 2025-07-21 + +### New Features +- Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765) + +### Bug Fix +- Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!) +- Bug fix for temporary installation path failure when installing PSResources on Linux machines (#1842 Thanks @o-l-a-v!) + +## [1.2.0-preview1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.1..v1.2.0-preview1) - 2025-06-26 + +### New Features +- Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v!) + +### Bug Fix +- Updated dependencies and added connection timeout to improve CI tests reliability (#1829) +- Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831) +- Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808) + ## ## [1.1.0-rc3](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC2...v1.1.0-rc3) - 2024-11-15 ### Bug Fix - Include missing commits - ## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30 ### New Features diff --git a/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1 index 5ff9f3d13..8f15bb887 100644 --- a/src/Microsoft.PowerShell.PSResourceGet.psd1 +++ b/src/Microsoft.PowerShell.PSResourceGet.psd1 @@ -46,7 +46,7 @@ 'udres') PrivateData = @{ PSData = @{ - Prerelease = 'preview1' + Prerelease = 'preview2' Tags = @('PackageManagement', 'PSEdition_Desktop', 'PSEdition_Core', @@ -56,6 +56,15 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 1.2.0-preview2 + +### New Features +- Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765) + +### Bug Fix +- Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!) +- Bug fix for temporary installation path failure when installing PSResources on Linux machines (#1842 Thanks @o-l-a-v!) + ## 1.2.0-preview1 ### New Features