Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ied206 committed Feb 4, 2020
2 parents a7cdcb3 + adac0ea commit 5691d50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Joveler.Compression.LZ4/Joveler.Compression.LZ4.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Platforms>AnyCPU</Platforms>
<PackageId>Joveler.Compression.LZ4</PackageId>
<Title>Joveler.Compression.LZ4</Title>
<Version>3.1.1</Version>
<Version>3.1.2</Version>
<Authors>Yann Collet, Hajin Jang</Authors>
<Company>Joveler</Company>
<Description>lz4 pinvoke library for .Net.
Expand All @@ -18,7 +18,7 @@ Supports Windows, Linux and macOS.</Description>
<RepositoryUrl>https://github.com/ied206/Joveler.Compression</RepositoryUrl>
<PackageIcon>images\Logo.png</PackageIcon>
<PackageProjectUrl>https://github.com/ied206/Joveler.Compression</PackageProjectUrl>
<PackageReleaseNotes>- Improve RHEL/CentOS compatibility</PackageReleaseNotes>
<PackageReleaseNotes>- Fix MSBuild script issue</PackageReleaseNotes>
<PackageTags>lz4 lz4-hc lz4hc lz4-frame compress compression decompress decompression archive native pinvoke interop</PackageTags>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\Joveler.Compression.LZ4.targets" />
Expand Down
6 changes: 3 additions & 3 deletions Joveler.Compression.LZ4/Joveler.Compression.LZ4.targets
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@
<PropertyGroup>
<PostBuildEventDependsOn>
$(PostBuildEventDependsOn);
CopyJovelerLZ4ExcludePrecompiled;
CopyJovelerLZ4Precompiled;
</PostBuildEventDependsOn>
<BuildDependsOn>
$(BuildDependsOn);
CopyJovelerLZ4ExcludePrecompiled;
CopyJovelerLZ4Precompiled;
</BuildDependsOn>
<CleanDependsOn>
$(CleanDependsOn);
CleanJovelerLZ4ExcludePrecompiled;
CleanJovelerLZ4Precompiled;
</CleanDependsOn>
</PropertyGroup>
</Project>

0 comments on commit 5691d50

Please sign in to comment.