Simplify.WindowsServices
2.8.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Simplify.WindowsServices --version 2.8.0
NuGet\Install-Package Simplify.WindowsServices -Version 2.8.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="Simplify.WindowsServices" Version="2.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simplify.WindowsServices" Version="2.8.0" />
<PackageReference Include="Simplify.WindowsServices" />
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 Simplify.WindowsServices --version 2.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Simplify.WindowsServices, 2.8.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.
#:package Simplify.WindowsServices@2.8.0
#: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=Simplify.WindowsServices&version=2.8.0
#tool nuget:?package=Simplify.WindowsServices&version=2.8.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Windows services framework with DI
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 is compatible. 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.
-
.NETFramework 4.6.2
- Microsoft.Extensions.Configuration (>= 2.2.0)
- ncrontab (>= 3.3.0)
- Simplify.DI (>= 2.0.1)
- Simplify.System (>= 1.0.1)
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.15.1 | 109 | 10/11/2025 | |
| 2.15.0 | 203 | 6/15/2025 | |
| 2.14.1 | 1,887 | 8/24/2023 | |
| 2.14.0 | 1,437 | 11/18/2021 | |
| 2.13.0 | 876 | 2/4/2021 | |
| 2.12.1 | 588 | 2/2/2021 | |
| 2.12.0 | 1,291 | 12/9/2019 | |
| 2.10.0 | 956 | 9/26/2019 | |
| 2.9.1 | 768 | 9/12/2019 | |
| 2.9.0 | 832 | 7/2/2019 | |
| 2.8.1 | 865 | 6/23/2019 | |
| 2.8.0 | 1,016 | 12/20/2018 | |
| 2.7.0 | 966 | 12/5/2018 | |
| 2.6.0 | 1,555 | 3/14/2018 | |
| 2.5.0 | 1,450 | 8/15/2017 | |
| 2.4.0 | 1,562 | 8/19/2016 | |
| 2.3.0 | 1,385 | 4/29/2016 | |
| 2.2.0 | 1,574 | 1/10/2016 | |
| 2.1.2 | 3,351 | 11/10/2014 | |
| 2.1.1 | 2,409 | 11/5/2014 | |
| 2.1.0 | 2,759 | 11/5/2014 | |
| 2.0.0 | 1,847 | 10/16/2014 | |
| 1.0.3 | 1,962 | 8/15/2014 | |
| 1.0.2 | 1,512 | 5/21/2014 | |
| 1.0.1 | 1,497 | 4/28/2014 | |
| 1.0.0 | 1,578 | 2/25/2014 |
New
* IConfiguration (appsettings.json) support
Updates
* Upgrade to .NET Framework 4.6.2
Fixes
* CleanupOnTaskFinish/MaximumParallelTasksCount properties not assigning on non empty CrontabExpression bug fix