Skip to content

Commit

Permalink
update .NET to 4.8 and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkavolis committed Oct 27, 2019
1 parent 8d5f03e commit 56718bc
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FerramAerospaceResearch/FerramAerospaceResearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FerramAerospaceResearch</RootNamespace>
<AssemblyName>FerramAerospaceResearch</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
Expand Down
Binary file not shown.
Binary file modified GameData/FerramAerospaceResearch/Plugins/ferramGraph.dll
Binary file not shown.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,14 @@ CHANGELOG
=======================================================
0.15.11.3V "Mach"------------------------------------

Update to KSP 1.8
Update shaders to Unity 2019.2
Update to MM 4.1.0
Update to MFI 1.2.7.0

Update to KSP 1.8
Update shaders to Unity 2019.2
Update .NET to 4.8

InstallChecker now runs instantly instead of waiting for main menu

0.15.11.2V "Mach"------------------------------------

Expand Down
Binary file modified bin/Debug/FerramAerospaceResearch.dll
Binary file not shown.
Binary file modified bin/Debug/ferramGraph.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions ferramGraph/ferramGraph.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ferram4</RootNamespace>
<AssemblyName>ferramGraph</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
Expand Down Expand Up @@ -73,4 +73,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit 56718bc

Please sign in to comment.