ClrPlus.Powershell.Core
1.8.0.81
dotnet add package ClrPlus.Powershell.Core --version 1.8.0.81
NuGet\Install-Package ClrPlus.Powershell.Core -Version 1.8.0.81
<PackageReference Include="ClrPlus.Powershell.Core" Version="1.8.0.81" />
paket add ClrPlus.Powershell.Core --version 1.8.0.81
#r "nuget: ClrPlus.Powershell.Core, 1.8.0.81"
// Install ClrPlus.Powershell.Core as a Cake Addin
#addin nuget:?package=ClrPlus.Powershell.Core&version=1.8.0.81
// Install ClrPlus.Powershell.Core as a Cake Tool
#tool nuget:?package=ClrPlus.Powershell.Core&version=1.8.0.81
A library containing classes for working with powershell:
- Trivial dynamic powershell invocation from C#
- RESTable cmdlets (so you can host cmdlets via a REST service and call them either remotely or locally)
[Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization]
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
.NETFramework 4.0
- ClrPlus.Core (>= 1.8.0.81)
- ClrPlus.Scripting (>= 1.8.0.81)
- Microsoft.Bcl (>= 1.0.19)
- Microsoft.Bcl.Async (>= 1.0.16)
- Microsoft.Bcl.Build (>= 1.0.5)
- ServiceStack (>= 3.9.32)
-
.NETFramework 4.5
- ClrPlus.Core (>= 1.8.0.81)
- ClrPlus.Scripting (>= 1.8.0.81)
- ServiceStack (>= 3.9.32)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on ClrPlus.Powershell.Core:
Package | Downloads |
---|---|
ClrPlus.Powershell.Provider
A library containing classes for creating powershell providers: - A universal base implementation that does all the heavy lifting for you - a Copy-ItemEx cmdlet that actually lets you copy between differnt providers (silly/lazy PS!) [Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization] |
|
ClrPlus.Powershell.Azure
A library containing a provider for Azure Storage: - Lets you treat Azure storage like a filesystem - Provides functionality to give clients an upload token for anonymous uploading to storage. [Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization] |
|
ClrPlus.Powershell.Rest
A library containing classes creating RESTable cmdlets (so you can host cmdlets via a REST service and call them either remotely or locally) [Note: This library is not quite ready for public consumption--I'm in the middle of some code reorganization] |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.8.0.81 | 2,448 | 6/25/2013 |
1.8.0.80 | 1,262 | 5/30/2013 |
1.8.0.75 | 1,765 | 5/22/2013 |
1.8.0.74 | 1,670 | 5/3/2013 |
1.8.0.73 | 1,763 | 5/2/2013 |
1.8.0.72 | 1,634 | 5/2/2013 |
1.8.0.71 | 1,645 | 4/29/2013 |
1.8.0.70 | 1,679 | 4/29/2013 |
1.8.0.69 | 1,714 | 4/23/2013 |
1.8.0.68 | 1,656 | 4/22/2013 |
1.8.0.67 | 1,775 | 4/19/2013 |
1.8.0.66 | 1,737 | 4/19/2013 |
1.8.0.65 | 1,721 | 4/11/2013 |
1.8.0.64 | 1,671 | 4/11/2013 |
1.8.0.63 | 1,738 | 3/25/2013 |
1.8.0.62 | 1,703 | 3/20/2013 |
1.8.0.61 | 1,642 | 3/15/2013 |
1.8.0.60 | 1,622 | 3/13/2013 |
1.8.0.58 | 1,698 | 3/11/2013 |
1.8.0.56 | 1,784 | 1/31/2013 |
1.8.0.55 | 1,733 | 1/31/2013 |
1.8.0.54 | 1,734 | 1/15/2013 |
1.8.0.53 | 1,675 | 1/14/2013 |
1.8.0.52 | 1,635 | 1/14/2013 |
1.8.0.51 | 1,719 | 1/11/2013 |
1.8.0.50 | 1,681 | 1/11/2013 |
1.8.0.47 | 1,661 | 1/10/2013 |
1.8.0.44 | 1,560 | 12/20/2012 |
1.8.0.43 | 1,487 | 12/20/2012 |
1.8.0.41 | 1,666 | 12/13/2012 |
1.8.0.39 | 1,671 | 12/4/2012 |
1.8.0.38 | 1,930 | 11/28/2012 |
Initial Build of the new ClrPlus Powershell.Core package.