Skip to content

Commit

Permalink
Updated version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Jan 24, 2022
1 parent 43d585e commit ce1c101
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 8 deletions.
21 changes: 21 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,24 @@ Changelog
3.2.6.1
Added AssemblyFileVersion
Updated version file for 1.12

3.2.7
Thanks to github user @MatanShahar for this:
Add support for Configurable Containers (ModuleTankManager)
Thanks to @Gordon-Dry for these:
fix Mod_NearFutureTechnologies.cfg
KopernicusSolarPanels vs. KopernicusSolarPanel
Overlooked internal antennas in 08_Science.cfg
Fix REFUSE compatibility
Add CRE
Kerbalism / parts with sample slots
Add RTG to SubCategories_Electrical
zzz_AntennaClassDescriptions fix
Mod_UniversalStorage
Mod_NearFutureTechnologies
Add "Eisenhower Astronautics - Stockalike Angara" to Tantares
SubCategories_Science
SubCategories_Antannae



6 changes: 3 additions & 3 deletions FilterExtension.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"VERSION": {
"MAJOR": 3,
"MINOR": 2,
"PATCH": 6,
"BUILD": 1
"PATCH": 7,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 2
"PATCH": 3
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
4 changes: 2 additions & 2 deletions FilterExtension/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

using System.Reflection;

[assembly: AssemblyVersion("3.2.6.0")]
[assembly: AssemblyFileVersion("3.2.6.0")]
[assembly: AssemblyVersion("3.2.6.1")]
[assembly: AssemblyFileVersion("3.2.6.1")]
11 changes: 8 additions & 3 deletions GameData/000_FilterExtensions/FilterExtension.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@
"VERSION": {
"MAJOR": 3,
"MINOR": 2,
"PATCH": 4,
"BUILD": 0
"PATCH": 6,
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 8,
"MINOR": 12,
"PATCH": 0
}
}

0 comments on commit ce1c101

Please sign in to comment.