File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4646 ' udres' )
4747 PrivateData = @ {
4848 PSData = @ {
49- Prerelease = ' preview2 '
49+ Prerelease = ' RC1 '
5050 Tags = @ (' PackageManagement' ,
5151 ' PSEdition_Desktop' ,
5252 ' PSEdition_Core' ,
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
You can’t perform that action at this time.
0 commit comments