File tree 2 files changed +35
-1
lines changed
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
+
1
18
## [ 1.1.0-preview2] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview1...v1.1.0-preview2 ) - 2024-09-13
2
19
3
20
### New Features
Original file line number Diff line number Diff line change 46
46
' udres' )
47
47
PrivateData = @ {
48
48
PSData = @ {
49
- Prerelease = ' preview2 '
49
+ Prerelease = ' RC1 '
50
50
Tags = @ (' PackageManagement' ,
51
51
' PSEdition_Desktop' ,
52
52
' PSEdition_Core' ,
56
56
ProjectUri = ' https://go.microsoft.com/fwlink/?LinkId=828955'
57
57
LicenseUri = ' https://go.microsoft.com/fwlink/?LinkId=829061'
58
58
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
+
59
76
## 1.1.0-preview2
60
77
61
78
### New Features
You can’t perform that action at this time.
0 commit comments