From a04d9b71029f3af2cbfdde87057c74debdb53d33 Mon Sep 17 00:00:00 2001 From: Somfic Date: Fri, 1 Nov 2019 16:02:08 +0100 Subject: [PATCH] Release 2.2.14.870. --- EliteAPI/EliteAPI.csproj | 6 +++--- EliteAPI/EliteDangerousAPI.cs | 2 +- EliteAPI/ThirdParty/EliteMacro/EliteMacro.iss | 2 +- EliteAPI/ThirdParty/EliteVA/EliteVA.iss | 2 +- EliteAPI/versioncontrol.version | 2 +- Example/Example.csproj | 2 +- Example/Properties/AssemblyInfo.cs | 6 +++--- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/EliteAPI/EliteAPI.csproj b/EliteAPI/EliteAPI.csproj index 8cc3fa7a..cf1824e5 100644 --- a/EliteAPI/EliteAPI.csproj +++ b/EliteAPI/EliteAPI.csproj @@ -2,8 +2,8 @@ netstandard2.0 - 2.2.14.870 - 2.2.14.870 + 2.2.15.871 + 2.2.15.871 https://github.com/EliteAPI/EliteAPI https://github.com/EliteAPI/EliteAPI https://i.imgur.com/keDXwjY.png @@ -14,7 +14,7 @@ VoiceAttack, VoiceMacro, Discord, C#, VB Somfic 2019 true - 2.2.6.862 + 2.2.14.870 true diff --git a/EliteAPI/EliteDangerousAPI.cs b/EliteAPI/EliteDangerousAPI.cs index d6fea0e4..17ac030d 100644 --- a/EliteAPI/EliteDangerousAPI.cs +++ b/EliteAPI/EliteDangerousAPI.cs @@ -57,7 +57,7 @@ public static DirectoryInfo StandardDirectory /// /// The version of EliteAPI. /// - public string Version => "2.2.6.862"; + public string Version => "2.2.14.870"; /// /// Whether the API is currently running. diff --git a/EliteAPI/ThirdParty/EliteMacro/EliteMacro.iss b/EliteAPI/ThirdParty/EliteMacro/EliteMacro.iss index c62ca6a6..101c99da 100644 --- a/EliteAPI/ThirdParty/EliteMacro/EliteMacro.iss +++ b/EliteAPI/ThirdParty/EliteMacro/EliteMacro.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "EliteMacro" -#define MyAppVersion "2.2.6.862" +#define MyAppVersion "2.2.14.870" #define MyAppPublisher "Somfic" #define MyAppURL "https://github.com/EliteAPI/EliteAPI" diff --git a/EliteAPI/ThirdParty/EliteVA/EliteVA.iss b/EliteAPI/ThirdParty/EliteVA/EliteVA.iss index 95c7cb0d..3d18a7ba 100644 --- a/EliteAPI/ThirdParty/EliteVA/EliteVA.iss +++ b/EliteAPI/ThirdParty/EliteVA/EliteVA.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "EliteVA" -#define MyAppVersion "2.2.6.862" +#define MyAppVersion "2.2.14.870" #define MyAppPublisher "Somfic" #define MyAppURL "https://github.com/EliteAPI/EliteAPI" diff --git a/EliteAPI/versioncontrol.version b/EliteAPI/versioncontrol.version index 5f960115..e7730868 100644 --- a/EliteAPI/versioncontrol.version +++ b/EliteAPI/versioncontrol.version @@ -1 +1 @@ -2.2.6.862 \ No newline at end of file +2.2.14.870 \ No newline at end of file diff --git a/Example/Example.csproj b/Example/Example.csproj index 30b205b3..74ac32d1 100644 --- a/Example/Example.csproj +++ b/Example/Example.csproj @@ -13,7 +13,7 @@ true true - 1.0.54.2087 + 1.0.55.2088 AnyCPU diff --git a/Example/Properties/AssemblyInfo.cs b/Example/Properties/AssemblyInfo.cs index 2af7a712..b497cb1d 100644 --- a/Example/Properties/AssemblyInfo.cs +++ b/Example/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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("1.0.54.2087")] -[assembly: AssemblyFileVersion("1.0.53.2087")] +[assembly: AssemblyVersion("1.0.55.2088")] +[assembly: AssemblyFileVersion("1.0.54.2088")] -[assembly: AssemblyInformationalVersion("1.0.56")] \ No newline at end of file +[assembly: AssemblyInformationalVersion("1.0.57")] \ No newline at end of file