Skip to content

Commit d7b167e

Browse files
Updated version and changelog
1 parent 932776b commit d7b167e

4 files changed

Lines changed: 32 additions & 6 deletions

File tree

ChangeLog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,6 @@ Changelog
214214
SubCategories_Science
215215
SubCategories_Antannae
216216

217-
218-
217+
3.2.7.1
218+
Thanks to @Gordon-Dry for this:
219+
Delete zzz_AddClassDescriptionsToAntennas.cfg (duplicate file)

FE_Testing/FE_Testing.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>FE_Testing</RootNamespace>
1111
<AssemblyName>FE_Testing</AssemblyName>
12-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<TargetFrameworkProfile />
1515
</PropertyGroup>
@@ -83,4 +83,4 @@
8383
<Target Name="AfterBuild">
8484
</Target>
8585
-->
86-
</Project>
86+
</Project>

FilterExtension.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"MAJOR": 3,
1111
"MINOR": 2,
1212
"PATCH": 7,
13-
"BUILD": 0
13+
"BUILD": 1
1414
},
1515
"KSP_VERSION": {
1616
"MAJOR": 1,
1717
"MINOR": 12,
18-
"PATCH": 3
18+
"PATCH": 4
1919
},
2020
"KSP_VERSION_MIN": {
2121
"MAJOR": 1,

FilterExtension.version.1-12-3

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"NAME": "Filter Extensions",
3+
"URL": "http://ksp.spacetux.net/avc/FilterExtension",
4+
"DOWNLOAD": "https://github.com/LinuxGuruGamer/FilterExtension/releases",
5+
"GITHUB": {
6+
"USERNAME": "linuxgurugamer",
7+
"REPOSITORY": "FilterExtension"
8+
},
9+
"VERSION": {
10+
"MAJOR": 3,
11+
"MINOR": 2,
12+
"PATCH": 7,
13+
"BUILD": 0
14+
},
15+
"KSP_VERSION": {
16+
"MAJOR": 1,
17+
"MINOR": 12,
18+
"PATCH": 3
19+
},
20+
"KSP_VERSION_MIN": {
21+
"MAJOR": 1,
22+
"MINOR": 12,
23+
"PATCH": 0
24+
}
25+
}

0 commit comments

Comments
 (0)