Update README.md and table generator for linux-musl-arm
This commit is contained in:
parent
3f100132de
commit
72b2e440ab
5 changed files with 20 additions and 6 deletions
|
@ -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>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue