diff options
Diffstat (limited to 'contrib/nuget/nuget.csproj')
-rw-r--r-- | contrib/nuget/nuget.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/nuget/nuget.csproj b/contrib/nuget/nuget.csproj index b72cbb6..68627f0 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-2023 Jean-loup Gailly and Mark Adler</Copyright> | 9 | <Copyright>(C) 1995-2024 Jean-loup Gailly and Mark Adler</Copyright> |
10 | <version>1.3.0.1</version> | 10 | <version>1.3.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. |