CodeBits.WindowsServiceRunner 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeBits.WindowsServiceRunner --version 1.2.0
NuGet\Install-Package CodeBits.WindowsServiceRunner -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeBits.WindowsServiceRunner" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeBits.WindowsServiceRunner --version 1.2.0
#r "nuget: CodeBits.WindowsServiceRunner, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CodeBits.WindowsServiceRunner as a Cake Addin
#addin nuget:?package=CodeBits.WindowsServiceRunner&version=1.2.0

// Install CodeBits.WindowsServiceRunner as a Cake Tool
#tool nuget:?package=CodeBits.WindowsServiceRunner&version=1.2.0

Executes Windows service code as either a Console application or an actual Windows service, depending on the project output type of the project.
See the project site for documentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.3 446 8/29/2021
2.1.2 329 8/29/2021
2.1.1 329 8/29/2021
2.1.0 333 8/29/2021
2.0.0 332 5/11/2021
1.4.0 778 1/14/2019
1.3.0 2,148 11/4/2012
1.2.0 1,400 7/24/2012
1.1.0 1,330 7/14/2012
1.0.0 1,323 7/9/2012

Made the class partial so it can be extended by the developer.