File tree 3 files changed +3
-21
lines changed
3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 3
3
branches : [ "master" ]
4
4
5
5
env :
6
- VERSION : ' 1.6.0 .${{ github.run_number }}'
6
+ VERSION : ' 1.6.1 .${{ github.run_number }}'
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change 11
11
<license type =" expression" >LGPL-3.0-only</license >
12
12
<projectUrl >https://github.com/squid-box/SevenZipSharp</projectUrl >
13
13
<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 >
24
15
<dependencies >
25
16
<group targetFramework =" netstandard2.0" >
26
17
<dependency id =" System.Configuration.ConfigurationManager" version =" 4.5.0" />
Original file line number Diff line number Diff line change 11
11
<license type =" expression" >LGPL-3.0-only</license >
12
12
<projectUrl >https://github.com/squid-box/SevenZipSharp</projectUrl >
13
13
<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 >
24
15
<dependencies >
25
16
<group targetFramework =" netstandard2.0" >
26
17
<dependency id =" System.Configuration.ConfigurationManager" version =" 4.5.0" />
You can’t perform that action at this time.
0 commit comments