diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 13:07:41 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 13:07:41 -0800 |
commit | 9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f (patch) | |
tree | 1e8002609aafaecb4636d31601012ae7d131482a /contrib/nuget | |
parent | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (diff) | |
download | zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.gz zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.tar.bz2 zlib-9f0f2d4f9f1f28be7e16d8bf3b4e9d4ada70aa9f.zip |
Change version number on develop branch to 1.3.1.1.
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. |