From 56fb15c4e1a09ac5808b693750f0e7a768a1ee3a Mon Sep 17 00:00:00 2001 From: TriggerAu Date: Mon, 27 Apr 2020 21:19:41 +1000 Subject: [PATCH] Update version for new release --- VSToolsForKSP/Properties/AssemblyInfo.cs | 4 ++-- VSToolsForKSP/source.extension.vsixmanifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VSToolsForKSP/Properties/AssemblyInfo.cs b/VSToolsForKSP/Properties/AssemblyInfo.cs index ad83c86..b91bd56 100644 --- a/VSToolsForKSP/Properties/AssemblyInfo.cs +++ b/VSToolsForKSP/Properties/AssemblyInfo.cs @@ -29,5 +29,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("2.0.8.0")] -[assembly: AssemblyFileVersion("2.0.8.0")] +[assembly: AssemblyVersion("2.0.9.0")] +[assembly: AssemblyFileVersion("2.0.9.0")] diff --git a/VSToolsForKSP/source.extension.vsixmanifest b/VSToolsForKSP/source.extension.vsixmanifest index cbb6234..7bae45e 100644 --- a/VSToolsForKSP/source.extension.vsixmanifest +++ b/VSToolsForKSP/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Visual Studio Tools for KSP Visual Studio Tools for KSP Development https://github.com/TriggerAu/VSToolsForKSP