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

Commit

Permalink
Fix version typo in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jun 12, 2018
1 parent 19ff8a8 commit 6f93925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ a `<DotNetCliToolReference>` node to the project file, as shown below:
```xml
<ItemGroup>
<DotNetCliToolReference Include="T5.TextTransform.Tool"
Version="1.0.1-*" />
Version="1.1.0-*" />
</ItemGroup>
```

Expand Down

0 comments on commit 6f93925

Please sign in to comment.