Skip to content

Commit 636e70d

Browse files
authored
Merge branch 'master' into feature/MainlineRegexFix
2 parents af98106 + f8a4a2e commit 636e70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ GitVersion v3 was rewritten to be very configuration driven rather than hardcodi
3636
Read more about [configuration](configuration.md)
3737

3838
## Output Variables
39-
We recognise that a single formatted version number does not work for all cases. A simple example is NuGet, it doesn't support SemVer 2.0 meaning that the SemVer of `1.3.5-beta.10+500` needs to be formatted as `1.3.5-beta0010` so it will sort properly.
39+
We recognise that a single formatted version number does not work for all cases. A simple example is NuGet, prior to version 4.3.0 it doesn't support SemVer 2.0 meaning that the SemVer of `1.3.5-beta.10+500` needs to be formatted as `1.3.5-beta0010` so it will sort properly.
4040

4141
You can just run `GitVersion.exe` in your repository to see what variables are available (by default a json object is returned).
4242

0 commit comments

Comments
 (0)