Skip to content

Commit

Permalink
Release 6.0.2.5 (Lisias) for KSP >= 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Jun 9, 2023
1 parent 84c3eef commit 0873eca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ShipManifest /L Unleashed :: Changes

* 2023-0608: 6.0.2.5 (LisiasT) for KSP >= 1.3.0
+ Updating KSPe support to 2.5
+ No other changes applied.
* 2022-0627: 6.0.2.4 (LisiasT) for KSP >= 1.3.0
+ Updating the KSPe services.
+ Fixing some pretty lame mistakes I let pass trough last release.
Expand Down
3 changes: 3 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ShipManifest /L Unleashed :: Change Log

* 2023-0608: 6.0.2.5 (LisiasT) for KSP >= 1.3.0
+ Updating KSPe support to 2.5
+ No other changes applied.
* 2022-0627: 6.0.2.4 (LisiasT) for KSP >= 1.3.0
+ Updating the KSPe services.
+ Fixing some pretty lame mistakes I let pass trough last release.
Expand Down
2 changes: 1 addition & 1 deletion ShipManifest.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR":6,
"MINOR":0,
"PATCH":2,
"BUILD":4
"BUILD":5
},
"KSP_VERSION_MIN":{
"MAJOR":1,
Expand Down
2 changes: 1 addition & 1 deletion Source/SMInterface/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.0.2.0")]
[assembly: AssemblyVersion(ShipManifest.Version.Number)]
//[assembly: AssemblyFileVersion("5.0.0.2")]
3 changes: 3 additions & 0 deletions Source/SMInterface/SMInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<ItemGroup>
<Compile Include="Interface.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="..\ShipManifest\Properties\Version.cs">
<Link>Properties\Version.cs</Link>
</Compile>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down

0 comments on commit 0873eca

Please sign in to comment.