AzureBundling 1.0.8

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package AzureBundling --version 1.0.8
NuGet\Install-Package AzureBundling -Version 1.0.8
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="1.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureBundling --version 1.0.8
#r "nuget: AzureBundling, 1.0.8"
#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=1.0.8

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

This package allows Bundles to be created using files from Azure. The Bundles can be either CSS or JS Bundles that are minified and a seperate Gzip compressed file will be created as well. It sets the CdnPath of the Bundle to the compressed file if the Request Accepts gzip. Otherwise the CdnPath is set to the non-compressed file. The bundle is also created in memory for complete fallback protection.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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,633 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 6 setting values that can be set in the web.config file of your website.
They can be passed in at initialization as well. If set in web.config, those values will be used.
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.
If you prefer, you can add a config.json file and set these in it.