File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ LICENSE
2727This work is licensed under an MIT license as outlined at the OSI site. Visit the documentation site for more details and Attribution
2828
2929VERSION HISTORY
30+ Version 1.6.2.0 - KSP Version: 1.3.0
31+ - Recompile for 1.3.0
32+ - Added guard clause to always create the PluginData folder if its missing
33+
3034Version 1.6.1.0 - KSP Version: 1.2.2
3135- Moved settings to PluginData to help out for MM peeps
3236- Tidied up some minor obselesence
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 ( "1.6.1 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.6.1 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.6.2 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.6.2 .0" ) ]
Original file line number Diff line number Diff line change 55 "VERSION": {
66 "MAJOR": 1,
77 "MINOR": 6,
8- "PATCH": 1 ,
8+ "PATCH": 2 ,
99 "BUILD": 0
1010 },
1111 "KSP_VERSION": {
1212 "MAJOR": 1,
13- "MINOR": 2 ,
14- "PATCH": 2
13+ "MINOR": 3 ,
14+ "PATCH": 0
1515 },
1616 "KSP_VERSION_MIN": {
1717 "MAJOR": 1,
18- "MINOR": 2 ,
18+ "MINOR": 3 ,
1919 "PATCH": 0
2020 },
2121 "KSP_VERSION_MAX": {
2222 "MAJOR": 1,
23- "MINOR": 2 ,
23+ "MINOR": 3 ,
2424 "PATCH": 99
2525 }
2626}
You can’t perform that action at this time.
0 commit comments