Update README.md and table generator for linux-musl-arm

This commit is contained in:
Jan Vorlicek 2020-12-15 12:57:44 +01:00
parent 3f100132de
commit 72b2e440ab
5 changed files with 20 additions and 6 deletions

View file

@ -36,6 +36,7 @@ let ``it can get major and minor version of a branch``() =
(MajorMinor
({ Major = 3
Minor = 1
Patch = 199
Release = ""}))
[<Fact>]
@ -49,6 +50,7 @@ let ``it can get major and minor version of a preview branch``() =
(MajorMinor
({ Major = 5
Minor = 0
Patch = 199
Release = "preview2"}))
[<Fact>]