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)