From ced48f532cf0f516744be6039596f7283a7bc0eb Mon Sep 17 00:00:00 2001 From: ihsoft Date: Tue, 19 Sep 2017 18:06:34 -0700 Subject: [PATCH 1/7] Start version 1.5 --- CHANGELOG.md | 2 ++ Source/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8418602..ba37860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# 1.5 (pre-release) + # 1.4 (September 17th, 2017) * Add localization support. * Add RU localization. diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index ba86a49..9f34ef0 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -24,8 +24,8 @@ // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion ("1.4.*")] -[assembly: AssemblyInformationalVersion ("1.4 for KSP v1.3")] +[assembly: AssemblyVersion ("1.5.*")] +[assembly: AssemblyInformationalVersion ("1.5-pre for KSP v1.3")] [assembly: Guid ("52fd90de-a2a6-4642-8fc4-50f8d938319c")] -[assembly: KSPAssembly ("EasyVesselSwitch", 1, 4)] +[assembly: KSPAssembly ("EasyVesselSwitch", 1, 5)] [assembly: AssemblyFlags (AssemblyNameFlags.PublicKey | AssemblyNameFlags.EnableJITcompileOptimizer)] From da34d6899d99ec444093375530c7361de3fa1d74 Mon Sep 17 00:00:00 2001 From: ihsoft Date: Tue, 19 Sep 2017 18:06:51 -0700 Subject: [PATCH 2/7] Update for the bugfix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba37860..5edffe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # 1.5 (pre-release) +* [Fix #11] Wrong location of the settings file. # 1.4 (September 17th, 2017) * Add localization support. From 0cfd05407487eb5134e58974e836b6eef71b9ec5 Mon Sep 17 00:00:00 2001 From: ihsoft Date: Tue, 19 Sep 2017 18:11:33 -0700 Subject: [PATCH 3/7] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edffe0..cd07733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # 1.5 (pre-release) * [Fix #11] Wrong location of the settings file. +* [Change] Fix the location of the localization files. # 1.4 (September 17th, 2017) * Add localization support. From c42b229c6f1f1bf683e4c54bc5e86eed61ee67f4 Mon Sep 17 00:00:00 2001 From: ihsoft Date: Tue, 19 Sep 2017 18:11:59 -0700 Subject: [PATCH 4/7] Release EVS v1.5 --- EasyVesselSwitch.version | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EasyVesselSwitch.version b/EasyVesselSwitch.version index 36069f2..3fcfe92 100644 --- a/EasyVesselSwitch.version +++ b/EasyVesselSwitch.version @@ -23,9 +23,9 @@ "NAME": "Easy Vessel Switch", "URL": "https://raw.githubusercontent.com/ihsoft/EasyVesselSwitch/master/EasyVesselSwitch.version", "VERSION": { - "BUILD": 36774, + "BUILD": 30950, "MAJOR": 1, - "MINOR": 4, - "PATCH": 6469 + "MINOR": 5, + "PATCH": 6471 } } \ No newline at end of file From d410e4abcc1ef9a755d88fd5f757bcdf87f5649a Mon Sep 17 00:00:00 2001 From: ihsoft Date: Tue, 19 Sep 2017 18:16:54 -0700 Subject: [PATCH 5/7] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd07733..7b2c613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.5 (pre-release) +# 1.5 (September 19th, 2017) * [Fix #11] Wrong location of the settings file. * [Change] Fix the location of the localization files. From 65b8056962e75b6d11d36c8ee7c2aa2a2de5d13e Mon Sep 17 00:00:00 2001 From: ihsoft Date: Tue, 19 Sep 2017 18:17:11 -0700 Subject: [PATCH 6/7] Update license Make it Github compatible --- LICENSE.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d373854..68a49da 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,13 +1,3 @@ -# KSP: Easy Vessel Switch - -Author: igor.zavoychinskiy@gmail.com - -GitHub: https://github.com/ihsoft/EasyVesselSwitch - -* * * - -## License - This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or From d617cbbbcb2baa513973a8eec2d5dc035b2e11c1 Mon Sep 17 00:00:00 2001 From: ihsoft Date: Tue, 19 Sep 2017 18:18:01 -0700 Subject: [PATCH 7/7] Update EVS 1.5, build 31118 --- EasyVesselSwitch.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EasyVesselSwitch.version b/EasyVesselSwitch.version index 3fcfe92..f19a5a4 100644 --- a/EasyVesselSwitch.version +++ b/EasyVesselSwitch.version @@ -23,7 +23,7 @@ "NAME": "Easy Vessel Switch", "URL": "https://raw.githubusercontent.com/ihsoft/EasyVesselSwitch/master/EasyVesselSwitch.version", "VERSION": { - "BUILD": 30950, + "BUILD": 31118, "MAJOR": 1, "MINOR": 5, "PATCH": 6471