Skip to content

Commit cd3add7

Browse files
committed
ConfuserEx Release 1.3
Set version number for release.
1 parent c8aec3a commit cd3add7

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

Confuser2.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3333
global.json = global.json
3434
LICENSE.md = LICENSE.md
3535
README.md = README.md
36+
version.json = version.json
3637
EndProjectSection
3738
EndProject
3839
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Confuser.UnitTest", "Tests\Confuser.UnitTest\Confuser.UnitTest.csproj", "{73226E13-1701-424E-A4F2-3E4D575A1DD0}"
@@ -63,7 +64,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "78_SignatureMismatch", "Tes
6364
EndProject
6465
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "78_SignatureMismatch.Test", "Tests\78_SignatureMismatch.Test\78_SignatureMismatch.Test.csproj", "{8489A9CE-AB1A-4D8D-8824-D9E18B9945FE}"
6566
EndProject
66-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confuser.Core.Test", "Tests\Confuser.Core.Test\Confuser.Core.Test.csproj", "{055BC73F-FCAE-4361-B035-2E156A101EA9}"
67+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Confuser.Core.Test", "Tests\Confuser.Core.Test\Confuser.Core.Test.csproj", "{055BC73F-FCAE-4361-B035-2E156A101EA9}"
6768
EndProject
6869
Global
6970
GlobalSection(SolutionConfigurationPlatforms) = preSolution

version.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"version": "1.3.0-alpha.{height}",
3-
"nugetPackageVersion": {
4-
"semVer": 1
5-
},
6-
"semVer1NumericIdentifierPadding": 4,
7-
"publicReleaseRefSpec": [
8-
"^refs/heads/release",
9-
"^refs/tags/v\\d+\\.\\d+(?:\\.\\d+)?"
10-
],
11-
"cloudBuild": {
12-
"setVersionVariables": true,
13-
"buildNumber": {
14-
"enabled": false,
15-
"includeCommitId": {
16-
"when": "nonPublicReleaseOnly",
17-
"where": "buildMetadata"
18-
}
19-
}
20-
}
21-
}
2+
"version": "1.3.0+{height}",
3+
"nugetPackageVersion": {
4+
"semVer": 1
5+
},
6+
"semVer1NumericIdentifierPadding": 4,
7+
"publicReleaseRefSpec": [
8+
"^refs/heads/master$",
9+
"^refs/tags/v\\d+\\.\\d+"
10+
],
11+
"cloudBuild": {
12+
"setVersionVariables": true,
13+
"buildNumber": {
14+
"enabled": false,
15+
"includeCommitId": {
16+
"when": "nonPublicReleaseOnly",
17+
"where": "buildMetadata"
18+
}
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)