Skip to content

Commit

Permalink
Bumped version to 3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 11, 2024
1 parent 84a698e commit 18d651e
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 49 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.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.0.0-alpha5155</Version>
<AssemblyVersion>3.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.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 2018-2024</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.1.13</Version>
<Version>3.1.14</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
27 changes: 14 additions & 13 deletions EliteAPI.Events.Generator/EliteAPI.Events.Generator.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.1.14</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>
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.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<InformationalVersion>3.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</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 2018-2024</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.1.13</Version>
<Version>3.1.14</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageIcon>icon.png</PackageIcon>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down
8 changes: 4 additions & 4 deletions EliteAPI.Status/EliteAPI.Status.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.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<InformationalVersion>3.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.0.0-alpha5167</Version>
<IsPackable>true</IsPackable>
<PackageProjectUrl>https://github.com/EliteAPI/EliteAPI</PackageProjectUrl>
Expand All @@ -17,7 +17,7 @@
<Description>Status for EliteAPI</Description>
<Copyright>© Somfic 2018-2024</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.1.13</Version>
<Version>3.1.14</Version>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageIcon>icon.png</PackageIcon>
<TargetFramework>netstandard2.0</TargetFramework>
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.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<InformationalVersion>3.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<Version>3.1.13</Version>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.1.14</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="itext7" Version="8.0.3" />
Expand Down
8 changes: 4 additions & 4 deletions EliteAPI.Web.Spansh/EliteAPI.Web.Spansh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
<AssemblyVersion>3.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<InformationalVersion>3.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<Version>3.1.13</Version>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.1.14</Version>
<Copyright>© Somfic 2018-2024</Copyright>
</PropertyGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions EliteAPI.Web/EliteAPI.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<Nullable>enable</Nullable>
<LangVersion>default</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>3.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<InformationalVersion>3.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<Version>3.1.13</Version>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.1.14</Version>
<Copyright>© Somfic 2018-2024</Copyright>
</PropertyGroup>
<ItemGroup>
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.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.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 2018-2024</Copyright>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>3.1.13</Version>
<Version>3.1.14</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.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Nullable>enable</Nullable>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>EliteAPI</Title>
Expand Down
8 changes: 4 additions & 4 deletions Examples/Example.Web/Example.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<AssemblyVersion>3.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<InformationalVersion>3.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<Version>3.1.13</Version>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.1.14</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\EliteAPI.Web.Spansh\EliteAPI.Web.Spansh.csproj" />
Expand Down
8 changes: 4 additions & 4 deletions Examples/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.1.13.0</AssemblyVersion>
<FileVersion>3.1.13.0</FileVersion>
<InformationalVersion>3.1.13+3.Branch.main.Sha.ee55750e70660e7b3ddddc4d36759bddec5a904d</InformationalVersion>
<Version>3.1.13</Version>
<AssemblyVersion>3.1.14.0</AssemblyVersion>
<FileVersion>3.1.14.0</FileVersion>
<InformationalVersion>3.1.14+6.Branch.main.Sha.84a698e912865683991fcacbed65699e2c66b405</InformationalVersion>
<Version>3.1.14</Version>
<IsPackable>false</IsPackable>
<LangVersion>10</LangVersion>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit 18d651e

Please sign in to comment.