Skip to content

Commit 06aec34

Browse files
authored
Update changelog, release notes and version (#1838)
1 parent f698288 commit 06aec34

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG/1.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# 1.1 Changelog
22

3+
## [1.2.0-preview1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.1..v1.2.0-preview) - 2025-06-26
4+
5+
## 1.2.0-preview1
6+
7+
### New Features
8+
- Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v!)
9+
10+
### Bug Fix
11+
- Updated dependencies and added connection timeout to improve CI tests reliability (#1829)
12+
- Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831)
13+
- Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808)
14+
315
## [1.1.1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1) - 2025-03-06
416

517
- Bugfix to retrieve all metadata properties when finding a PSResource from a ContainerRegistry repository (#1799)

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@{
55
RootModule = './Microsoft.PowerShell.PSResourceGet.dll'
66
NestedModules = @('./Microsoft.PowerShell.PSResourceGet.psm1')
7-
ModuleVersion = '1.1.1'
7+
ModuleVersion = '1.2.0'
88
CompatiblePSEditions = @('Core', 'Desktop')
99
GUID = 'e4e0bda1-0703-44a5-b70d-8fe704cd0643'
1010
Author = 'Microsoft Corporation'
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
# Prerelease = ''
49+
Prerelease = 'preview1'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,16 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.2.0-preview1
60+
61+
### New Features
62+
- Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v!)
63+
64+
### Bug Fix
65+
- Updated dependencies and added connection timeout to improve CI tests reliability (#1829)
66+
- Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831)
67+
- Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808)
68+
5969
## 1.1.1
6070
6171
### Bug Fix

0 commit comments

Comments
 (0)