Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Bumped version to 0.3.1
Browse files Browse the repository at this point in the history
Includes fixes for #30 (incorrect slashes in output file paths), running
when projects are loading, and a bug in the tslint version searcher.
  • Loading branch information
Josh Goldberg committed Jun 18, 2016
1 parent 0abd3e8 commit 4f36839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TSLint.MSBuild.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TSLint.MSBuild</id>
<version>0.3.0</version>
<version>0.3.1</version>
<authors>palantir, joshuakgoldberg</authors>
<owners>joshuakgoldberg</owners>
<licenseUrl>https://github.com/JoshuaKGoldberg/TSLint.MSBuild/blob/master/LICENSE.md</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tslint-msbuild",
"version": "0.3.0",
"description": " An MSBuild target for linting TypeScript code using TSLint.",
"version": "0.3.1",
"description": "An MSBuild target for linting TypeScript code using TSLint.",
"author": "Joshua K Goldberg",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 4f36839

Please sign in to comment.