BlueCollar 1.3.2

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
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,337 5/18/2017
1.3.1 936 5/18/2017
1.3.0 7,180 11/14/2016
1.2.0 1,361 7/9/2015
1.1.0 1,158 5/20/2015
1.0.5 1,966 11/10/2012
1.0.3 1,474 10/22/2012
1.0.2 1,595 10/19/2012
1.0.1 1,463 10/18/2012
1.0.0 1,570 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.