Skip to content

Commit

Permalink
1.5.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Caskey committed Oct 18, 2018
1 parent 9ae2d39 commit fbbefcd
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
Binary file modified GameData/ProceduralFairings/Plugins/ProceduralFairings.dll
Binary file not shown.
12 changes: 6 additions & 6 deletions GameData/ProceduralFairings/ProceduralFairings.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"VERSION" : {
"MAJOR" : 1,
"MINOR" : 4,
"PATCH" : 5,
"MINOR" : 5,
"PATCH" : 0,
"BUILD" : 5
},
"KSP_VERSION_MIN" : {
"MAJOR" : 1,
"MINOR" : 4,
"PATCH" : 5
"MINOR" : 5,
"PATCH" : 0
},
"KSP_VERSION_MAX" : {
"MAJOR" : 1,
"MINOR" : 4,
"PATCH" : 5
"MINOR" : 5,
"PATCH" : 0
}
}
6 changes: 6 additions & 0 deletions GameData/ProceduralFairings/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=======================================================
ProceduralFairings v1.5.0.5 for KSP 1.5.0 (2018-10-18)
=======================================================

• Recompiled for KSP 1.5.0.

=======================================================
ProceduralFairings v1.4.5.5 for KSP 1.4.5 (2018-08-27)
=======================================================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ You should have received a copy of the license along with this work. If not, vis
[PF:contributor-rsparkyc-link]: https://github.com/rsparkyc
[PF:original-forum-link]: http://forum.kerbalspaceprogram.com/index.php?showtopic=36371
[PF:shield-license]: https://img.shields.io/badge/License-CC--BY%204.0-green.svg
[PF:shield-version]: https://img.shields.io/badge/KSP%20Version-1.4.5.2243-green.svg
[PF:shield-version]: https://img.shields.io/badge/KSP%20Version-1.5.0.2332-green.svg
9 changes: 6 additions & 3 deletions Source/ProceduralFairings/ProceduralFairings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,17 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\..\..\Dependencies\1.4.5\Assembly-CSharp.dll</HintPath>
<HintPath>..\..\..\Dependencies\1.5.0\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine">
<HintPath>..\..\..\Dependencies\1.4.5\UnityEngine.dll</HintPath>
<HintPath>..\..\..\Dependencies\1.5.0\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\..\..\Dependencies\1.4.5\UnityEngine.UI.dll</HintPath>
<HintPath>..\..\..\Dependencies\1.5.0\UnityEngine.UI.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Source/ProceduralFairings/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
// • Build Number
// • Revision

[assembly: AssemblyVersion ("1.4.5.2243")]
[assembly: AssemblyFileVersion ("1.4.5.5")]
[assembly: AssemblyVersion ("1.5.0.2332")]
[assembly: AssemblyFileVersion ("1.5.0.5")]

// The KSPAssembly attribute can be used to ensure that the plugin assemblies
// are loaded in the correct order.
Expand Down

0 comments on commit fbbefcd

Please sign in to comment.