Skip to content

Commit

Permalink
Bumped version to 3.0.0-alpha2518
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 24, 2021
1 parent 1010f5b commit 671945a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions EliteAPI.Dashboard/EliteAPI.Dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>net5.0</TargetFramework>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<InformationalVersion>3.0.0-alpha.2515+Branch.dev.Sha.ab67d0c27344d5d7d579f99502f32161e088d55f</InformationalVersion>
<Version>3.0.0-alpha2515</Version>
<InformationalVersion>3.0.0-alpha.2518+Branch.dev.Sha.1010f5b09c2babc82dfe31441681d5bc3a87664a</InformationalVersion>
<Version>3.0.0-alpha2518</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ElectronNET.API" Version="13.5.1" />
Expand Down
4 changes: 2 additions & 2 deletions EliteAPI.Spansh/EliteAPI.Spansh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<InformationalVersion>3.0.0-alpha.2515+Branch.dev.Sha.ab67d0c27344d5d7d579f99502f32161e088d55f</InformationalVersion>
<Version>3.0.0-alpha2515</Version>
<InformationalVersion>3.0.0-alpha.2518+Branch.dev.Sha.1010f5b09c2babc82dfe31441681d5bc3a87664a</InformationalVersion>
<Version>3.0.0-alpha2518</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions EliteAPI.Tests/EliteAPI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
<Version>3.0.0-alpha2515</Version>
<Version>3.0.0-alpha2518</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<InformationalVersion>3.0.0-alpha.2515+Branch.dev.Sha.ab67d0c27344d5d7d579f99502f32161e088d55f</InformationalVersion>
<InformationalVersion>3.0.0-alpha.2518+Branch.dev.Sha.1010f5b09c2babc82dfe31441681d5bc3a87664a</InformationalVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
Expand Down
4 changes: 2 additions & 2 deletions EliteAPI/EliteAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<Description>A powerful event based .NET API for Elite: Dangerous</Description>
<Copyright>© Somfic 2020</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.0.0-alpha2515</Version>
<Version>3.0.0-alpha2518</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageIcon>logo_gradient_small.jpg</PackageIcon>
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
<LangVersion>9</LangVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Somfic</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<InformationalVersion>3.0.0-alpha.2515+Branch.dev.Sha.ab67d0c27344d5d7d579f99502f32161e088d55f</InformationalVersion>
<InformationalVersion>3.0.0-alpha.2518+Branch.dev.Sha.1010f5b09c2babc82dfe31441681d5bc3a87664a</InformationalVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>EliteAPI.xml</DocumentationFile>
Expand Down

0 comments on commit 671945a

Please sign in to comment.