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
CompatPowerShellGet is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PowerShellGet 3.0 (and newer) functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.'
9
+
PowerShellGet v3 is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PSResourceGet functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.'
10
10
11
11
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
12
12
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
@@ -16,39 +16,39 @@ questions or comments.
16
16
Documentation
17
17
=============
18
18
19
-
Documentation for CompatPowerShellGet has not yet been published, please
19
+
Documentation for PowerShellGet has not yet been published, please
to reference the documentation for previous versions of PowerShellGet.
22
22
23
23
Requirements
24
24
============
25
25
26
-
- Windows PowerShell 3.0 or newer.
26
+
- Windows PowerShell 5.1 or newer.
27
27
- PowerShell Core.
28
28
29
29
30
-
Get CompatPowerShellGet Module
30
+
Get PowerShellGet Module
31
31
========================
32
32
33
-
Please refer to our [documentation](https://www.powershellgallery.com/packages/CompatPowerShellGet/) for the up-to-date version on how to get the CompatPowerShellGet Module.
33
+
Please refer to our [documentation](https://www.powershellgallery.com/packages/PowerShellGet/) for the up-to-date version on how to get the PowerShellGet Module.
34
34
35
35
36
36
Get PowerShellGet Source
37
37
========================
38
38
39
39
#### Steps
40
40
* Obtain the source
41
-
- Download the latest source code from the release page (https://github.com/PowerShell/CompatPowerShellGet/releases) OR
41
+
- Download the latest source code from the release page (https://github.com/PowerShell/PowerShellGet/releases) OR
Copy file name to clipboardExpand all lines: src/PowerShellGet.psd1
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
#
2
-
# Module manifest for module 'CompatPowerShellGet'
2
+
# Module manifest for module 'PowerShellGet'
3
3
#
4
4
# Generated by: americks
5
5
#
6
6
# Generated on: 7/14/2020
7
7
#
8
8
9
9
@{
10
-
RootModule='CompatPowerShellGet.psm1'
11
-
ModuleVersion='0.0.4'
10
+
RootModule='PowerShellGet.psm1'
11
+
ModuleVersion='0.9.0'
12
12
GUID='68ec3ec1-55bf-42f8-9add-d224e5c76548'
13
13
Author='Microsoft Corporation'
14
14
CompanyName='Microsoft Corporation'
15
15
Copyright='(c) Microsoft Corporation. All rights reserved.'
16
-
Description='CompatPowerShellGet is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PowerShellGet 3.0 (and newer) functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.'
16
+
Description='PowerShellGet is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PSResourceGet functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.'
0 commit comments