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-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,17 @@ It includes a command-line shell, an associated scripting language and a framewo
8
8
Windows PowerShell is a Windows command-line shell designed especially for system administrators.
9
9
Windows PowerShell includes an interactive prompt and a scripting environment that can be used independently or in combination.
10
10
11
-
The PowerShell Standard has been created to assist developers create modules and PowerShell hosts which will use only APIs that exist across different versions of PowerShell.
11
+
The PowerShell Standard has been created to assist developers create modules and PowerShell hosts which will run on PowerShell and which will use only APIs that exist across different versions of PowerShell.
12
12
13
13
## PowerShell Standard Libraries
14
14
15
15
Two PowerShell Standard `.nupkg` versions are available:
16
16
17
17
- PowerShell Standard.Library Version 3
18
-
- This allows you to create PowerShell modules and host which will run on PowerShell Version 3 and later including PowerShellCore
18
+
- This allows you to create PowerShell modules and PowerShell hosts which will run on PowerShell Version 3 and later including PowerShellCore
19
19
20
20
- PowerShell Standard.Library Version 5.1
21
-
- This allows you to create PowerShell modules and host which will run on PowerShell Version 5.1 and later including PowerShellCore
21
+
- This allows you to create PowerShell modules and PowerShell hosts which will run on PowerShell Version 5.1 and later including PowerShellCore
22
22
23
23
Both are available on [NuGet.org](https://www.nuget.org/packages/PowerShellStandard.Library)
0 commit comments