RequestReduce.SqlServer 1.7.108

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

// Install RequestReduce.SqlServer as a Cake Tool
#tool nuget:?package=RequestReduce.SqlServer&version=1.7.108

RequestReduce.SqlServer is an add-on to RequestReduce allowing you to store your optimized CSS, JavaScript and sprited images in a SqlServer or SqlServer CE database.

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.8.76 14,835 7/30/2012
1.8.73 1,494 6/27/2012
1.8.71 1,432 6/27/2012
1.8.67 1,486 6/15/2012
1.8.63 1,403 6/12/2012
1.8.49 1,364 6/5/2012
1.8.47 1,382 6/5/2012
1.8.32 1,518 4/30/2012
1.8.30 1,365 4/29/2012
1.8.13 1,654 3/13/2012
1.8.8 1,530 3/12/2012
1.8.3 1,506 3/12/2012
1.8.1 1,421 3/12/2012
1.7.108 1,522 2/17/2012
1.7.107 1,452 2/17/2012
1.7.105 1,478 2/15/2012
1.7.103 1,435 2/14/2012
1.7.100 1,494 2/13/2012
1.7.94 1,489 2/11/2012
1.7.64 1,499 2/6/2012
1.7.61 1,472 2/5/2012
1.7.49 1,467 1/30/2012
1.7.29 1,468 1/17/2012
1.7.26 1,488 1/15/2012
1.7.15 1,536 1/13/2012
1.7.7 1,543 1/12/2012
1.7.5 1,551 1/12/2012
1.7.0 1,562 1/9/2012
1.6.64 1,529 1/8/2012
1.6.58 1,457 1/6/2012
1.6.56 1,482 1/5/2012
1.6.54 1,546 12/31/2011
1.6.52 1,513 12/29/2011
1.6.49 1,500 12/29/2011
1.6.38 1,565 12/21/2011
1.6.24 1,523 12/17/2011
1.6.19 1,523 12/14/2011
1.6.12 1,481 12/13/2011
1.6.9 1,518 12/12/2011
1.6.3 1,574 12/9/2011
1.6.1 1,515 12/9/2011
1.5.39 1,522 12/4/2011
1.5.34 1,511 11/28/2011
1.5.1 1,527 11/11/2011
1.5.0 1,541 11/11/2011
1.4.13 1,540 11/6/2011
1.4.11 1,540 11/5/2011
1.4.8 1,532 11/4/2011
1.4.2 1,537 11/4/2011
1.3.3 1,641 10/24/2011

* Replace AbsoluteUrlTransformer with UrlTransformer to trnsform any url and not just ones embedded in css
     * Correct nuget dependency version for EF
     * dont wrap css in media rule if media attribute is All
     * Fix some casing scenarios to be turkish friendly
     * fix import expansion when using CSSFilters
     * Fixed potentially major perf bug where dbdisjcache was not a singleton resulting in (LOTS of timers under load)
     * upgraded EF version to 4.3
     * ignore external scripts containing inline script
     * fix casing edge case injecting sprite in preexisting 2 class sprite with mixed case selectors
     * fix nuget install/uninstall for web site projects with http endpoints
     * dramatically improve processing perf in some environments where call to getsystemproxy incurs high latency
     * enable filtering css @imports via API
     * fix minification issues with Prototype.js
     * hide connection string passwords from dashboard
     * add ipfilter and proxylist for authorizing dashboard users via ip when not using login authentication
     * fix issue with CSS being injected incorrectly when comments are before scripts
     * Fixed parsing issues with comments in between scripts or css links
     * Fixed issue where embeded scripts in inline scripts were being transformed
     * Fixed possible duplicate key error in retrieving saved reductions from local disk
     * eliminate extra line feeds left over from removed scripts and css links
     * fixed issue when using google font api
     * Fix Maped physical path in nested Applications
     * Strip query string from generated urls sent from browser
     * Ignore commented scripts
     * do not inject generated styles into commented section of head
     * Do not swap external host with content host
     * fix .net 3.5 in medium trust
     * fix parsing error on padding and bg position in pre minimized css not ending in a semicolon
     * support percentage and positive pixel background-positions
     * default one background position axis to centerif the other is set
     * adjust quantization settings for better and less grainy quality
     * upgrade to ajax minifier 4.44 to fix js error with google prettify
     * fix bug not including child selector as delimitor in css inheritance evaluation
     * fix bug that throws off sprite offsets when there are duplicate sprites
     * Add Exception information failed failed processing events in the dashboard
     * Extend API for overriding URLs generated for CSS embedded URLs
     * ignore data URIs when absolutizing URLs
     * Process Existing Sprites that have image and position in separate selectors
     * Improve performance of Sprite Generation
     * Support Windows authentication when processing resources
     * Do not generate 0 byte script when processing a script solely composed of comments