LuckyAssetManagerContrib 1.0.8

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

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

This project was designed to add new functionality to LuckyAssetManager. In LuckyAssetManagerContrib implemented 2 custom processor: SelectPathProcessor (processor for choosing pre-minified assets with file extensions *.min.js and *.min.css in release mode) and FinalProcessor (responsible for replacement relative paths in CSS-files, combining and caching assets), and new improved HTTP-handler (supports browser caching and ETags).

This extension will help your web applications successfully pass a most part of the tests in YSlow.

Attention! In order to take advantage of new features requires manual editing of Web.config (see instruction - http://bit.ly/ADLlVN).

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

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.0.8 2,182 4/27/2012
1.0.7 1,355 4/13/2012
1.0.6 1,320 3/28/2012
1.0.5 1,375 2/26/2012
1.0.4 1,391 2/25/2012
1.0.3 1,320 2/21/2012
1.0.2 1,464 1/29/2012
1.0.1 1,343 1/19/2012
1.0.0 1,394 1/18/2012

Added support of browsers without Accept-Encoding HTTP-header.