Skip to content

Commit 806e892

Browse files
committed
fix: separate version files for each project
1 parent b1c438f commit 806e892

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

version.json renamed to Kepware.Api/version.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "1.0-beta",
4+
"pathFilters": [ "." ],
45
"publicReleaseRefSpec": [
56
"^refs/heads/main$",
67
"^refs/heads/v\\d+(?:\\.\\d+)?$"

KepwareSync.Service/version.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "1.0-beta",
4+
"pathFilters": [ ".", "../Kepware.Api" ],
5+
"publicReleaseRefSpec": [
6+
"^refs/heads/main$",
7+
"^refs/heads/v\\d+(?:\\.\\d+)?$"
8+
],
9+
"cloudBuild": {
10+
"buildNumber": {
11+
"enabled": true
12+
}
13+
},
14+
"release": {
15+
"tagName": "v{version}"
16+
}
17+
}

0 commit comments

Comments
 (0)