CodeBits.WindowsServiceRunner 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeBits.WindowsServiceRunner --version 1.3.0
                    
NuGet\Install-Package CodeBits.WindowsServiceRunner -Version 1.3.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.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeBits.WindowsServiceRunner" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="CodeBits.WindowsServiceRunner" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeBits.WindowsServiceRunner --version 1.3.0
                    
#r "nuget: CodeBits.WindowsServiceRunner, 1.3.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.
#addin nuget:?package=CodeBits.WindowsServiceRunner&version=1.3.0
                    
Install CodeBits.WindowsServiceRunner as a Cake Addin
#tool nuget:?package=CodeBits.WindowsServiceRunner&version=1.3.0
                    
Install CodeBits.WindowsServiceRunner as a Cake Tool

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 540 8/29/2021
2.1.2 389 8/29/2021
2.1.1 385 8/29/2021
2.1.0 383 8/29/2021
2.0.0 388 5/11/2021
1.4.0 847 1/14/2019
1.3.0 2,376 11/4/2012
1.2.0 1,542 7/24/2012
1.1.0 1,469 7/14/2012
1.0.0 1,465 7/9/2012

Fixed issues with running multiple services simultaneously. Has breaking changes; please see the project documentation for more details.