Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Somfic/EliteVA
Browse files Browse the repository at this point in the history
  • Loading branch information
Somfic committed Jul 16, 2023
2 parents 5a92be1 + a417258 commit c7118cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
8 changes: 4 additions & 4 deletions EliteVA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<AssemblyName>EliteVA</AssemblyName>
<RootNamespace>EliteVA</RootNamespace>
<LangVersion>latest</LangVersion>
<AssemblyVersion>0.1.22.0</AssemblyVersion>
<FileVersion>0.1.22.0</FileVersion>
<InformationalVersion>0.1.22+6.Branch.main.Sha.ec972a0ce2e383d3c4d09bda9fe817bdb337ab30</InformationalVersion>
<Version>0.1.22</Version>
<AssemblyVersion>0.1.23.0</AssemblyVersion>
<FileVersion>0.1.23.0</FileVersion>
<InformationalVersion>0.1.23+2.Branch.main.Sha.c9daeb9bcfb8d5143d22fc007136a6b2c74db132</InformationalVersion>
<Version>0.1.23</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EliteAPI" Version="3.0.8" />
Expand Down
31 changes: 16 additions & 15 deletions ProfileGenerator/ProfileGenerator.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>net6.0</TargetFramework>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EliteAPI" Version="3.0.8" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>0.1.23.0</AssemblyVersion>
<FileVersion>0.1.23.0</FileVersion>
<InformationalVersion>0.1.23+2.Branch.main.Sha.c9daeb9bcfb8d5143d22fc007136a6b2c74db132</InformationalVersion>
<Version>0.1.23</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EliteAPI" Version="3.0.8" />
</ItemGroup>
</Project>

0 comments on commit c7118cf

Please sign in to comment.