File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717// The form "{Major}.{Minor}.*" will automatically update the build and revision,
1818// and "{Major}.{Minor}.{Build}.*" will update just the revision.
1919
20- [ assembly: AssemblyVersion ( "2.1.0 .0" ) ]
21- [ assembly: AssemblyFileVersion ( "2.1.0 .0" ) ]
20+ [ assembly: AssemblyVersion ( "2.1.1 .0" ) ]
21+ [ assembly: AssemblyFileVersion ( "2.1.1 .0" ) ]
2222// The following attributes are used to specify the signing key for the assembly,
2323// if desired. See the Mono documentation for more information about signing.
2424
Original file line number Diff line number Diff line change 1212 {
1313 "MAJOR":2,
1414 "MINOR":1,
15- "PATCH":0 ,
15+ "PATCH":1 ,
1616 "BUILD":0
1717 },
1818 "KSP_VERSION":
1919 {
2020 "MAJOR":1,
21- "MINOR":2 ,
22- "PATCH":2
21+ "MINOR":3 ,
22+ "PATCH":1
2323 },
2424 "KSP_VERSION_MIN":
2525 {
2626 "MAJOR":1,
27- "MINOR":2 ,
28- "PATCH":2
27+ "MINOR":3 ,
28+ "PATCH":0
2929 },
3030 "KSP_VERSION_MAX":
3131 {
3232 "MAJOR":1,
33- "MINOR":2 ,
34- "PATCH":2
33+ "MINOR":3 ,
34+ "PATCH":1
3535 }
3636}
Original file line number Diff line number Diff line change 5151 </ItemGroup >
5252 <ItemGroup >
5353 <Reference Include =" Assembly-CSharp" >
54- <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV \KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath >
54+ <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath >
5555 </Reference >
5656 <Reference Include =" Assembly-CSharp-firstpass" >
57- <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV \KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath >
57+ <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath >
5858 </Reference >
5959 <Reference Include =" System" >
60- <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV \KSP_x64_Data\Managed\System.dll</HintPath >
60+ <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\System.dll</HintPath >
6161 </Reference >
6262 <Reference Include =" UnityEngine" >
63- <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV \KSP_x64_Data\Managed\UnityEngine.dll</HintPath >
63+ <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.dll</HintPath >
6464 </Reference >
6565 <Reference Include =" UnityEngine.UI" >
66- <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program DEV \KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath >
66+ <HintPath >E:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath >
6767 </Reference >
6868 </ItemGroup >
6969</Project >
You can’t perform that action at this time.
0 commit comments