Skip to content

Commit ceb1ce6

Browse files
authored
Changelog: Highlight that #1713 was for fixing Azure DevOps feeds of type NuGet v2 (#1736)
1 parent 455722d commit ceb1ce6

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG/1.0.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## [1.0.5](https://github.com/PowerShell/PSResourceGet/compare/v1.0.4.1...v1.0.5) - 2024-05-13
88

99
### Bug Fixes
10+
1011
- Update `nuget.config` to use PowerShell packages feed (#1649)
1112
- Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder (#1645 Thanks @sean-r-williams!)
1213
- Fix unnecessary `and` for version globbing in V2ServerAPICalls (#1644 Thanks again @sean-r-williams!)
@@ -422,7 +423,7 @@ All tests have been reviewed and rewritten as needed.
422423

423424
## 3.0.0-beta8
424425

425-
### New Features
426+
### New Features
426427

427428
- Add `-Type` parameter to `Install-PSResource`
428429
- Add 'sudo' check for admin privileges in Unix in `Install-PSResource`
@@ -436,7 +437,7 @@ All tests have been reviewed and rewritten as needed.
436437

437438
## 3.0.0-beta7
438439

439-
### New Features
440+
### New Features
440441

441442
- Completed functionality for `Update-PSResource`
442443
- `Input-Object` parameter for `Install-PSResource`
@@ -499,4 +500,5 @@ All tests have been reviewed and rewritten as needed.
499500
## 3.0.0-beta1
500501

501502
### BREAKING CHANGE
502-
- Preview version of PowerShellGet. Many features are not fully implemented yet. Please see https://devblogs.microsoft.com/powershell/powershellget-3-0-preview1 for more details.
503+
504+
- Preview version of PowerShellGet. Many features are not fully implemented yet. Please see <https://devblogs.microsoft.com/powershell/powershellget-3-0-preview1> for more details.

CHANGELOG/preview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Preview Changelog
2+
13
## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13
24

35
### New Features
@@ -8,9 +10,9 @@
810

911
- Fix packaging name matching when searching in local repositories (#1731)
1012
- `Compress-PSResource` `-PassThru` now passes `FileInfo` instead of string (#1720)
11-
- Fix for `Compress-PSResource` not properly compressing scripts (#1719)
13+
- Fix for `Compress-PSResource` not properly compressing scripts (#1719)
1214
- Add `AcceptLicense` to Save-PSResource (#1718 Thanks @o-l-a-v!)
13-
- Better support for NuGet v2 feeds (#1713 Thanks @o-l-a-v!)
15+
- Better support for Azure DevOps Artifacts NuGet v2 feeds (#1713 Thanks @o-l-a-v!)
1416
- Better handling of `-WhatIf` support in `Install-PSResource` (#1531 Thanks @o-l-a-v!)
1517
- Fix for some nupkgs failing to extract due to empty directories (#1707 Thanks @o-l-a-v!)
1618
- Fix for searching for `-Name *` in `Find-PSResource` (#1706 Thanks @o-l-a-v!)
@@ -34,8 +36,7 @@
3436

3537
### New Features
3638

37-
- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567,
38-
#1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615)
39+
- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567, #1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615)
3940

4041
### Bug Fixes
4142

0 commit comments

Comments
 (0)