Skip to content

Commit

Permalink
Version 2.0.0-beta5.
Browse files Browse the repository at this point in the history
  • Loading branch information
benquarmby committed Aug 29, 2015
1 parent 215451a commit 570df5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions source/JSLintNet.Console/MSBuild/JSLintNet.MSBuild.nuspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<package>
<metadata minClientVersion="2.8.0">
<id>JSLintNet.MSBuild</id>
Expand All @@ -7,7 +7,7 @@
<authors>JSLint.NET Contributors</authors>
<owners>JSLint.NET Contributors</owners>
<licenseUrl>https://raw.githubusercontent.com/benquarmby/jslintnet/master/License.txt</licenseUrl>
<projectUrl>https://github.com/benquarmby/jslintnet/wiki/Upgrade-Announcement</projectUrl>
<projectUrl>https://github.com/benquarmby/jslintnet</projectUrl>
<iconUrl>https://raw.githubusercontent.com/benquarmby/jslintnet/master/graphics/JSLint.NET-128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
Expand All @@ -16,6 +16,7 @@
<copyright>Copyright © JSLint.NET Contributors 2013-2015</copyright>
<tags>JavaScript JSLint MSBuild</tags>
<releaseNotes>
2.0.0-beta5 - JSLint 2015-05-28 BETA.
1.8.4 - Downgraded V8 to improve VS2012 support.
1.8.3 - Upgrade announcement: https://github.com/benquarmby/jslintnet/wiki/Upgrade-Announcement
1.8.2 - Improved support for C++, Node.js and Cordova projects.
Expand Down
12 changes: 6 additions & 6 deletions source/JSLintNet/JSLintNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ClearScript">
<HintPath>..\..\packages\ClearScript.V8.5.4.1\lib\ClearScript.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\ClearScript.V8.5.4.2\lib\net40\ClearScript.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Build" />
<Reference Include="Microsoft.Build.Framework" />
<Reference Include="Microsoft.Build.Utilities.v4.0" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down Expand Up @@ -175,19 +175,19 @@
<Link>License.txt</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\packages\ClearScript.V8.5.4.1\tools\native\amd64\ClearScriptV8-64.dll">
<Content Include="..\..\packages\ClearScript.V8.5.4.2\tools\native\amd64\ClearScriptV8-64.dll">
<Link>ClearScriptV8-64.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\packages\ClearScript.V8.5.4.1\tools\native\amd64\v8-x64.dll">
<Content Include="..\..\packages\ClearScript.V8.5.4.2\tools\native\amd64\v8-x64.dll">
<Link>v8-x64.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\packages\ClearScript.V8.5.4.1\tools\native\x86\ClearScriptV8-32.dll">
<Content Include="..\..\packages\ClearScript.V8.5.4.2\tools\native\x86\ClearScriptV8-32.dll">
<Link>ClearScriptV8-32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\packages\ClearScript.V8.5.4.1\tools\native\x86\v8-ia32.dll">
<Content Include="..\..\packages\ClearScript.V8.5.4.2\tools\native\x86\v8-ia32.dll">
<Link>v8-ia32.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
2 changes: 1 addition & 1 deletion source/JSLintNet/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="ClearScript.V8" version="5.4.1" targetFramework="net40" />
<package id="ClearScript.V8" version="5.4.2" targetFramework="net45" />
<package id="MSBuildTasks" version="1.4.0.88" targetFramework="net40" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net40" />
<package id="StyleCop.MSBuild" version="4.7.49.1" targetFramework="net40" developmentDependency="true" />
Expand Down

0 comments on commit 570df5d

Please sign in to comment.