Skip to content

Commit dbd2fa8

Browse files
authored
Up version and changelog (#1850)
1 parent 55e066c commit dbd2fa8

File tree

3 files changed

+31
-14
lines changed

3 files changed

+31
-14
lines changed

CHANGELOG/1.1.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
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-
153
## [1.1.1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0..v1.1.1) - 2025-03-06
164

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

CHANGELOG/preview.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,29 @@
1+
# Preview Changelog
2+
3+
## [1.2.0-preview2](https://github.com/PowerShell/PSResourceGet/compare/v1.2.0-preview1..v1.2.0-preview2) - 2025-07-21
4+
5+
### New Features
6+
- Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
7+
8+
### Bug Fix
9+
- Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!)
10+
- Bug fix for temporary installation path failure when installing PSResources on Linux machines (#1842 Thanks @o-l-a-v!)
11+
12+
## [1.2.0-preview1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.1..v1.2.0-preview1) - 2025-06-26
13+
14+
### New Features
15+
- Dependency support for PSResources in v3 repositories (#1778 Thanks @o-l-a-v!)
16+
17+
### Bug Fix
18+
- Updated dependencies and added connection timeout to improve CI tests reliability (#1829)
19+
- Improvements in `ContainerRegistry` repositories in listing repository catalog (#1831)
20+
- Wildcard attribute added to `-Repository` parameter of `Install-PSResource` (#1808)
21+
122
## ## [1.1.0-rc3](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC2...v1.1.0-rc3) - 2024-11-15
223

324
### Bug Fix
425
- Include missing commits
526

6-
727
## [1.1.0-RC2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2) - 2024-10-30
828

929
### New Features

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'preview1'
49+
Prerelease = 'preview2'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,15 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.2.0-preview2
60+
61+
### New Features
62+
- Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
63+
64+
### Bug Fix
65+
- Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!)
66+
- Bug fix for temporary installation path failure when installing PSResources on Linux machines (#1842 Thanks @o-l-a-v!)
67+
5968
## 1.2.0-preview1
6069
6170
### New Features

0 commit comments

Comments
 (0)