JSLintNet.MSBuild
2.1.0
See the version list below for details.
Requires NuGet 2.8.0 or higher.
dotnet add package JSLintNet.MSBuild --version 2.1.0
NuGet\Install-Package JSLintNet.MSBuild -Version 2.1.0
<PackageReference Include="JSLintNet.MSBuild" Version="2.1.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add JSLintNet.MSBuild --version 2.1.0
#r "nuget: JSLintNet.MSBuild, 2.1.0"
// Install JSLintNet.MSBuild as a Cake Addin #addin nuget:?package=JSLintNet.MSBuild&version=2.1.0 // Install JSLintNet.MSBuild as a Cake Tool #tool nuget:?package=JSLintNet.MSBuild&version=2.1.0
JSLint.NET for MSBuild adds JavaScript validation targets to any Visual Studio project.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.0 | 45,448 | 8/7/2016 |
2.2.2 | 3,206 | 4/22/2016 |
2.2.1 | 1,669 | 3/4/2016 |
2.2.0 | 3,109 | 1/31/2016 |
2.1.0 | 1,817 | 1/17/2016 |
2.0.4 | 1,429 | 12/27/2015 |
2.0.3 | 3,018 | 10/5/2015 |
2.0.2 | 1,706 | 9/15/2015 |
2.0.1 | 1,621 | 9/13/2015 |
2.0.0-beta7 | 1,277 | 7/13/2015 |
2.0.0-beta5 | 957 | 5/30/2015 |
1.8.4 | 3,190 | 8/29/2015 |
1.8.3 | 3,598 | 7/4/2015 |
1.8.2 | 1,689 | 5/31/2015 |
1.8.1 | 4,179 | 5/5/2015 |
1.7.0 | 26,605 | 12/18/2014 |
1.6.5 | 5,182 | 9/20/2014 |
1.6.4 | 2,409 | 8/7/2014 |
1.6.3 | 2,056 | 7/11/2014 |
1.6.2 | 3,652 | 4/25/2014 |
1.6.1 | 1,530 | 4/11/2014 |
1.6.0 | 1,427 | 4/5/2014 |
1.5.1 | 5,858 | 2/15/2014 |
1.4.0 | 1,681 | 1/10/2014 |
1.3.1 | 1,467 | 12/28/2013 |
1.3.0 | 1,469 | 12/27/2013 |
2.1.0 - Property directive support.
2.0.4 - JSLint 2015-12-26 (allow "arguments" outside ES6, output directives).
2.0.3 - JSLint 2015-10-02.
2.0.2 - Fix library references.
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.
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.
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.
1.6.4 - Support linked settings file.
1.6.3 - JSLint 2014-07-08 (disallow inefficient literal access).
1.6.2 - JSLint 2014-04-21 (allow leading semicolon).
1.6.1 - JSLint 2014-04-08.
1.6.0 - Added support for streamline.js files.
1.5.1 - Added minClientVersion attribute for NuGet 2.8.0.
1.5.0 - All settings can be overriden with a build configuration specific JSON file. Deprecated OutputOverride property. Upgraded JSLint to 2014-02-06.
1.4.1 - NuGet 2.8 is now required. Marked package as a development dependency. Upgraded JSLint to 2014-01-26.
1.4.0 - Added support for 64-bit MSBuild. Made targets even more configurable. Included console app in tools for settings editor.
1.3.1 - Added configurable properties to JSLint.NET targets.
For all release information see:
https://github.com/benquarmby/jslintnet/releases
For the legacy changelog see:
https://github.com/benquarmby/jslintnet/wiki/Change-Log