You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you were familiar with the PowerShellGet 3.0 project, we renamed the module to be PSResourceGet, for more information please read [this blog](https://devblogs.microsoft.com/powershell/powershellget-in-powershell-7-4-updates/).
10
+
> [!NOTE]
11
+
> `PSResourceGet` is short for the full name of the module, `Microsoft.PowerShell.PSResourceGet`. The full name is what is used in PowerShell and when published to the [PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.PowerShell.PSResourceGet).
11
12
12
-
If you would like to open a PR please open an issue first so that necessary discussion can take place.
13
-
Please open an issue for any feature requests, bug reports, or questions for PSResourceGet.
14
-
Please note, the repository for PowerShellGet v2 is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGetv2).
15
-
The repository for the PowerShellGet v3, the compatibility layer between PowerShellGet v2 and PSResourceGet, is available at [PowerShell/PowerShellGet](https://github.com/PowerShell/PowerShellGet).
13
+
* If you were familiar with the PowerShellGet 3.0 project, we renamed the module to be PSResourceGet, for more information please read [this blog](https://devblogs.microsoft.com/powershell/powershellget-in-powershell-7-4-updates/).
14
+
* If you would like to open a PR please open an issue first so that necessary discussion can take place.
15
+
* Please open an issue for any feature requests, bug reports, or questions for PSResourceGet.
16
+
* See the [Contributing Quickstart Guide](#contributing-quickstart-guide) section.
17
+
* Please note, the repository for PowerShellGet v2 is available at [PowerShell/PowerShellGetv2](https://github.com/PowerShell/PowerShellGetv2).
18
+
* The repository for the PowerShellGet v3, the compatibility layer between PowerShellGet v2 and PSResourceGet, is available at [PowerShell/PowerShellGet](https://github.com/PowerShell/PowerShellGet).
16
19
17
-
Introduction
18
-
============
20
+
## Introduction
19
21
20
22
PSResourceGet is a PowerShell module with commands for discovering, installing, updating and publishing the PowerShell resources like Modules, Scripts, and DSC Resources.
21
23
22
-
Documentation
23
-
=============
24
+
## Documentation
24
25
25
-
Documentation for PSResourceGet is currently under its old name PowerShellGet v3, please
0 commit comments