Continuous.WindowsService 3.0.2-alpha

This is a prerelease version of Continuous.WindowsService.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Continuous.WindowsService --version 3.0.2-alpha
                    
NuGet\Install-Package Continuous.WindowsService -Version 3.0.2-alpha
                    
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="Continuous.WindowsService" Version="3.0.2-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Continuous.WindowsService" Version="3.0.2-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Continuous.WindowsService" />
                    
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 Continuous.WindowsService --version 3.0.2-alpha
                    
#r "nuget: Continuous.WindowsService, 3.0.2-alpha"
                    
#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.
#:package Continuous.WindowsService@3.0.2-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Continuous.WindowsService&version=3.0.2-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Continuous.WindowsService&version=3.0.2-alpha&prerelease
                    
Install as a Cake Tool

This library is providing easy way to manage windows services: install/uninstall, start/stop, change user, etc.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.0.6 4,442 8/6/2017
3.0.6-alpha 944 8/6/2017
3.0.5 1,122 5/29/2017
3.0.5-alpha 965 5/29/2017
3.0.4-alpha 946 5/26/2017
3.0.3-alpha 953 5/23/2017
3.0.2-alpha 930 5/22/2017
3.0.1-alpha 953 5/22/2017
2.5.1 1,134 5/22/2017
2.5.1-alpha 962 5/11/2017
2.4.2 1,120 5/11/2017
2.4.2-alpha 970 5/10/2017
2.4.1-alpha 929 5/9/2017
2.3.5 1,111 5/8/2017
2.3.5-alpha 969 5/8/2017
2.3.4-alpha 957 5/8/2017
2.2.2-alpha 975 5/8/2017
2.2.1-alpha 921 5/8/2017
2.1.2 1,333 4/29/2017
2.1.2-alpha 919 4/27/2017
2.0.2 1,341 4/26/2017
2.0.2-alpha 951 4/26/2017
2.0.1-alpha 956 4/26/2017
1.1.4 1,151 4/26/2017
1.1.4-alpha 948 4/26/2017
1.1.3-alpha 980 4/25/2017
1.1.2-alpha 932 4/25/2017
1.0.40-alpha 955 4/25/2017
1.0.39-alpha 944 4/22/2017
1.0.36 1,127 4/21/2017
1.0.36-alpha 924 4/21/2017
1.0.3.34-alpha 913 4/21/2017
1.0.3.33-alpha 941 4/21/2017
1.0.3.30-alpha 959 4/21/2017
1.0.3 1,116 4/12/2017
1.0.2 1,151 4/8/2017
1.0.1 1,132 4/5/2017
1.0.0 1,138 4/2/2017

- Added possibility to manipulate service directly from WindowsServiceInfo instance