BlueCollar 1.3.2

.NET Framework 3.5
dotnet add package BlueCollar --version 1.3.2
NuGet\Install-Package BlueCollar -Version 1.3.2
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="BlueCollar" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BlueCollar --version 1.3.2
#r "nuget: BlueCollar, 1.3.2"
#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.
// 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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.3.2 1,229 5/18/2017
1.3.1 857 5/18/2017
1.3.0 6,429 11/14/2016
1.2.0 1,275 7/9/2015
1.1.0 1,068 5/20/2015
1.0.5 1,863 11/10/2012
1.0.3 1,373 10/22/2012
1.0.2 1,488 10/19/2012
1.0.1 1,354 10/18/2012
1.0.0 1,465 8/15/2012

* 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.