RequestReduce.SqlServer 1.8.76

dotnet add package RequestReduce.SqlServer --version 1.8.76
                    
NuGet\Install-Package RequestReduce.SqlServer -Version 1.8.76
                    
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.8.76" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RequestReduce.SqlServer" Version="1.8.76" />
                    
Directory.Packages.props
<PackageReference Include="RequestReduce.SqlServer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RequestReduce.SqlServer --version 1.8.76
                    
#r "nuget: RequestReduce.SqlServer, 1.8.76"
                    
#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.
#:package RequestReduce.SqlServer@1.8.76
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RequestReduce.SqlServer&version=1.8.76
                    
Install as a Cake Addin
#tool nuget:?package=RequestReduce.SqlServer&version=1.8.76
                    
Install as a Cake Tool

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 net20 is compatible.  net35 was computed.  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 16,806 7/30/2012
1.8.73 1,744 6/27/2012
1.8.71 1,670 6/27/2012
1.8.67 1,737 6/15/2012
1.8.63 1,649 6/12/2012
1.8.49 1,609 6/5/2012
1.8.47 1,624 6/5/2012
1.8.32 1,779 4/30/2012
1.8.30 1,605 4/29/2012
1.8.13 1,897 3/13/2012
1.8.8 1,781 3/12/2012
1.8.3 1,752 3/12/2012
1.8.1 1,672 3/12/2012
1.7.108 1,780 2/17/2012
1.7.107 1,699 2/17/2012
1.7.105 1,725 2/15/2012
1.7.103 1,683 2/14/2012
1.7.100 1,737 2/13/2012
1.7.94 1,740 2/11/2012
1.7.64 1,752 2/6/2012
1.7.61 1,723 2/5/2012
1.7.49 1,716 1/30/2012
1.7.29 1,717 1/17/2012
1.7.26 1,741 1/15/2012
1.7.15 1,776 1/13/2012
1.7.7 1,793 1/12/2012
1.7.5 1,805 1/12/2012
1.7.0 1,814 1/9/2012
1.6.64 1,778 1/8/2012
1.6.58 1,708 1/6/2012
1.6.56 1,722 1/5/2012
1.6.54 1,799 12/31/2011
1.6.52 1,759 12/29/2011
1.6.49 1,747 12/29/2011
1.6.38 1,809 12/21/2011
1.6.24 1,773 12/17/2011
1.6.19 1,767 12/14/2011
1.6.12 1,731 12/13/2011
1.6.9 1,769 12/12/2011
1.6.3 1,821 12/9/2011
1.6.1 1,759 12/9/2011
1.5.39 1,766 12/4/2011
1.5.34 1,763 11/28/2011
1.5.1 1,775 11/11/2011
1.5.0 1,791 11/11/2011
1.4.13 1,794 11/6/2011
1.4.11 1,791 11/5/2011
1.4.8 1,776 11/4/2011
1.4.2 1,793 11/4/2011
1.3.3 1,901 10/24/2011

* upgrade to ajaxMin 4.56
     * Background images with vertical offsets will have their offsets preserved if the containing selector has no explicit height.
     * Append all bundled javascript with a semicolon. Not just  ones ending in } or )
     * Do not inject contentHost in embedded resources in Externalk CSS that cant be sprited
     * Do not hold open DB connection in background thread
     * Move PetaPoco into RequestReduce namespace to avoid collision with hosting application PetaPoco instances
     * Fix broken dashboard links
     * Make Dashboard work with IIS6
     * Remove dependency on Entity Framework. Using Peta Poco instead and now .Net 3.5 compliant
     * Add compatibility with Azure CDN
     * Add API Method to manually attach ResponseFilter in case application needs it to attach sooner