File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
.vs/ProbeControlRoom/v15/sqlite3
GameData/ProbeControlRoom Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- 1.2.2.7
1+ 1.2.2.8
22 Removed toolbar button when leaving flight scene
Original file line number Diff line number Diff line change 1313 "MAJOR" : 1,
1414 "MINOR" : 2,
1515 "PATCH" : 2,
16- "BUILD" : 7
16+ "BUILD" : 8
1717 },
1818 "KSP_VERSION":
1919 {
2020 "MAJOR": 1,
21- "MINOR": 2 ,
22- "PATCH": 2
21+ "MINOR": 3 ,
22+ "PATCH": 0
2323 },
2424 "KSP_VERSION_MIN":
2525 {
2626 "MAJOR": 1,
27- "MINOR": 2 ,
28- "PATCH": 2
27+ "MINOR": 3 ,
28+ "PATCH": 0
2929 }
3030}
Original file line number Diff line number Diff line change 1313 "MAJOR" : 1,
1414 "MINOR" : 2,
1515 "PATCH" : 2,
16- "BUILD" : 7
16+ "BUILD" : 8
1717 },
1818 "KSP_VERSION":
1919 {
2020 "MAJOR": 1,
21- "MINOR": 2 ,
22- "PATCH": 2
21+ "MINOR": 3 ,
22+ "PATCH": 0
2323 },
2424 "KSP_VERSION_MIN":
2525 {
2626 "MAJOR": 1,
27- "MINOR": 2 ,
28- "PATCH": 2
27+ "MINOR": 3 ,
28+ "PATCH": 0
2929 }
3030}
Original file line number Diff line number Diff line change 55
66 using System . Reflection ;
77
8- [ assembly: AssemblyVersion ( "1.2.2.7 " ) ]
8+ [ assembly: AssemblyVersion ( "1.2.2.8 " ) ]
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ public void OnDestroy()
309309 GameEvents . onVesselChange . Remove ( OnVesselChange ) ;
310310 GameEvents . onVesselWasModified . Remove ( OnVesselModified ) ;
311311 GameEvents . onGUIApplicationLauncherReady . Remove ( onGUIApplicationLauncherReady ) ;
312- GameEvents . onGUIApplicationLauncherDestroyed . Rempve ( OnGUIAppLauncherDestroyed ) ;
312+ GameEvents . onGUIApplicationLauncherDestroyed . Remove ( OnGUIAppLauncherDestroyed ) ;
313313 GameEvents . OnMapExited . Remove ( onMapExited ) ;
314314 GameEvents . OnCameraChange . Remove ( onCameraChange ) ;
315315 GameEvents . onGameSceneSwitchRequested . Remove ( OnGameSceneSwitchRequested ) ;
Original file line number Diff line number Diff line change 55
66 using System . Reflection ;
77
8- [ assembly: AssemblyVersion ( "1.2.2.7 " ) ]
8+ [ assembly: AssemblyVersion ( "1.2.2.8 " ) ]
You can’t perform that action at this time.
0 commit comments