Skip to content

Commit 9c239d6

Browse files
authored
guidance on how to install older version (#7120)
1 parent b9d21b4 commit 9c239d6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

Snippets/Templates/Templates_4/usage.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# startcode install
2+
// install latest version
23
dotnet new install ParticularTemplates
4+
// or when needing an older version
5+
dotnet new install ParticularTemplates::4.1.0
36
# endcode
47

58

Snippets/Templates/Templates_5/usage.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# startcode install
2+
// install latest version
23
dotnet new install ParticularTemplates
4+
// or when needing an older version
5+
dotnet new install ParticularTemplates::5.0.1
36
# endcode
47

58
# startcode endpointdefault

Snippets/Templates/Templates_6/usage.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# startcode install
2+
// install latest version
23
dotnet new install ParticularTemplates
4+
// or when needing an older version
5+
dotnet new install ParticularTemplates::6.4.0
36
# endcode
47

58
# startcode endpointdefault

0 commit comments

Comments
 (0)