@@ -9,12 +9,12 @@ title: about PSResourceGet
99---
1010# about_PSResourceGet
1111
12- ## Short description
12+ ## SHORT DESCRIPTION
1313
1414Describes how to use version 1.1.1 of the
1515** Microsoft.PowerShell.PSResourceGet** module.
1616
17- ## Long description
17+ ## LONG DESCRIPTION
1818
1919** Microsoft.PowerShell.PSResourceGet** is an updated version of the
2020** PowerShellGet** module completely written in C#.
@@ -29,7 +29,7 @@ This version of PowerShellGet focuses on a few key areas:
2929 separate compatibility module
3030- Improve search and installation performance
3131
32- ## Design changes
32+ ## DESIGN CHANGES
3333
3434Previous versions of ** PowerShellGet** had separate commands to work with
3535modules and scripts. In ** Microsoft.PowerShell.PSResourceGet** , all packages in
@@ -69,7 +69,7 @@ v3 and their v2 equivalents.
6969| ` Update-PSResource ` | ` Update-Script ` |
7070| ` Update-PSScriptFileInfo ` | ` Update-ScriptFileInfo ` |
7171
72- ## Searching by NuGet version ranges
72+ ## SEARCHING BY NUGET VERSION RANGES
7373
7474Several ** Microsoft.PowerShell.PSResourceGet** cmdlets provide a ** Version**
7575parameter that allows you to specify a range of versions to search for. The
@@ -82,7 +82,7 @@ versions 1.0.0.0 and higher (minimum inclusive range). Instead, the value is
8282considered to be the required version. To search for a minimum inclusive range,
8383use ` [1.0.0.0, ] ` as the version range.
8484
85- ## Searching by required resources
85+ ## SEARCHING BY REQUIRED RESOURCES
8686
8787The [ ` Install-PSResource ` ] [ 04 ] cmdlet has ** RequiredResource** and
8888** RequiredResourceFile** parameters that are used to find ** PSResource**
@@ -141,7 +141,7 @@ The next example shows the same specification in JSON format.
141141}
142142```
143143
144- ## See also
144+ ## SEE ALSO
145145
146146- [ Install-PSResource] [ 04 ]
147147- [ Find-PSResource] [ 02 ]
0 commit comments