Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Somfic/EliteAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Jul 30, 2023
2 parents 9c4e8f7 + e1be1e9 commit 13ec0b5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions EliteAPI.Abstractions/EliteAPI.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<LangVersion>10</LangVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.0.0.0</FileVersion>
<InformationalVersion>3.0.12+2.Branch.main.Sha.e8b806d73e327e37f65c7512ad7f980cec84ad7d</InformationalVersion>
<InformationalVersion>3.0.13+2.Branch.main.Sha.b5ea3578808938123b38046b9fc7351a53e48146</InformationalVersion>
<Version>3.0.0-alpha5155</Version>
<AssemblyVersion>3.0.12.0</AssemblyVersion>
<FileVersion>3.0.12.0</FileVersion>
<AssemblyVersion>3.0.13.0</AssemblyVersion>
<FileVersion>3.0.13.0</FileVersion>
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl>
<RepositoryUrl>https://github.com/EliteAPI/EliteAPI</RepositoryUrl>
<PackageIconUrl />
Expand All @@ -18,7 +18,7 @@
<Description>Abstractions for EliteAPI</Description>
<Copyright>© Somfic 2022</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.0.12</Version>
<Version>3.0.13</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageIcon>icon.png</PackageIcon>
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
Expand Down
8 changes: 4 additions & 4 deletions EliteAPI.Events/EliteAPI.Events.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<AssemblyVersion>3.0.12.0</AssemblyVersion>
<FileVersion>3.0.12.0</FileVersion>
<InformationalVersion>3.0.12+2.Branch.main.Sha.e8b806d73e327e37f65c7512ad7f980cec84ad7d</InformationalVersion>
<AssemblyVersion>3.0.13.0</AssemblyVersion>
<FileVersion>3.0.13.0</FileVersion>
<InformationalVersion>3.0.13+2.Branch.main.Sha.b5ea3578808938123b38046b9fc7351a53e48146</InformationalVersion>
<Version>3.0.0-alpha5167</Version>
<IsPackable>true</IsPackable>
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl>
Expand All @@ -17,7 +17,7 @@
<Description>Events for EliteAPI</Description>
<Copyright>© Somfic 2022</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.0.12</Version>
<Version>3.0.13</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageIcon>icon.png</PackageIcon>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
Expand Down
8 changes: 4 additions & 4 deletions EliteAPI.Tests/EliteAPI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<AssemblyVersion>3.0.12.0</AssemblyVersion>
<FileVersion>3.0.12.0</FileVersion>
<InformationalVersion>3.0.12+2.Branch.main.Sha.e8b806d73e327e37f65c7512ad7f980cec84ad7d</InformationalVersion>
<Version>3.0.12</Version>
<AssemblyVersion>3.0.13.0</AssemblyVersion>
<FileVersion>3.0.13.0</FileVersion>
<InformationalVersion>3.0.13+2.Branch.main.Sha.b5ea3578808938123b38046b9fc7351a53e48146</InformationalVersion>
<Version>3.0.13</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="itext7" Version="8.0.0" />
Expand Down
8 changes: 4 additions & 4 deletions EliteAPI/EliteAPI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyVersion>3.0.12.0</AssemblyVersion>
<FileVersion>3.0.12.0</FileVersion>
<AssemblyVersion>3.0.13.0</AssemblyVersion>
<FileVersion>3.0.13.0</FileVersion>
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl>
<RepositoryUrl>https://github.com/EliteAPI/EliteAPI</RepositoryUrl>
<PackageIconUrl />
Expand All @@ -11,14 +11,14 @@
<Description>A powerful event based .NET API for Elite: Dangerous</Description>
<Copyright>© Somfic 2022</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.0.12</Version>
<Version>3.0.13</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageIcon>icon.png</PackageIcon>
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
<LangVersion>10</LangVersion>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Somfic</Authors>
<InformationalVersion>3.0.12+2.Branch.main.Sha.e8b806d73e327e37f65c7512ad7f980cec84ad7d</InformationalVersion>
<InformationalVersion>3.0.13+2.Branch.main.Sha.b5ea3578808938123b38046b9fc7351a53e48146</InformationalVersion>
<Nullable>enable</Nullable>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
</PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions Example/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>3.0.12.0</AssemblyVersion>
<FileVersion>3.0.12.0</FileVersion>
<InformationalVersion>3.0.12+2.Branch.main.Sha.e8b806d73e327e37f65c7512ad7f980cec84ad7d</InformationalVersion>
<Version>3.0.12</Version>
<AssemblyVersion>3.0.13.0</AssemblyVersion>
<FileVersion>3.0.13.0</FileVersion>
<InformationalVersion>3.0.13+2.Branch.main.Sha.b5ea3578808938123b38046b9fc7351a53e48146</InformationalVersion>
<Version>3.0.13</Version>
<IsPackable>false</IsPackable>
<LangVersion>10</LangVersion>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
Expand Down

0 comments on commit 13ec0b5

Please sign in to comment.