Skip to content

Commit 310e098

Browse files
Fixed button icon when enabling & disabling mod
Added AssemblyFileVersion Updated version file for 1.12
1 parent 770a296 commit 310e098

File tree

13 files changed

+530
-1172
lines changed

13 files changed

+530
-1172
lines changed
1 MB
Binary file not shown.

ChangeLog.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@ ChangeLog
1313
1.2.3
1414
Added InstallChecker
1515
Updated AssemblyVersion.tt
16-
Updated for KSP 1.8
16+
Updated for KSP 1.8
17+
18+
1.2.4
19+
Fixed button icon when enabling & disabling mod
20+
Added AssemblyFileVersion
21+
Updated version file for 1.12

GameData/ProbeControlRoom/MiniAVC-LICENSE.txt

Lines changed: 0 additions & 674 deletions
This file was deleted.

GameData/ProbeControlRoom/ProbeControlRoom.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"MAJOR": 1,
1212
"MINOR": 2,
1313
"PATCH": 3,
14-
"BUILD": 0
14+
"BUILD": 1
1515
},
1616
"KSP_VERSION": {
1717
"MAJOR": 1,
18-
"MINOR": 5,
19-
"PATCH": 1
18+
"MINOR": 12,
19+
"PATCH": 2
2020
},
2121
"KSP_VERSION_MIN": {
2222
"MAJOR": 1,
23-
"MINOR": 8,
23+
"MINOR": 12,
2424
"PATCH": 0
2525
}
2626
}

ProbeControlRoom.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"VERSION": {
1111
"MAJOR": 1,
1212
"MINOR": 2,
13-
"PATCH": 3,
13+
"PATCH": 4,
1414
"BUILD": 0
1515
},
1616
"KSP_VERSION": {
1717
"MAJOR": 1,
18-
"MINOR": 5,
19-
"PATCH": 1
18+
"MINOR": 12,
19+
"PATCH": 2
2020
},
2121
"KSP_VERSION_MIN": {
2222
"MAJOR": 1,
23-
"MINOR": 8,
23+
"MINOR": 12,
2424
"PATCH": 0
2525
}
2626
}

ProbeControlRoom.version.orig

Lines changed: 0 additions & 26 deletions
This file was deleted.

ProbeControlRoom/AssemblyVersion.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("1.2.3.0")]
8+
[assembly: AssemblyVersion("1.2.3.1")]
9+
[assembly: AssemblyFileVersion("1.2.3.1")]

ProbeControlRoom/AssemblyVersion.tt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@
9797

9898
using System.Reflection;
9999

100-
[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
100+
[assembly: AssemblyVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]
101+
[assembly: AssemblyFileVersion("<#= major #>.<#= minor #>.<#= patch #>.<#= build #>")]

0 commit comments

Comments
 (0)