Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LibZipSharp.props
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LibZipSharpAssemblyVersion>2.0.4</_LibZipSharpAssemblyVersion>
<_LibZipSharpAssemblyVersion>2.0.5</_LibZipSharpAssemblyVersion>
<!--
Nuget Version. You can append things like -alpha-1 etc to this value.
But always leave the $(_LibZipSharpAssemblyVersion) value at the start.
-->
<_LibZipSharpNugetVersion>$(_LibZipSharpAssemblyVersion)</_LibZipSharpNugetVersion>
<_NativeBuildDir>$(MSBuildThisFileDirectory)lzsbuild</_NativeBuildDir>
<_ExternalDir>$(MSBuildThisFileDirectory)external</_ExternalDir>
<_MonoPosixNugetVersion>7.0.0-final.1.21369.2</_MonoPosixNugetVersion>
<_MonoPosixNugetVersion>7.1.0-final.1.21458.1</_MonoPosixNugetVersion>
<UseXZ Condition=" '$(UseXZ)' == '' ">false</UseXZ>
</PropertyGroup>
</Project>