Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit 0677307

Browse files
committed
NuSpecs target latest YUIC.NET version as minimum.
1 parent 119662e commit 0677307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build/NuSpecs/YUICompressor.NET.MSBuild.NAnt.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is a direct .NET port of the original Yahoo! UI Library: YUI Compressor.</d
2020
<tags>compression, compressor, minification, obfuscation, minify, bundle, bundler, combine, javascript, js, CSS, cascading style sheets</tags>
2121
<dependencies>
2222
<dependency id="EcmaScript.Net" version="1.0.1.0" />
23-
<dependency id="YUICompressor.NET" version="2.4.0.0" />
23+
<dependency id="YUICompressor.NET" version="2.5.0.0" />
2424
</dependencies>
2525
</metadata>
2626
</package>

Build/NuSpecs/YUICompressor.NET.Web.Optimization.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is a direct .NET port of the original Yahoo! UI Library: YUI Compressor.</d
2424
<dependency id="EcmaScript.Net" version="1.0.1.0" />
2525
<dependency id="Microsoft.AspNet.Web.Optimization" version="1.1.3" />
2626
<dependency id="WebGrease" version="1.6.0" />
27-
<dependency id="YUICompressor.NET" version="2.4.0.0" />
27+
<dependency id="YUICompressor.NET" version="2.5.0.0" />
2828
</dependencies>
2929
</metadata>
3030
</package>

0 commit comments

Comments
 (0)