Skip to content

Commit de7732e

Browse files
authored
Update version, changelog, releasenotes for 1.1.0-RC1 (#1733)
1 parent d7d5808 commit de7732e

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG/preview.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13
2+
3+
### New Features
4+
5+
- Group Policy configurations for enabling or disabling PSResource repositories (#1730)
6+
7+
### Bug Fixes
8+
9+
- Fix packaging name matching when searching in local repositories (#1731)
10+
- `Compress-PSResource` `-PassThru` now passes `FileInfo` instead of string (#1720)
11+
- Fix for `Compress-PSResource` not properly compressing scripts (#1719)
12+
- Add `AcceptLicense` to Save-PSResource (#1718 Thanks @o-l-a-v!)
13+
- Better support for NuGet v2 feeds (#1713 Thanks @o-l-a-v!)
14+
- Better handling of `-WhatIf` support in `Install-PSResource` (#1531 Thanks @o-l-a-v!)
15+
- Fix for some nupkgs failing to extract due to empty directories (#1707 Thanks @o-l-a-v!)
16+
- Fix for searching for `-Name *` in `Find-PSResource` (#1706 Thanks @o-l-a-v!)
17+
118
## [1.1.0-preview2](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview1...v1.1.0-preview2) - 2024-09-13
219

320
### New Features

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'udres')
4747
PrivateData = @{
4848
PSData = @{
49-
Prerelease = 'preview2'
49+
Prerelease = 'RC1'
5050
Tags = @('PackageManagement',
5151
'PSEdition_Desktop',
5252
'PSEdition_Core',
@@ -56,6 +56,23 @@
5656
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
5757
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
5858
ReleaseNotes = @'
59+
## 1.1.0-RC1
60+
61+
### New Features
62+
63+
- Group Policy configurations for enabling or disabling PSResource repositories (#1730)
64+
65+
### Bug Fixes
66+
67+
- Fix packaging name matching when searching in local repositories (#1731)
68+
- `Compress-PSResource` `-PassThru` now passes `FileInfo` instead of string (#1720)
69+
- Fix for `Compress-PSResource` not properly compressing scripts (#1719)
70+
- Add `AcceptLicense` to Save-PSResource (#1718 Thanks @o-l-a-v!)
71+
- Better support for NuGet v2 feeds (#1713 Thanks @o-l-a-v!)
72+
- Better handling of `-WhatIf` support in `Install-PSResource` (#1531 Thanks @o-l-a-v!)
73+
- Fix for some nupkgs failing to extract due to empty directories (#1707 Thanks @o-l-a-v!)
74+
- Fix for searching for `-Name *` in `Find-PSResource` (#1706 Thanks @o-l-a-v!)
75+
5976
## 1.1.0-preview2
6077
6178
### New Features

0 commit comments

Comments
 (0)