From 7adbc8093dc39a699fa960afc77cc664421a5369 Mon Sep 17 00:00:00 2001 From: alerickson <25858831+alerickson@users.noreply.github.com> Date: Thu, 26 Jun 2025 13:24:19 -0700 Subject: [PATCH] Update changelog, release notes and version --- CHANGELOG/1.1.md | 12 ++++++++++++ src/Microsoft.PowerShell.PSResourceGet.psd1 | 14 ++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/1.1.md b/CHANGELOG/1.1.md index 4fb078eda..fe2b73472 100644 --- a/CHANGELOG/1.1.md +++ b/CHANGELOG/1.1.md @@ -1,5 +1,17 @@ # 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/src/Microsoft.PowerShell.PSResourceGet.psd1 b/src/Microsoft.PowerShell.PSResourceGet.psd1 index c9ca1cdd9..5ff9f3d13 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 = '1.1.1' + ModuleVersion = '1.2.0' CompatiblePSEditions = @('Core', 'Desktop') GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643' Author = 'Microsoft Corporation' @@ -46,7 +46,7 @@ 'udres') PrivateData = @{ PSData = @{ - # Prerelease = '' + Prerelease = 'preview1' Tags = @('PackageManagement', 'PSEdition_Desktop', 'PSEdition_Core', @@ -56,6 +56,16 @@ ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955' LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061' ReleaseNotes = @' +## 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 ### Bug Fix