BlueCollar 1.3.2
dotnet add package BlueCollar --version 1.3.2
NuGet\Install-Package BlueCollar -Version 1.3.2
<PackageReference Include="BlueCollar" Version="1.3.2" />
paket add BlueCollar --version 1.3.2
#r "nuget: BlueCollar, 1.3.2"
// Install BlueCollar as a Cake Addin
#addin nuget:?package=BlueCollar&version=1.3.2
// Install BlueCollar as a Cake Tool
#tool nuget:?package=BlueCollar&version=1.3.2
Background jobs and scheduled work for .NET.
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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.
* 1.3.2 - Emergency patch fixing release of non-signed binary.
* 1.3.1 - Don't crash when logging a probing failure.
* 1.3.0 - Only invoke a single application's entry/exit points.
- Improved logging around machine startup failures.
* 1.2.0 - Eagerly (instead of lazily) invoke application entry/exit
points if the target application is a web application.
* 1.1.0 - Invoke application entry/exit points if the target application
is a web application (e.g., has a Global.asax or similar).
* 1.0.5 - Properly listen to application exited events in the service
application coordinator.
* 1.0.4 - Fix boolean form serializer for radio buttons and checkboxes.
- Enforce queue filter limits for scheduling.
- Fix pager styling.
* 1.0.3 - More YUI compressor related CSS fixes.
- Move to bin-deployed SQLite.
* 1.0.2 - Fix bootstrap responsive issues with YUI compressor.
* 1.0.1 - Upgrade to bootstrap v2.1.1.
- Add timeout to schedule locking.
- Randominze start of worker signal loop.
- Remove SQLite dependency (must manually add SQLite if using BlueCollar.SQLiteRepository).
* 1.0.0 - Initial release.