aboutsummaryrefslogtreecommitdiff
path: root/contrib/nuget
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2025-12-08 05:30:18 -0800
committerMark Adler <git@madler.net>2025-12-08 05:30:18 -0800
commit570720b0c24f9686c33f35a1b3165c1f568b96be (patch)
tree76df0b0062100759f09151fba56122d8e4a9b417 /contrib/nuget
parent9aa11a7ed2240b1ccaa15fb5c74a639e6d6220d9 (diff)
downloadzlib-develop.tar.gz
zlib-develop.tar.bz2
zlib-develop.zip
Interim version for an audit.
Diffstat (limited to '')
-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 852e450..9dd2453 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-2024 Jean-loup Gailly and Mark Adler</Copyright> 9 <Copyright>(C) 1995-2025 Jean-loup Gailly and Mark Adler</Copyright>
10 <version>1.3.1.1</version> 10 <version>1.3.1.2</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.