Helper library for running PowerShell scripts from C# in their own process and passing objects back and forth.
Info
Version: | 0.1.4-alpha |
Author(s): | Michael Plaisted |
Last Update: | Wednesday, July 12, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/plaisted/PowershellHelper |
NuGet Url: | https://www.nuget.org/packages/Plaisted.PowershellHelper |
Install
Install-Package Plaisted.PowershellHelper
dotnet add package Plaisted.PowershellHelper
paket add Plaisted.PowershellHelper
Plaisted.PowershellHelper Download (Unzip the "nupkg" after downloading)
Dependencies
net461
- Microsoft.Extensions.Logging(>= 1.1.2)
- Newtonsoft.Json(>= 10.0.3)
- NETStandard.Library(>= 1.6.1)
- System.Diagnostics.Process(>= 4.3.0)
- Microsoft.Extensions.Logging(>= 1.1.2)
- Newtonsoft.Json(>= 10.0.3)