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
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,7 @@ Please note, the repository for previous versions of PowerShellGet has a new loc
14
14
Introduction
15
15
============
16
16
17
-
PowerShellGet is a PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, DSC Resources, Role Capabilities and Scripts.
18
-
19
-
PowerShellGet module is also integrated with the PackageManagement module as a provider, users can also use the PackageManagement cmdlets for discovering, installing and updating the PowerShell artifacts like Modules and Scripts.
17
+
PowerShellGet is a PowerShell module with commands for discovering, installing, updating and publishing the PowerShell artifacts like Modules, Scripts, and DSC Resources.
20
18
21
19
Documentation
22
20
=============
@@ -28,8 +26,7 @@ to reference the documentation for previous versions of PowerShellGet.
PowerShellGet consists of .NET binaries and so can be imported into a PowerShell session only once.
100
94
Since the PSPackageProject module, used to build the module, has a dependency on earlier versions of PowerShellGet, the newly built module cannot be imported into that session.
101
-
The new module can only be imported into a new session that has no prior imported PowerShellGet module.
95
+
The new module can only be imported into a new session that has no prior imported PowerShellGet module. You will recieve warning messages in the console if you encounter this issue.
0 commit comments