Skip to content

Commit 90b5c04

Browse files
Updated changelog and version file
1 parent 9575003 commit 90b5c04

5 files changed

Lines changed: 24 additions & 6 deletions

File tree

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
ChangeLog
22

3+
1.3.7.8
4+
Thanks to github user @errolkokbas (forum user @errol) for this:
5+
Enable ullage simulation for making history engines
6+
37
1.3.7.7
48
Updated version file to use github for new version info
59

EngineIgnitor.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"MAJOR": 1,
77
"MINOR": 3,
88
"PATCH": 7,
9-
"BUILD": 7
9+
"BUILD": 8
1010
},
1111
"KSP_VERSION": {
1212
"MAJOR": 1,
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
{
22
"NAME": "EngineIgnitor",
3-
"URL": "http://ksp.spacetux.net/avc/EngineIgnitor",
3+
"URL": "https://raw.githubusercontent.com/linuxgurugamer/EngineIgnitor/refs/heads/master/EngineIgnitor.version",
4+
"DOWNLOAD": "https://github.com/linuxgurugamer/EngineIgnitor/releases",
45
"VERSION": {
56
"MAJOR": 1,
67
"MINOR": 3,
78
"PATCH": 7,
8-
"BUILD": 5
9+
"BUILD": 8
910
},
1011
"KSP_VERSION": {
1112
"MAJOR": 1,
1213
"MINOR": 12,
13-
"PATCH": 4
14+
"PATCH": 5
1415
},
1516
"KSP_VERSION_MIN": {
1617
"MAJOR": 1,
1718
"MINOR": 12,
1819
"PATCH": 0
20+
},
21+
"KSP_VERSION_MAX": {
22+
"MAJOR": 1,
23+
"MINOR": 12,
24+
"PATCH": 99
1925
}
2026
}

Source/AssemblyVersion.cs

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

66
using System.Reflection;
77

8-
[assembly: AssemblyVersion("1.3.7.5")]
9-
[assembly: AssemblyFileVersion("1.3.7.5")]
8+
[assembly: AssemblyVersion("1.3.7.8")]
9+
[assembly: AssemblyFileVersion("1.3.7.8")]

Source/obj/Debug/EngineIgnitor.csproj.FileListAbsolute.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,11 @@ D:\Users\jbb\github\EngineIgnitor\Source\bin\Debug\EngineIgnitorReignited.pdb
5252
D:\Users\jbb\github\EngineIgnitor\Source\obj\Debug\EngineIgnitorReignited.dll
5353
D:\Users\jbb\github\EngineIgnitor\Source\obj\Debug\EngineIgnitorReignited.pdb
5454
D:\Users\jbb\github\EngineIgnitor\Source\obj\Debug\EngineIgnitor.csproj.AssemblyReference.cache
55+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\bin\Debug\EngineIgnitorReignited.dll
56+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\bin\Debug\EngineIgnitorReignited.pdb
57+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\bin\Debug\ToolbarControl.dll
58+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\obj\Debug\EngineIgnitor.csproj.AssemblyReference.cache
59+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\obj\Debug\EngineIgnitor.csproj.CoreCompileInputs.cache
60+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\obj\Debug\EngineIg.1DB61939.Up2Date
61+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\obj\Debug\EngineIgnitorReignited.dll
62+
D:\Users\jbb\github\KSP-1-Mods\EngineIgnitor\Source\obj\Debug\EngineIgnitorReignited.pdb

0 commit comments

Comments
 (0)