You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
### NuGet
11
11
12
12
```bash
13
-
$ dotnet new --install com.scottdoxey.netstandardclasslibrary::1.0.0
13
+
$ dotnet new --install com.scottdoxey.netstandardclasslibrary::2.0.0
14
14
```
15
15
16
16
or download the latest package file from [releases](https://github.com/neogeek/NETStandardClassLibraryTemplate/releases) and install via the Project Templates dialog in Rider.
@@ -20,7 +20,7 @@ or download the latest package file from [releases](https://github.com/neogeek/N
20
20
or via command line
21
21
22
22
```bash
23
-
$ dotnet new --install "com.scottdoxey.netstandardclasslibrary.1.0.0.nupkg"
23
+
$ dotnet new --install "com.scottdoxey.netstandardclasslibrary.2.0.0.nupkg"
0 commit comments