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 Nov 28, 2022
1 parent 932776b commit d7b167e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,6 @@ Changelog
SubCategories_Science
SubCategories_Antannae



3.2.7.1
Thanks to @Gordon-Dry for this:
Delete zzz_AddClassDescriptionsToAntennas.cfg (duplicate file)
4 changes: 2 additions & 2 deletions FE_Testing/FE_Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FE_Testing</RootNamespace>
<AssemblyName>FE_Testing</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand Down Expand Up @@ -83,4 +83,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
4 changes: 2 additions & 2 deletions FilterExtension.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"MAJOR": 3,
"MINOR": 2,
"PATCH": 7,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 3
"PATCH": 4
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
25 changes: 25 additions & 0 deletions FilterExtension.version.1-12-3
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"NAME": "Filter Extensions",
"URL": "http://ksp.spacetux.net/avc/FilterExtension",
"DOWNLOAD": "https://github.com/LinuxGuruGamer/FilterExtension/releases",
"GITHUB": {
"USERNAME": "linuxgurugamer",
"REPOSITORY": "FilterExtension"
},
"VERSION": {
"MAJOR": 3,
"MINOR": 2,
"PATCH": 7,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 3
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 12,
"PATCH": 0
}
}

0 comments on commit d7b167e

Please sign in to comment.