Skip to content

Commit

Permalink
Bump package version and native package version to v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzebedee committed Sep 18, 2023
1 parent b92ac9f commit ff589f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LibDeflate/LibDeflate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<AssemblyName>LibDeflate.NET</AssemblyName>
<VersionPrefix>1.18.0</VersionPrefix>
<VersionPrefix>1.19.0</VersionPrefix>
<Authors>jzebedee</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/jzebedee/LibDeflate</PackageProjectUrl>
Expand Down Expand Up @@ -45,7 +45,7 @@

<!-- Regular dependencies -->
<ItemGroup>
<PackageReference Include="LibDeflate.Native" Version="1.18.0.1" />
<PackageReference Include="LibDeflate.Native" Version="1.19.0" />
</ItemGroup>

</Project>

0 comments on commit ff589f6

Please sign in to comment.