Skip to content

Commit

Permalink
Version 1.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
benquarmby committed May 5, 2015
1 parent 63c863a commit 813570c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions source/JSLintNet.Console/MSBuild/JSLintNet.MSBuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<copyright>Copyright © JSLint.NET Contributors 2013-2014</copyright>
<tags>JavaScript JSLint MSBuild</tags>
<releaseNotes>
1.8.1 - Fixed sticky cancelled settings. Revised links to new home on GitHub.
1.8.0 - Visual Studio 2015 support.
1.7.0 - Fix intermittent MSBuild failures.
1.6.5 - Prevent duplicate warnings between NuGet and VSIX.
Expand Down
4 changes: 2 additions & 2 deletions source/JSLintNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ public static class AssemblyInfo
/// <summary>
/// The full version number for JSLint.NET.
/// </summary>
public const string Version = "1.8.0";
public const string Version = "1.8.1";

/// <summary>
/// The copyright line for JSLint.NET.
/// </summary>
public const string Copyright = "Copyright © JSLint.NET Contributors 2013-2014";
public const string Copyright = "Copyright © JSLint.NET Contributors 2013-2015";

/// <summary>
/// The company name for JSLint.NET.
Expand Down

0 comments on commit 813570c

Please sign in to comment.