Skip to content

Commit c70d338

Browse files
test to check assemblyfileversion
1 parent be17a40 commit c70d338

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

GameData/001_ToolbarControl/ToolbarControl.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 6
13+
"BUILD": 8
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,
1717
"MINOR": 12,
18-
"PATCH": 2
18+
"PATCH": 3
1919
},
2020
"KSP_VERSION_MIN": {
2121
"MAJOR": 1,
22-
"MINOR": 12,
22+
"MINOR": 9,
2323
"PATCH": 0
2424
}
2525
}

ToolbarControl.version.1-12-3

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"NAME": "ToolbarControl",
3+
"URL": "http://ksp.spacetux.net/avc/ToolbarControl",
4+
"DOWNLOAD": "https://github.com/linuxgurugamer/ToolbarControl/releases",
5+
"GITHUB": {
6+
"USERNAME": "linuxgurugamer",
7+
"REPOSITORY": "ToolbarControl"
8+
},
9+
"VERSION": {
10+
"MAJOR": 0,
11+
"MINOR": 1,
12+
"PATCH": 9,
13+
"BUILD": 8
14+
},
15+
"KSP_VERSION": {
16+
"MAJOR": 1,
17+
"MINOR": 12,
18+
"PATCH": 3
19+
},
20+
"KSP_VERSION_MIN": {
21+
"MAJOR": 1,
22+
"MINOR": 9,
23+
"PATCH": 0
24+
}
25+
}

ToolbarControl/AssemblyVersion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
using System.Reflection;
1212

13-
[assembly: AssemblyVersion("0.1.9.6")]
14-
[assembly: AssemblyFileVersion("0.1.9.6")]
13+
[assembly: AssemblyVersion("0.1.9.8")]
14+
[assembly: AssemblyFileVersion("0.1.9.8")]

0 commit comments

Comments
 (0)