From c1410f882b45ae43d836088f24725e4076c45d02 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Tue, 13 Feb 2024 09:21:11 +0000 Subject: [PATCH] Bump Version to 3.1.1 --- LibZipSharp.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibZipSharp.props b/LibZipSharp.props index b71e94c..3a31d9d 100644 --- a/LibZipSharp.props +++ b/LibZipSharp.props @@ -2,7 +2,7 @@ <_LibZipSharpAssemblyVersionMajor>3 <_LibZipSharpAssemblyVersionMinor>1 - <_LibZipSharpAssemblyVersionPatch>0 + <_LibZipSharpAssemblyVersionPatch>1 <_LibZipSharpAssemblyVersion>$(_LibZipSharpAssemblyVersionMajor).$(_LibZipSharpAssemblyVersionMinor).$(_LibZipSharpAssemblyVersionPatch) <_NativeLibraryVersionForName>$(_LibZipSharpAssemblyVersionMajor)-$(_LibZipSharpAssemblyVersionMinor) <_NativeLibraryBaseName>libZipSharpNative-$(_NativeLibraryVersionForName)