Skip to content

Commit 5c516f5

Browse files
committed
Updated doc.
1 parent fd10779 commit 5c516f5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README_Development.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Then, in order to calculate version number for the currently checked-out branch,
149149
~~~powershell
150150
dotnet gitversion /showvariable SemVer
151151
dotnet gitversion /showvariable FullSemVer
152-
dotnet gitversion /showvariable NuGetVersionV2
152+
dotnet gitversion /showvariable AssemblySemFileVer
153153
~~~
154154

155155
Or, to get various version information in JSON:
@@ -266,10 +266,10 @@ This section contains unarranged quick notes on what needs to be done.
266266
* Restore branch after operation: move `$currentBranch = ...` before try, restore in finally block
267267
* Check Bump (ensure all variants work)
268268
* Add Bump...Num *NumBumps* - specifies how much to bump
269-
* Copy the right version of script and GitVersion.yml to:
270-
* IGLibScripts
271-
* All IGLib Core repos
272-
* Selected IGLib legacy repos
269+
* Copy the right version of script and GitVersion.yml to:
270+
* IGLibScripts
271+
* All IGLib Core repos
272+
* Selected IGLib legacy repos
273273

274274
### Helper Scripts
275275

0 commit comments

Comments
 (0)