AzureBundling 2.0.9

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

// Install AzureBundling as a Cake Tool
#tool nuget:?package=AzureBundling&version=2.0.9

This package allows Bundles to be created using files from Azure.

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

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.1.9-rc 1,203 4/27/2016
2.1.8 2,625 3/10/2016
2.0.9 1,126 12/7/2015
2.0.8 1,196 10/1/2015
2.0.7 1,185 9/30/2015
2.0.6 1,563 9/29/2015

There are 8 setting values that can be set in the web.config file of your website.
     AzureAccountName(string) - Your Azure Account Name.
     AzureAccessKey(string) - Your Access Key.
     CdnPath(string) - Url for your blob storage.
     SecureCdnPath(string) - Secure Url for your blob storage.
     CachePollTime(int) - Poll time for custom cache dependency.
     BundleCacheTTL(int) - max-age to cache bundle.
     UseCompression(bool) - whether or not to gzip the bundle.
     JsonConfig(string) - If you prefer, you can add a config.json file and set these in it.
     This setting is the Application path to the json file of your choice.
     Added GzipBundleConfig so that every bundle can have its own configuartion.
     No longer dependant on web.config or json file. Everything can be set during bundle creation.
     Settings can also be set at runtime. The Config class is static.