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

Commit

Permalink
Updated readme to mention 0.1.0 on nuget 🎆
Browse files Browse the repository at this point in the history
🎆
  • Loading branch information
Josh Goldberg committed Mar 27, 2016
1 parent 538ee83 commit 743f741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# TSLint for MSBuild

An MSBuild wrapper around Palantir's wonderful [tslint](https://github.com/palantir/tslint).
An MSBuild wrapper around Palantir's wonderful [tslint](https://github.com/palantir/tslint). Get it at [nuget.org](https://www.nuget.org/packages/TSLint.MSBuild/).

## Usage

Add a link the package's targets file in your project's .csproj file:

```xml
<Import Project="..\packages\TSLint.MSBuild.0.0.16\tools\TSLinter.targets" />
<Import Project="..\packages\TSLint.MSBuild.0.1.0\build\TSLint.MSBuild.targets" Condition="Exists('..\packages\TSLint.MSBuild.0.1.0\build\TSLint.MSBuild.targets')" />
```

*If you're unsure of where to put it, directly above the TypeScript targets import is fine.*
Expand Down

0 comments on commit 743f741

Please sign in to comment.