Skip to content

Commit

Permalink
Update Microsoft.Extensions.ObjectPool to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Apr 23, 2023
1 parent 3a232a0 commit cac2a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FauFau/FauFau.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/themeldingwars/FauFau</RepositoryUrl>
<PackageVersion>1.2.0</PackageVersion>
<AssemblyVersion>1.2.0</AssemblyVersion>
<AssemblyVersion>1.2.1</AssemblyVersion>
<Version>1.2.0</Version>
<FileVersion>1.2.0</FileVersion>
<FileVersion>1.2.1</FileVersion>
<LangVersion>9</LangVersion>
<Authors>TheMeldingWars</Authors>
<Description>FauFau is a library for manipulating FireFall's various file formats and protocols</Description>
Expand Down Expand Up @@ -55,7 +55,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.4" />
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.5" />
<PackageReference Include="SharpCompress" Version="0.33.0" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ git clone https://github.com/themeldingwars/FauFau.git
cd FauFau
git submodule update --init --recursive
```

Library is automatically published to NuGet: https://www.nuget.org/packages/FauFau

0 comments on commit cac2a62

Please sign in to comment.