diff options
Diffstat (limited to 'contrib/nuget')
-rw-r--r-- | contrib/nuget/nuget.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nuget/nuget.csproj b/contrib/nuget/nuget.csproj index 68627f0..852e450 100644 --- a/contrib/nuget/nuget.csproj +++ b/contrib/nuget/nuget.csproj | |||
@@ -7,7 +7,7 @@ | |||
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-2024 Jean-loup Gailly and Mark Adler</Copyright> |
10 | <version>1.3.1</version> | 10 | <version>1.3.1.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. |