Skip to content

Commit e5998d8

Browse files
authored
Merge pull request #451 from AArnott/versionPatch
Remove PATCH from version.json
2 parents 5a139b2 + 79566b1 commit e5998d8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/coverlet.collector/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.0.0",
3+
"version": "1.0",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]
7-
}
7+
}

src/coverlet.console/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.5.1",
3+
"version": "1.5",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]
7-
}
7+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "2.6.1",
3+
"version": "2.6",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$"
66
]
7-
}
7+
}

0 commit comments

Comments
 (0)