Skip to content

Commit b162aa6

Browse files
Remove assemblyVersion.precision from version.json (#297) (#332)
Co-authored-by: Luke Bordonaro <lukebo@microsoft.com>
1 parent 5816719 commit b162aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "1.1",
4-
"assemblyVersion": {
5-
"precision": "revision"
6-
},
74
"publicReleaseRefSpec": [
85
"^refs/heads/main$",
96
"^refs/heads/release/v?\\d+(?:\\.\\d+)?$"
107
],
8+
"nugetPackageVersion": {
9+
"semVer": 2
10+
},
1111
"pathFilters": [
1212
".",
1313
":!SDK.sln",

0 commit comments

Comments
 (0)