From 0873eca64358321dee78b81842f53ddf78312968 Mon Sep 17 00:00:00 2001 From: Lisias T Date: Thu, 8 Jun 2023 21:48:35 -0300 Subject: [PATCH] Release 6.0.2.5 (Lisias) for KSP >= 1.7.3 --- CHANGES.md | 3 +++ CHANGE_LOG.md | 3 +++ ShipManifest.version | 2 +- Source/SMInterface/Properties/AssemblyInfo.cs | 2 +- Source/SMInterface/SMInterface.csproj | 3 +++ 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3a3829f..3b1bdb7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index 4005b4b..513e507 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -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. diff --git a/ShipManifest.version b/ShipManifest.version index ac81558..56e654e 100644 --- a/ShipManifest.version +++ b/ShipManifest.version @@ -8,7 +8,7 @@ "MAJOR":6, "MINOR":0, "PATCH":2, - "BUILD":4 + "BUILD":5 }, "KSP_VERSION_MIN":{ "MAJOR":1, diff --git a/Source/SMInterface/Properties/AssemblyInfo.cs b/Source/SMInterface/Properties/AssemblyInfo.cs index 59de0bd..8a82f76 100644 --- a/Source/SMInterface/Properties/AssemblyInfo.cs +++ b/Source/SMInterface/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Source/SMInterface/SMInterface.csproj b/Source/SMInterface/SMInterface.csproj index f77e1c6..33cc4fa 100644 --- a/Source/SMInterface/SMInterface.csproj +++ b/Source/SMInterface/SMInterface.csproj @@ -46,6 +46,9 @@ + + Properties\Version.cs +