Skip to content

Commit

Permalink
Version 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
benquarmby committed Sep 13, 2015
1 parent c3dae51 commit bb20fcc
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.1 - JSLint 2015-08-22.
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.
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 @@ internal static class AssemblyInfo
/// <summary>
/// The core version number for JSLint.NET.
/// </summary>
public const string Version = "2.0.0";
public const string Version = "2.0.1";

/// <summary>
/// The informational version for JSLint.NET.
/// </summary>
public const string InformationalVersion = Version + "-beta7";
public const string InformationalVersion = Version;

/// <summary>
/// The copyright line for JSLint.NET.
Expand Down

0 comments on commit bb20fcc

Please sign in to comment.