Skip to content

Commit

Permalink
Update version and date in contrib/nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Aug 20, 2023
1 parent 8988e03 commit 79a0e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/nuget/nuget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<PackageId Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(PackageId).win</PackageId>
<PackageId Condition="$([MSBuild]::IsOSPlatform('Linux'))">$(PackageId).linux</PackageId>
<PackageId Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(PackageId).osx</PackageId>
<Copyright>(C) 1995-2022 Jean-loup Gailly and Mark Adler</Copyright>
<version>1.2.13</version>
<Copyright>(C) 1995-2023 Jean-loup Gailly and Mark Adler</Copyright>
<version>1.3.0.1</version>
<PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription>
<!--
Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories.
Expand Down

0 comments on commit 79a0e44

Please sign in to comment.