File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
kOS Mod Changelog
2
2
=================
3
3
4
+ # v1.2.1 Pathsep fix
5
+
6
+ v1.2'S DDS fix had a backslash path separator that broke it on UNIX
7
+ platoforms. This quick fix does nothing more than switch it to a
8
+ normal slash, as that will work on all platforms. Apparently the .Net
9
+ file libraries convert the path names one way but not the other.
10
+ (They will map things so Windows can work with the "wrong" separator,
11
+ but not do a similar mapping to make UNIX work with the "wrong"
12
+ separator, so UNIX separators are the only cross-platform path
13
+ separator to use.)
14
+
15
+
4
16
# v1.2 Unity Update
5
17
6
18
This update is mostly to make kOS compatible with KSP 1.8.x, which
Original file line number Diff line number Diff line change 11
11
"VERSION": {
12
12
"MAJOR": 1,
13
13
"MINOR": 2,
14
- "PATCH": 0 ,
14
+ "PATCH": 1 ,
15
15
"BUILD": 0
16
16
},
17
17
"KSP_VERSION": {
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyFileVersion ( "1.2.0 .0" ) ]
36
- [ assembly: AssemblyVersion ( "1.2.0 .0" ) ]
35
+ [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
36
+ [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyFileVersion ( "1.2.0 .0" ) ]
35
- [ assembly: AssemblyVersion ( "1.2.0 .0" ) ]
34
+ [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyFileVersion ( "1.2.0 .0" ) ]
35
- [ assembly: AssemblyVersion ( "1.2.0 .0" ) ]
34
+ [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
36
36
[ assembly: KSPAssembly ( "kOS" , 1 , 7 ) ]
You can’t perform that action at this time.
0 commit comments