Skip to content

Commit

Permalink
Version 2.0.0-beta7.
Browse files Browse the repository at this point in the history
  • Loading branch information
benquarmby committed Aug 29, 2015
1 parent 4385073 commit 54f84ed
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>
<tags>JavaScript JSLint MSBuild</tags>
<releaseNotes>
2.0.0-beta7 - JSLint 2015-07-10. Fixed global variables.
2.0.0-beta6 - JSLint 2015-07-01.
2.0.0-beta5 - JSLint 2015-05-28 BETA.
1.8.4 - Downgraded V8 to improve VS2012 support.
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 @@ -40,7 +40,7 @@ internal static class AssemblyInfo
/// <summary>
/// The informational version for JSLint.NET.
/// </summary>
public const string InformationalVersion = Version + "-beta6";
public const string InformationalVersion = Version + "-beta7";

/// <summary>
/// The copyright line for JSLint.NET.
Expand All @@ -60,7 +60,7 @@ internal static class AssemblyInfo
/// <summary>
/// The edition of JSLint bundled with this release.
/// </summary>
public const string Edition = "2015-07-01";
public const string Edition = "2015-07-10";

/// <summary>
/// The public key for JSLint.NET.
Expand Down

0 comments on commit 54f84ed

Please sign in to comment.