BlueCollar 1.0.5
dotnet add package BlueCollar --version 1.0.5
NuGet\Install-Package BlueCollar -Version 1.0.5
<PackageReference Include="BlueCollar" Version="1.0.5" />
paket add BlueCollar --version 1.0.5
#r "nuget: BlueCollar, 1.0.5"
// Install BlueCollar as a Cake Addin #addin nuget:?package=BlueCollar&version=1.0.5 // Install BlueCollar as a Cake Tool #tool nuget:?package=BlueCollar&version=1.0.5
Background jobs and scheduled work for .NET.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. 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.
GitHub repositories
This package is not used by any popular GitHub repositories.
* 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.