Skip to content

Commit ab79014

Browse files
authored
Update README.md
1 parent 2176f10 commit ab79014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ SignalR.UnitTestingSupport.NUnit
99
```
1010
#### 2. Using Packet Manager Console
1111
```
12-
Install-Package SignalR.UnitTestingSupport.NUnit -Version 1.0.0
12+
Install-Package SignalR.UnitTestingSupport.NUnit -Version 1.0.1
1313
```
1414
#### 3. Using .Net CLI
1515
```
16-
dotnet add package SignalR.UnitTestingSupport.NUnit --version 1.0.0
16+
dotnet add package SignalR.UnitTestingSupport.NUnit --version 1.0.1
1717
```
1818
## Important!
1919
Install ```NUnit3TestAdapter``` nuget for visual studio testing. See: https://www.nuget.org/packages/NUnit3TestAdapter/

0 commit comments

Comments
 (0)