We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2176f10 commit ab79014Copy full SHA for ab79014
README.md
@@ -9,11 +9,11 @@ SignalR.UnitTestingSupport.NUnit
9
```
10
#### 2. Using Packet Manager Console
11
12
-Install-Package SignalR.UnitTestingSupport.NUnit -Version 1.0.0
+Install-Package SignalR.UnitTestingSupport.NUnit -Version 1.0.1
13
14
#### 3. Using .Net CLI
15
16
-dotnet add package SignalR.UnitTestingSupport.NUnit --version 1.0.0
+dotnet add package SignalR.UnitTestingSupport.NUnit --version 1.0.1
17
18
## Important!
19
Install ```NUnit3TestAdapter``` nuget for visual studio testing. See: https://www.nuget.org/packages/NUnit3TestAdapter/
0 commit comments