File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed
Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 66* .user
77* .sln.docstates
88
9+ .vs /
10+
911# Build results
1012
1113[Dd ]ebug /
Original file line number Diff line number Diff line change 44 "DOWNLOAD" : "https://github.com/TriggerAu/KerbalAlarmClock/releases",
55 "VERSION": {
66 "MAJOR": 3,
7- "MINOR": 8 ,
8- "PATCH": 5 ,
7+ "MINOR": 9 ,
8+ "PATCH": 0 ,
99 "BUILD": 0
1010 },
1111 "KSP_VERSION": {
1212 "MAJOR": 1,
13- "MINOR": 3 ,
14- "PATCH": 0
13+ "MINOR": 4 ,
14+ "PATCH": 1
1515 },
1616 "KSP_VERSION_MIN": {
1717 "MAJOR": 1,
18- "MINOR": 3 ,
18+ "MINOR": 4 ,
1919 "PATCH": 0
2020 },
2121 "KSP_VERSION_MAX": {
2222 "MAJOR": 1,
23- "MINOR": 3 ,
23+ "MINOR": 4 ,
2424 "PATCH": 99
2525 }
2626}
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "3.8.5 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "3.8.5 .0" ) ]
35+ [ assembly: AssemblyVersion ( "3.9.0 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "3.9.0 .0" ) ]
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ ATTRIBUTION-SOUNDS
3232Included Sounds are from freesfx.co.uk (http://www.freesfx.co.uk). EULA can be found here: http://www.freesfx.co.uk/info/eula/
3333
3434VERSION HISTORY
35+ Version 3.9.0.0 - KSP Version: 1.4.1
36+ - Recompiled for 1.4.1 (Issue #199, #199)
37+ - Fix alarm delete when no message displayed (Issue #195)
38+
3539Version 3.8.5.0 - KSP Version: 1.3.0
3640- Recompiled for 1.3.0 (Issue #191)
3741- Merged in configurable tooltip period (Issue #190)
You can’t perform that action at this time.
0 commit comments