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