File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.1.0-RC2] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-RC1...v1.1.0-RC2 ) - 2024-10-30
2
+
3
+ ### New Features
4
+ - Full Microsoft Artifact Registry integration (#1741 )
5
+
6
+ ### Bug Fixes
7
+
8
+ - Update to use OCI v2 APIs for Container Registry (#1737 )
9
+ - Bug fixes for finding and installing from local repositories on Linux machines (#1738 )
10
+ - Bug fix for finding package name with 4 part version from local repositories (#1739 )
11
+
1
12
# Preview Changelog
2
13
3
14
## [ 1.1.0-RC1] ( https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1 ) - 2024-10-22
Original file line number Diff line number Diff line change 46
46
' udres' )
47
47
PrivateData = @ {
48
48
PSData = @ {
49
- Prerelease = ' RC1 '
49
+ Prerelease = ' RC2 '
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-RC2
60
+
61
+ ### New Features
62
+ - Full Microsoft Artifact Registry integration (#1741)
63
+
64
+ ### Bug Fixes
65
+
66
+ - Update to use OCI v2 APIs for Container Registry (#1737)
67
+ - Bug fixes for finding and installing from local repositories on Linux machines (#1738)
68
+ - Bug fix for finding package name with 4 part version from local repositories (#1739)
69
+
59
70
## 1.1.0-RC1
60
71
61
72
### New Features
You can’t perform that action at this time.
0 commit comments