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.0 | 130 | 6/15/2025 | |
2.14.1 | 1,806 | 8/24/2023 | |
2.14.0 | 1,373 | 11/18/2021 | |
2.13.0 | 803 | 2/4/2021 | |
2.12.1 | 502 | 2/2/2021 | |
2.12.0 | 1,197 | 12/9/2019 | |
2.10.0 | 874 | 9/26/2019 | |
2.9.1 | 681 | 9/12/2019 | |
2.9.0 | 744 | 7/2/2019 | |
2.8.1 | 767 | 6/23/2019 | |
2.8.0 | 930 | 12/20/2018 | |
2.7.0 | 878 | 12/5/2018 | |
2.6.0 | 1,385 | 3/14/2018 | |
2.5.0 | 1,334 | 8/15/2017 | |
2.4.0 | 1,439 | 8/19/2016 | |
2.3.0 | 1,259 | 4/29/2016 | |
2.2.0 | 1,446 | 1/10/2016 | |
2.1.2 | 3,223 | 11/10/2014 | |
2.1.1 | 2,281 | 11/5/2014 | |
2.1.0 | 2,578 | 11/5/2014 | |
2.0.0 | 1,675 | 10/16/2014 | |
1.0.3 | 1,783 | 8/15/2014 | |
1.0.2 | 1,381 | 5/21/2014 | |
1.0.1 | 1,356 | 4/28/2014 | |
1.0.0 | 1,445 | 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