simpleservices 2.0.0
See the version list below for details.
dotnet add package simpleservices --version 2.0.0
NuGet\Install-Package simpleservices -Version 2.0.0
<PackageReference Include="simpleservices" Version="2.0.0" />
paket add simpleservices --version 2.0.0
#r "nuget: simpleservices, 2.0.0"
// Install simpleservices as a Cake Addin #addin nuget:?package=simpleservices&version=2.0.0 // Install simpleservices as a Cake Tool #tool nuget:?package=simpleservices&version=2.0.0
A base class for self-installing Windows Services with debugging hooks to run as console apps without requiring InstallUtil
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. 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. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on simpleservices:
Package | Downloads |
---|---|
ReallySimpleProxy
HTTP Proxy based on NancyFx which supports extension and modifying requests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Incremented to V.2, broke the API. BREAKING CHANGES, Renamed service installer to SimpleServiceApplication to fix naming collision with the .net framework causing confusing debugging problems. Clients must rename their Program.cs inheritance of ServiceInstaller to SimpleServiceApplication.