Skip to content

Commit f80ddaf

Browse files
committed
Preparing for release 1.6.1.
1 parent fd03cde commit f80ddaf

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
branches: [ "master" ]
44

55
env:
6-
VERSION: '1.6.0.${{ github.run_number }}'
6+
VERSION: '1.6.1.${{ github.run_number }}'
77

88
jobs:
99
build:

package.lite.nuspec

+1-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
<license type="expression">LGPL-3.0-only</license>
1212
<projectUrl>https://github.com/squid-box/SevenZipSharp</projectUrl>
1313
<tags>7z sevenzip sevenzipsharp 7-zip</tags>
14-
<releaseNotes>
15-
Added option to leave streams open after extraction, thanks to GitHub user acrilly-msft.
16-
Added support for GPT and NTFS formats, thanks to GitHub user acrilly-msft.
17-
Added support for the CPIO format, thanks to GitHub user doug24.
18-
Changed how the Unique ID's are generated, thanks to GitHub user RoadTrain.
19-
Fixed an issue with multi-volume archives of more than 1000 parts, thanks to GitHub user in1gma.
20-
Fixed an issue when extracting from a read-only file, thanks to GitHub user benjicoh.
21-
Fixed an issue with appending to archives with encrypted headers, thanks to GitHub user amarendrabiorad.
22-
Fixed an issue when appending to encrypted archives, using streams.
23-
</releaseNotes>
14+
<releaseNotes>Fixed broken asynchronous extraction.</releaseNotes>
2415
<dependencies>
2516
<group targetFramework="netstandard2.0">
2617
<dependency id="System.Configuration.ConfigurationManager" version="4.5.0" />

package.regular.nuspec

+1-10
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
<license type="expression">LGPL-3.0-only</license>
1212
<projectUrl>https://github.com/squid-box/SevenZipSharp</projectUrl>
1313
<tags>7z sevenzip sevenzipsharp 7-zip</tags>
14-
<releaseNotes>
15-
Added option to leave streams open after extraction, thanks to GitHub user acrilly-msft.
16-
Added support for GPT and NTFS formats, thanks to GitHub user acrilly-msft.
17-
Added support for the CPIO format, thanks to GitHub user doug24.
18-
Changed how the Unique ID's are generated, thanks to GitHub user RoadTrain.
19-
Fixed an issue with multi-volume archives of more than 1000 parts, thanks to GitHub user in1gma.
20-
Fixed an issue when extracting from a read-only file, thanks to GitHub user benjicoh.
21-
Fixed an issue with appending to archives with encrypted headers, thanks to GitHub user amarendrabiorad.
22-
Fixed an issue when appending to encrypted archives, using streams.
23-
</releaseNotes>
14+
<releaseNotes>Fixed broken asynchronous extraction.</releaseNotes>
2415
<dependencies>
2516
<group targetFramework="netstandard2.0">
2617
<dependency id="System.Configuration.ConfigurationManager" version="4.5.0" />

0 commit comments

Comments
 (0)