Skip to content

Commit 00a15c4

Browse files
committed
Add links to changelog
1 parent eab6a7c commit 00a15c4

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

powershell-gallery/docs-conceptual/powershellget/psresourceget-release-notes.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ title: What's new in PSResourceGet?
66
---
77
# What's new in PSResourceGet?
88

9+
This is a summary of changes to the **Microsoft.PowerShell.PSResourceGet** module. For a more
10+
complete list of changes, see the [CHANGELOG][01] in the GitHub repository.
11+
912
- Current preview: **Microsoft.PowerShell.PSResourceGet** v1.1.0-preview2
1013
- Current stable release: **Microsoft.PowerShell.PSResourceGet** v1.0.5
1114

@@ -23,7 +26,7 @@ title: What's new in PSResourceGet?
2326

2427
## Release notes
2528

26-
### 1.1.0-preview2 - 2024-09-13
29+
### v1.1.0-preview2 - 2024-09-13
2730

2831
- New cmdlet `Compress-PSResource` to create a `.nupkg` package without publishing it to a repository
2932
system.
@@ -34,13 +37,13 @@ title: What's new in PSResourceGet?
3437
- Construct Prerelease string for repositories that don't return the prerelease information.
3538
- Added retry logic when deleting files.
3639

37-
### 1.1.0-preview1 - 2024-04-01
40+
### v1.1.0-preview1 - 2024-04-01
3841

3942
- Added support for Azure Container Registries as a repository type
4043
- Allowed PSResourceGet to run Constrained Languange Mode
4144
- Fixed incorrect request URL when installing resources from ADO
4245

43-
### 1.0.5 - 2024-05-13
46+
### v1.0.5 - 2024-05-13
4447

4548
- Added 10 minute timeout to HTTPClient
4649
- Refactor V2ServerAPICalls and NuGetServerAPICalls to use object-oriented query/filter builder
@@ -51,19 +54,19 @@ title: What's new in PSResourceGet?
5154
- Improved exception handling
5255
- Allowed PSResourceGet to run Constrained Languange Mode
5356

54-
### 1.0.4.1 - 2024-04-05
57+
### v1.0.4.1 - 2024-04-05
5558

5659
- PSResourceGet packaging update
5760

58-
### 1.0.4 - 2024-04-05
61+
### v1.0.4 - 2024-04-05
5962

6063
- Dependency package updates
6164

62-
### 1.0.3 - 2024-03-13
65+
### v1.0.3 - 2024-03-13
6366

6467
- Fixed null package version in `Install-PSResource`
6568

66-
### 1.0.2 - 2024-02-06
69+
### v1.0.2 - 2024-02-06
6770

6871
- Fixed `Update-PSResource` not updating from correct repository
6972
- Fixed `InstalledScriptInfos` directory is now if it doesn't exist
@@ -76,9 +79,7 @@ title: What's new in PSResourceGet?
7679
- Only add `NormalizedVersion` property to `AdditionalMetadata` only when it exists
7780
- Fix to verify whether `Uri` is a UNC path and set respective `ApiVersion`
7881

79-
### 1.0.1 - 2023-11-07
80-
81-
Bug fixes
82+
### v1.0.1 - 2023-11-07
8283

8384
- Unix local user installation paths now compatible with .NET 7 and .NET 8
8485
- Fixed `Import-PSGetRepository` in Windows PowerShell
@@ -87,11 +88,14 @@ Bug fixes
8788
- Added pipeline by property name support for **Name** and **Repository** parameters for
8889
`Find-PSResource`
8990

90-
### 1.0.0 - 2023-10-09
91+
### v1.0.0 - 2023-10-09
9192

9293
- Add `ApiVersion` parameter for `Register-PSResourceRepository`
9394
- Automatically set the ApiVersion to v2 for repositories imported from PowerShellGet
9495
- Fixed ADO v2 feed installation failures
9596
- Fixed Artifactory v2 and v3 endpoint failures
9697
- Fixed `-RequiredResource` silent failures
9798
- Fixed v2 repository returning extra packages for `-Tag` based search with `-Prerelease`
99+
100+
<!-- link references -->
101+
[01]: https://github.com/PowerShell/PSResourceGet/tree/master/CHANGELOG

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ title: Microsoft.PowerShell.PSResourceGet
1616
PSResourceGet is a module with commands for discovering, installing, updating and publishing
1717
PowerShell artifacts like Modules, DSC Resources, Role Capabilities, and Scripts.
1818

19-
This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet**
20-
v1.1.0-preview2.
19+
This documentation covers the latest version **Microsoft.PowerShell.PSResourceGet** v1.1.0-preview2.
20+
For a list of differences between versions, see the
21+
[What's new in PSResourceGet?](/powershell/gallery/powershellget/psresourceget-release-notes).
2122

2223
> [!IMPORTANT]
2324
> Windows PowerShell 5.1 comes with version 1.0.0.1 of **PowerShellGet** preinstalled. This version

0 commit comments

Comments
 (0)