summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2023-08-19 23:17:29 -0700
committerMark Adler <madler@alumni.caltech.edu>2023-08-19 23:17:29 -0700
commit79a0e447a0dfa32979420cb21cfb96d684b2c9d5 (patch)
treea0bd36543f9556895530e72c95945834114b2696
parent8988e03256e9c80766ac6899e86c3bc57c347efc (diff)
downloadzlib-79a0e447a0dfa32979420cb21cfb96d684b2c9d5.tar.gz
zlib-79a0e447a0dfa32979420cb21cfb96d684b2c9d5.tar.bz2
zlib-79a0e447a0dfa32979420cb21cfb96d684b2c9d5.zip
Update version and date in contrib/nuget.
-rw-r--r--contrib/nuget/nuget.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/nuget/nuget.csproj b/contrib/nuget/nuget.csproj
index 39315cb..b72cbb6 100644
--- a/contrib/nuget/nuget.csproj
+++ b/contrib/nuget/nuget.csproj
@@ -6,8 +6,8 @@
6 <PackageId Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(PackageId).win</PackageId> 6 <PackageId Condition="$([MSBuild]::IsOSPlatform('Windows'))">$(PackageId).win</PackageId>
7 <PackageId Condition="$([MSBuild]::IsOSPlatform('Linux'))">$(PackageId).linux</PackageId> 7 <PackageId Condition="$([MSBuild]::IsOSPlatform('Linux'))">$(PackageId).linux</PackageId>
8 <PackageId Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(PackageId).osx</PackageId> 8 <PackageId Condition="$([MSBuild]::IsOSPlatform('OSX'))">$(PackageId).osx</PackageId>
9 <Copyright>(C) 1995-2022 Jean-loup Gailly and Mark Adler</Copyright> 9 <Copyright>(C) 1995-2023 Jean-loup Gailly and Mark Adler</Copyright>
10 <version>1.2.13</version> 10 <version>1.3.0.1</version>
11 <PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription> 11 <PackageDescription>NuGet Package for consuming native builds of zlib into .NET without complexity.</PackageDescription>
12 <!-- 12 <!--
13 Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories. 13 Warns about not having any lib or ref assemblies (.NET Assemblies) in those directories.