Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Mar 26, 2023
1 parent 363476d commit 39c82ce
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,8 @@ Changelog
Fixed small memory leak due to not releasing a callback from a GameEvent

Thanks to github user @Grimmas for this patch:
System Heat supported by patch
System Heat supported by patch

2.6.2.1
Thanks to @gotmachine for this:
Remove useless IConfigNode and [Persistent] implementations to fix conflict with KSPCommunityFixes
4 changes: 2 additions & 2 deletions GameData/StationScience/StationScience.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"VERSION": {
"MAJOR": 2,
"MINOR": 6,
"PATCH": 1,
"PATCH": 2,
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
"PATCH": 5
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion StationScience.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 2,
"MINOR": 6,
"PATCH": 2,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
4 changes: 2 additions & 2 deletions StationScience/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

using System.Reflection;

[assembly: AssemblyVersion("2.6.1.1")]
[assembly: AssemblyFileVersion("2.6.1.1")]
[assembly: AssemblyVersion("2.6.2.1")]
[assembly: AssemblyFileVersion("2.6.2.1")]
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3a710883a4f21998789a712c6a484cd0a42dd70f
742b3b975a46a7a1529b6c23c16f2444bd6c1a49
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csproj.CoreCompileInputs.cache
D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csprojAssemblyReference.cache
D:\Users\jbb\github\StationScience\StationScience\bin\Debug\KSP_Log.dll
D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csproj.CopyComplete
D:\Users\jbb\github\StationScience\StationScience\bin\Debug\MOARStationScience.dll
D:\Users\jbb\github\StationScience\StationScience\bin\Debug\MOARStationScience.pdb
D:\Users\jbb\github\StationScience\StationScience\bin\Debug\SpaceTuxUtility.dll
D:\Users\jbb\github\StationScience\StationScience\obj\Debug\MOARStationScience.dll
D:\Users\jbb\github\StationScience\StationScience\obj\Debug\MOARStationScience.pdb
D:\Users\jbb\github\StationScience\StationScience\obj\Debug\StationScience.csproj.AssemblyReference.cache

0 comments on commit 39c82ce

Please sign in to comment.