Skip to content

Commit c0f3a31

Browse files
authored
Work CI-CD
- Fix version config. ***NO_CI***
1 parent 503618f commit c0f3a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "1.1",
44
"assemblyVersion": {
5-
"precision": "revision"
5+
"precision": "build"
66
},
77
"semVer1NumericIdentifierPadding": 3,
88
"nuGetPackageVersion": {
@@ -21,4 +21,4 @@
2121
"versionIncrement": "build",
2222
"firstUnstableTag": "preview"
2323
}
24-
}
24+
}

0 commit comments

Comments
 (0)