Skip to content

Commit

Permalink
Version 2.0.0-beta6.
Browse files Browse the repository at this point in the history
  • Loading branch information
benquarmby committed Aug 29, 2015
1 parent 1d9da24 commit f322cdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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-2015</copyright>
<tags>JavaScript JSLint MSBuild</tags>
<releaseNotes>
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.
1.8.3 - Upgrade announcement: https://github.com/benquarmby/jslintnet/wiki/Upgrade-Announcement
Expand Down
4 changes: 2 additions & 2 deletions source/JSLintNet.VisualStudio/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<Identity Id="20d11160-ceed-4510-8fc7-ab34c7c34caa" Version="9.5.5" Language="en-US" Publisher="JSLint.NET Contributors" />
<DisplayName>JSLint.NET for Visual Studio</DisplayName>
<Description xml:space="preserve">JSLint.NET is a wrapper for Douglas Crockford's JSLint, the JavaScript code quality tool. It can validate JavaScript anywhere .NET runs.</Description>
<MoreInfo>https://github.com/benquarmby/jslintnet/wiki/Upgrade-Announcement</MoreInfo>
<MoreInfo>https://github.com/benquarmby/jslintnet</MoreInfo>
<License>License.txt</License>
<GettingStartedGuide>https://github.com/benquarmby/jslintnet/wiki/Upgrade-Announcement</GettingStartedGuide>
<GettingStartedGuide>https://github.com/benquarmby/jslintnet</GettingStartedGuide>
<ReleaseNotes>https://github.com/benquarmby/jslintnet/releases</ReleaseNotes>
<Icon>Resources\JSLint.NET.ico</Icon>
<PreviewImage>Resources\JSLint.NET-256.png</PreviewImage>
Expand Down
2 changes: 1 addition & 1 deletion source/JSLintNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static class AssemblyInfo
/// <summary>
/// The informational version for JSLint.NET.
/// </summary>
public const string InformationalVersion = Version + "-beta5";
public const string InformationalVersion = Version + "-beta6";

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

0 comments on commit f322cdc

Please sign in to comment.