Bumped version from 1.0 to 2.0 (#4242)

pull/4252/head
Jonathan 2017-09-11 17:18:40 +02:00 committed by Scott Addie
parent 6ece943781
commit 7d0b33af00
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Navigate to the product API (`http://localhost:5000/api/math/product?a=4&b=5`),
- Add `Microsoft.DotNet.Watcher.Tools` to the *.csproj* file:
```xml
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="2.0.0" />
</ItemGroup>
```