Skip to content

Commit

Permalink
Release 2.2.14.870.
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Nov 1, 2019
1 parent a935c84 commit a04d9b7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions EliteAPI/EliteAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>2.2.14.870</AssemblyVersion>
<FileVersion>2.2.14.870</FileVersion>
<AssemblyVersion>2.2.15.871</AssemblyVersion>
<FileVersion>2.2.15.871</FileVersion>
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl>
<RepositoryUrl>https://github.com/EliteAPI/EliteAPI</RepositoryUrl>
<PackageIconUrl>https://i.imgur.com/keDXwjY.png</PackageIconUrl>
Expand All @@ -14,7 +14,7 @@
VoiceAttack, VoiceMacro, Discord, C#, VB</Description>
<Copyright>Somfic 2019</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.2.6.862</Version>
<Version>2.2.14.870</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion EliteAPI/EliteDangerousAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static DirectoryInfo StandardDirectory
/// <summary>
/// The version of EliteAPI.
/// </summary>
public string Version => "2.2.6.862";
public string Version => "2.2.14.870";

/// <summary>
/// Whether the API is currently running.
Expand Down
2 changes: 1 addition & 1 deletion EliteAPI/ThirdParty/EliteMacro/EliteMacro.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion EliteAPI/ThirdParty/EliteVA/EliteVA.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion EliteAPI/versioncontrol.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.6.862
2.2.14.870
2 changes: 1 addition & 1 deletion Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
<AssemblyVersion>1.0.54.2087</AssemblyVersion>
<AssemblyVersion>1.0.55.2088</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
6 changes: 3 additions & 3 deletions Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyInformationalVersion("1.0.57")]

0 comments on commit a04d9b7

Please sign in to comment.