Metadata >> NuGet >> ProcessRunner

ProcessRunner

Metadata

Authors Morten Houston Ludvigsen
Copyrights Copyright © 2013 Morten Houston Ludvigsen, All Rights Reserved
Description C# library for calling executable files
LicenseUrl https://raw.github.com/MortenHoustonLudvigsen/ProcessRunner/master/LICENSE.txt
Owners Morten Houston Ludvigsen
ProjectUrl https://github.com/MortenHoustonLudvigsen/ProcessRunner
RequireLicenseAcceptance False
Title ProcessRunner
PackageSize 43946
PackageHashAlgorithm SHA512
PackageHash exzufIA2llNbkMkhP0EYgHUi3GCRlhW3aX22LEtmrZL+9yMWnHlGfKofxWOLm0/25h4xAyOXsRP6lBiHlmAAfA==
DownloadCount 000000
CreatedDate 2015-03-11T09:11:23
ReleaseNotes Fixed inabillity to cancel a process
Tags Cmd Program Process CommandLine Exec

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install ProcessRunner -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ProcessRunner -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package ProcessRunner
Installing the package (HTTP Basic authentication):
Install-Package ProcessRunner -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ProcessRunner -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ProcessRunner

OpenWrap

Installing the package:
o add-wrap ProcessRunner
Uninstalling the package:
o remove-wrap ProcessRunner

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha002
1.0.0-alpha001