Skip to content

Commit

Permalink
Bumped version to 3.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 14, 2024
1 parent 59f119d commit bd20cec
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 75 deletions.
31 changes: 16 additions & 15 deletions EDDN/EliteAPI.EDDN.Generator/EliteAPI.EDDN.Generator.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="11.0.0" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="NJsonSchema.CodeGeneration.CSharp" Version="11.0.0" />
</ItemGroup>
</Project>
40 changes: 20 additions & 20 deletions EDDN/EliteAPI.EDDN/EliteAPI.EDDN.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\EliteAPI.Abstractions\EliteAPI.Abstractions.csproj" />
<ProjectReference Include="..\..\EliteAPI.Events\EliteAPI.Events.csproj" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\EliteAPI.Abstractions\EliteAPI.Abstractions.csproj" />
<ProjectReference Include="..\..\EliteAPI.Events\EliteAPI.Events.csproj" />
</ItemGroup>
</Project>
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.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.0.0-alpha5155</Version>
<AssemblyVersion>3.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.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.2.7</Version>
<Version>3.2.8</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.Generator/EliteAPI.Events.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>3.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<Version>3.2.7</Version>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</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.2.7</Version>
<Version>3.2.8</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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</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.2.7</Version>
<Version>3.2.8</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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<Version>3.2.7</Version>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<Version>3.2.7</Version>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<Version>3.2.7</Version>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.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.2.7</Version>
<Version>3.2.8</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.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<Version>3.2.7</Version>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</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.2.7.0</AssemblyVersion>
<FileVersion>3.2.7.0</FileVersion>
<InformationalVersion>3.2.7+3.Branch.main.Sha.0fa1ed3460dac72a033b0e89402fe90633fc27c9</InformationalVersion>
<Version>3.2.7</Version>
<AssemblyVersion>3.2.8.0</AssemblyVersion>
<FileVersion>3.2.8.0</FileVersion>
<InformationalVersion>3.2.8+4.Branch.main.Sha.59f119d1195b23ba28b25e46c08d2c786c5b9994</InformationalVersion>
<Version>3.2.8</Version>
<IsPackable>false</IsPackable>
<LangVersion>10</LangVersion>
<OutputType>Exe</OutputType>
Expand Down

0 comments on commit bd20cec

Please sign in to comment.