From fcf5c82d91cd2775e860239dd9d234845645246e Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 5 Aug 2024 00:25:16 +0000 Subject: [PATCH] bump version to 1.5.0.0 --- Resources/GameData/kOS/kOS.version | 14 +++++++------- src/kOS.Safe.Test/Properties/AssemblyInfo.cs | 14 ++------------ src/kOS.Safe/Properties/AssemblyInfo.cs | 15 +++------------ src/kOS/Properties/AssemblyInfo.cs | 19 +++---------------- 4 files changed, 15 insertions(+), 47 deletions(-) diff --git a/Resources/GameData/kOS/kOS.version b/Resources/GameData/kOS/kOS.version index 737e3c974..2d688fdf5 100644 --- a/Resources/GameData/kOS/kOS.version +++ b/Resources/GameData/kOS/kOS.version @@ -1,28 +1,28 @@ { "NAME": "kOS", "URL": "https://raw.githubusercontent.com/KSP-KOS/KOS/master/Resources/GameData/kOS/kOS.version", - "DOWNLOAD": "TODO - when release...", + "DOWNLOAD": "https://github.com/KSP-KOS/KOS/releases", "CHANGE_LOG_URL": "https://raw.githubusercontent.com/KSP-KOS/KOS/master/CHANGELOG.md", "GITHUB": { - "USERNAME":"KSP-KOS", - "REPOSITORY":"KOS", - "ALLOW_PRE_RELEASE":false + "USERNAME": "KSP-KOS", + "REPOSITORY": "KOS", + "ALLOW_PRE_RELEASE": false }, "VERSION": { "MAJOR": 1, - "MINOR": 4, + "MINOR": 5, "PATCH": 0, "BUILD": 0 }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 12, - "PATCH": 1 + "PATCH": 5 }, "KSP_VERSION_MIN": { "MAJOR": 1, "MINOR": 12, - "PATCH": 0 + "PATCH": 3 }, "KSP_VERSION_MAX": { "MAJOR": 1, diff --git a/src/kOS.Safe.Test/Properties/AssemblyInfo.cs b/src/kOS.Safe.Test/Properties/AssemblyInfo.cs index 8b1a5eb75..183d262c8 100644 --- a/src/kOS.Safe.Test/Properties/AssemblyInfo.cs +++ b/src/kOS.Safe.Test/Properties/AssemblyInfo.cs @@ -22,15 +22,5 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("651e637f-78f4-4f85-a22b-33fe26e5aeca")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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: AssemblyFileVersion("1.4.0.0")] -[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] \ No newline at end of file diff --git a/src/kOS.Safe/Properties/AssemblyInfo.cs b/src/kOS.Safe/Properties/AssemblyInfo.cs index f5a2d2ef1..c55e848d1 100644 --- a/src/kOS.Safe/Properties/AssemblyInfo.cs +++ b/src/kOS.Safe/Properties/AssemblyInfo.cs @@ -21,15 +21,6 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("c1a3b326-28f5-4b98-bf0f-8bd25363fbd7")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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: AssemblyFileVersion("1.4.0.0")] -[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: KSPAssembly("kOS.Safe", 1, 5)] diff --git a/src/kOS/Properties/AssemblyInfo.cs b/src/kOS/Properties/AssemblyInfo.cs index 27ca42893..718851531 100644 --- a/src/kOS/Properties/AssemblyInfo.cs +++ b/src/kOS/Properties/AssemblyInfo.cs @@ -13,24 +13,11 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("324da3fe-391b-421d-93b7-29499dcf9ef3")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// 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: AssemblyFileVersion("1.4.0.0")] -[assembly: AssemblyVersion("1.4.0.0")] -[assembly: KSPAssembly("kOS", 1, 3)] +[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: KSPAssembly("kOS", 1, 5)]