Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 50d090e

Browse files
committed
deploying 1.6.19
1 parent 3466bdf commit 50d090e

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

GlobalAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Reflection;
22

3-
[assembly: AssemblyVersion("1.6.12")]
4-
[assembly: AssemblyFileVersion("1.6.12")]
3+
[assembly: AssemblyVersion("1.6.19")]
4+
[assembly: AssemblyFileVersion("1.6.19")]
55
[assembly: AssemblyTrademarkAttribute("")]

RequestReduce.SassLessCoffee/Nuget/RequestReduce.SassLessCoffee.nuspec

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>RequestReduce.SassLessCoffee</id>
5-
<version>1.6.12</version>
5+
<version>1.6.19</version>
66
<authors>Matt Wrock</authors>
77
<owners>Matt Wrock</owners>
88
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
99
<projectUrl>http://www.requestreduce.com/</projectUrl>
1010
<iconUrl>http://www.requestreduce.com/nuget_icon2.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>
13-
RequestReduce.SassLessCoffee is an add-on to RequestReduce which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing. Simply reference your .less, .sass, .scss and .coffee files with those extensions and RequestReduce will compile them before performing its reductions.
12+
<description>
13+
RequestReduce.SassLessCoffee is an add-on to RequestReduce which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing. Simply reference your .less, .sass, .scss and .coffee files with those extensions and RequestReduce will compile them before performing its reductions.
1414
</description>
1515
<summary>An add-on which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing.</summary>
1616
<tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript Less DotLess Sass Coffee SassAndCoffee RequestReduce</tags>
17-
<releaseNotes>
18-
* Fix buf that surfaces when two identical scripts are in the head
19-
* Gracefully swallow and log errors in transformations
20-
* Fix disk file cache failing to load previously cached files on app startup
21-
* Allow saving of less/sass/coffee files in RequestReduce directory
22-
* Fix .less imports
17+
<releaseNotes>
18+
* Fix buf that surfaces when two identical scripts are in the head
19+
* Gracefully swallow and log errors in transformations
20+
* Fix disk file cache failing to load previously cached files on app startup
21+
* Allow saving of less/sass/coffee files in RequestReduce directory
22+
* Fix .less imports
2323
</releaseNotes>
2424
<dependencies>
25-
<dependency id="RequestReduce" version="1.6.12" />
25+
<dependency id="RequestReduce" version="1.6.19" />
2626
<dependency id="dotless" version="1.2.1.0" />
2727
<dependency id="SassAndCoffee.Core" version="1.1.5" />
2828
</dependencies>

RequestReduce.SqlServer/Nuget/RequestReduce.SqlServer.nuspec

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>RequestReduce.SqlServer</id>
5-
<version>1.6.12</version>
5+
<version>1.6.19</version>
66
<authors>Matt Wrock</authors>
77
<owners>Matt Wrock</owners>
88
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
99
<projectUrl>http://www.requestreduce.com/</projectUrl>
1010
<iconUrl>http://www.requestreduce.com/nuget_icon2.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>
13-
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.
12+
<description>
13+
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.
1414
</description>
1515
<summary>An add-on allowing storage of the optimized CSS, Javascript and sprited images in SqlServer or SqlServer CE database.</summary>
1616
<tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript SqlServer RequestReduce</tags>
17-
<releaseNotes>
18-
* Fix buf that surfaces when two identical scripts are in the head
19-
* Gracefully swallow and log errors in transformations
20-
* Fix disk file cache failing to load previously cached files on app startup
21-
* Gracefully swallow and Log errors on saving cached file to disk
17+
<releaseNotes>
18+
* Fix buf that surfaces when two identical scripts are in the head
19+
* Gracefully swallow and log errors in transformations
20+
* Fix disk file cache failing to load previously cached files on app startup
21+
* Gracefully swallow and Log errors on saving cached file to disk
2222
</releaseNotes>
2323
<dependencies>
24-
<dependency id="RequestReduce" version="1.6.12" />
24+
<dependency id="RequestReduce" version="1.6.19" />
2525
<dependency id="EntityFramework" version="4.1.10715.0" />
2626
</dependencies>
2727
</metadata>

RequestReduce/Nuget/RequestReduce.nuspec

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata>
44
<id>RequestReduce</id>
5-
<version>1.6.12</version>
5+
<version>1.6.19</version>
66
<authors>Matt Wrock</authors>
77
<owners>Matt Wrock</owners>
88
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
99
<projectUrl>http://www.requestreduce.com/</projectUrl>
1010
<iconUrl>http://www.requestreduce.com/nuget_icon2.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>
13-
RequestReduce allows any IIS based website to automaticaly sprite background images into a single optimized PNG as well as combine and minify CSS and Javascript with absolutely no coding beyond a few config tweaks. RequestReduce excercises common best practices when serving its javascript, css and sprited images ensuring that the appropriate caching headers are sent to the browser so that browsers will not need to pull down a new http response until absolutely necessary. Chances are you will see an immediate rise in your yslow and google page speed tests.
12+
<description>
13+
RequestReduce allows any IIS based website to automaticaly sprite background images into a single optimized PNG as well as combine and minify CSS and Javascript with absolutely no coding beyond a few config tweaks. RequestReduce excercises common best practices when serving its javascript, css and sprited images ensuring that the appropriate caching headers are sent to the browser so that browsers will not need to pull down a new http response until absolutely necessary. Chances are you will see an immediate rise in your yslow and google page speed tests.
1414
</description>
1515
<summary>RequestReduce is a .Net Library and HttpModule providing automatic CSS background image optimization and spriting as well as CSS and Javascript merging and minification.</summary>
1616
<tags>CSS Minification Sprites Website Performance Optimization Compression Minify Javascript YSLOW AjaxMin ASP.NET Speed Combine</tags>
17-
<releaseNotes>
18-
* Fix buf that surfaces when two identical scripts are in the head
19-
* Gracefully swallow and log errors in transformations
20-
* Fix disk file cache failing to load previously cached files on app startup
17+
<releaseNotes>
18+
* Fix buf that surfaces when two identical scripts are in the head
19+
* Gracefully swallow and log errors in transformations
20+
* Fix disk file cache failing to load previously cached files on app startup
2121
</releaseNotes>
2222
</metadata>
2323
</package>

0 commit comments

Comments
 (0)