Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
squid-box committed May 1, 2020
1 parent 0b09ea7 commit 140223e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.2.{build}.0'
version: '1.3.{build}.0'
image: Visual Studio 2019

configuration: Release
Expand Down
5 changes: 3 additions & 2 deletions package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Squid-Box.SevenZipSharp</id>
<version>1.2.0</version>
<version>1.3.0</version>
<authors>Joel Ahlgren, Thomas Piart, markhor, Thomas Caudal</authors>
<summary>Managed 7-zip library written in C# (.NET 4.5 and .NET Standard 2.0) that provides data (self-)extraction and compression (all 7-zip formats are supported).</summary>
<description>Wraps 7z.dll or any compatible one and makes use of LZMA SDK.</description>
Expand All @@ -11,7 +11,8 @@
<projectUrl>https://github.com/squid-box/SevenZipSharp</projectUrl>
<tags>7z sevenzip sevenzipsharp 7-zip</tags>
<releaseNotes>
Fixed problem where a UNC destination path would fail extraction.
Added awaitable extraction functions, thanks to GitHub user kikijiki.
Added awaitable compression functions.
</releaseNotes>
<dependencies>
<group targetFramework="net45" />
Expand Down

0 comments on commit 140223e

Please sign in to comment.