Candor.WindowsAzure.Tasks 2.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Candor.WindowsAzure.Tasks --version 2.5.0
NuGet\Install-Package Candor.WindowsAzure.Tasks -Version 2.5.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="Candor.WindowsAzure.Tasks" Version="2.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candor.WindowsAzure.Tasks --version 2.5.0
#r "nuget: Candor.WindowsAzure.Tasks, 2.5.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.
// Install Candor.WindowsAzure.Tasks as a Cake Addin
#addin nuget:?package=Candor.WindowsAzure.Tasks&version=2.5.0

// Install Candor.WindowsAzure.Tasks as a Cake Tool
#tool nuget:?package=Candor.WindowsAzure.Tasks&version=2.5.0

An abstract extension to Candor.Tasks for processing messages from an Azure queue.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  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.

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.6.0 1,425 3/12/2016
2.5.0 1,298 9/30/2015
2.4.0 1,301 1/30/2015
2.3.3 1,248 7/30/2014
2.3.1 1,226 7/24/2014
2.3.0 1,191 7/16/2014
2.2.3 1,229 7/8/2014
2.2.0 1,312 5/12/2014
2.1.2 1,246 5/7/2014
2.1.1 1,359 2/12/2014
2.1.0.4 1,217 1/13/2014
2.1.0.3 1,193 1/11/2014
2.1.0.2 1,209 12/30/2013
1.0.1 1,298 10/19/2013
1.0.0 1,290 8/20/2013

2.5.0: updated to use latest Candor libraries
     2.4.0: CloudQueueWorkerRoleTask - take advantage of the new CheckIn method of RepeatingWorkerRoleTask
     2.3.3: CloudQueueWorkerRoleTask - failed messages now update in queue with visibility timeout
     2.3.1: Update package dependency references, updated documentation.
     2.3.0: * CloudQueueWorkerRoleTask implementations can now pass back a custom
     delay after each iteration
     * No broken interfaces, only additions.  An upgrade should not cause any issues.
     2.2.3: JobStatus: added properties MessageId and MessageStep. CloudQueueWorkerRoleTask: added property MessageFailedSkipSeconds and ProcessMessage method overload adding status parameter
     2.2.0: CloudQueueWorkerRoleTask: Reduced job status log writes to error only and updated single record for latest success or failure, include queue message in status.
     2.1.2: Update package dependency references (Still Azure libs 2.1.0.3)
     2.1.1: CloudBlobRules .GetValidBlobName now supports mixed case (upper case previously caused validation error)
     2.1.0.4: update RazorMachine usage from 2.6.0 to 2.6.1, ForgotPassword template updated with RazorMachine inherits declaration
     2.1.0.3: Added debug symbols and xml documentation
     2.1.0: Created a task to process queue messages for forgot password requests.
     You should set the view cshtml files property "Copy to output folder" to "Copy Always"
     1.0.1: Update package dependency references