Candor.WindowsAzure 1.5.0

dotnet add package Candor.WindowsAzure --version 1.5.0
NuGet\Install-Package Candor.WindowsAzure -Version 1.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" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Candor.WindowsAzure --version 1.5.0
#r "nuget: Candor.WindowsAzure, 1.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 as a Cake Addin
#addin nuget:?package=Candor.WindowsAzure&version=1.5.0

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

Currently Supports Azure SDK 2.2.  Azure SDK 3.x support will come after RTM.
     Proxies around the Azure Storage v2.0.0 API, TableEntity, CloudTable, and CloudQueue; making it simpler to use Azure within a repository.

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 (3)

Showing the top 3 NuGet packages that depend on Candor.WindowsAzure:

Package Downloads
Candor.WindowsAzure.Tasks

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

Candor.Security.AzureStorageProvider

An Azure storage provider implementation for Candor.Security base providers. This code is open source.

Candor.WindowsAzure.Logging.Common

A Common.Logging factory adapter targeting Azure Table Storage.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 2,655 9/30/2015
1.3.0 1,324 1/30/2015
1.2.10 2,947 7/24/2014
1.2.9 1,857 5/12/2014
1.2.8 1,838 5/7/2014
1.2.7 2,040 2/12/2014
1.2.6 2,980 10/19/2013
1.2.5 1,327 9/25/2013
1.1.3 1,323 9/22/2013
1.1.2 1,258 9/17/2013
1.1.1 1,262 9/17/2013
1.1.0 1,254 9/17/2013
1.0.0.1 1,256 8/20/2013
1.0.0 1,914 8/20/2013

This code is open source and can be found at https://github.com/michael-lang/candor-windowsazure.
     In depth articles can be found at http://candordeveloper.com/
     Changes:
     1.5.0: Added numerous string extensions to help build better table storage keys
     1.3.0: CloudTableProxy: changed UpdateBatch to ReplaceBatch.  UpdateBatch was mistakenly attemping inserts.
     1.2.11: CloudTableProxy: fix exception message when row key generated was null.
     1.2.10: Update package dependency references, updated documentation.
     1.2.9: TableEntityProxy: when two properties / sub-properties serialize to the same column name,
     instead of a generic duplicate key error, now a detailed message mentions the duplicate property expression.
     1.2.8: Update candor package dependency references (Still Azure libs 2.1.0.3)
     1.2.7: CloudBlobRules .GetValidBlobName now supports mixed case (upper case previously caused validation error)
     1.2.6: Updates to CloudBlobProxy, update package dependency references
     1.2.0: Added CloudBlobProxy class: works similarly to CloudTableProxy and CloudQueueProxy
     1.1.4: CloudTableProxy: Delete failures now return more cause detail in exception.
     1.1.3: CloudQueueProxy: On adding a record change notification, it now ensures the Azure queue exists.
     1.1.2: Batch update/insert operations now recompute PartitionKey/RowKey for each record before running the batch.
     1.1: Added CloudTableProxy: InsertOrMergeBatch() and InsertOrReplaceBatch()