Skip to content

Commit

Permalink
Update GbxToolAPI to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBang1112 authored Nov 24, 2023
1 parent 0845c59 commit 5861b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/GbxToolAPI/GbxToolAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.5</Version>
<Version>1.0.6</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsTrimmable>true</IsTrimmable>
<TrimMode>partial</TrimMode>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GBX.NET" Version="1.2.2" />
<PackageReference Include="GBX.NET.LZO" Version="1.0.3" />
<PackageReference Include="GBX.NET" Version="1.2.3" />
<PackageReference Include="GBX.NET.LZO" Version="1.0.4" />
<PackageReference Include="YamlDotNet" Version="13.1.0">
<IsTrimmable>false</IsTrimmable>
</PackageReference>
Expand Down

0 comments on commit 5861b66

Please sign in to comment.