|
3 | 3 | <metadata> |
4 | 4 | <id>Blazer.Net</id> |
5 | 5 | <title>Blazer.Net</title> |
6 | | - <version>0.10.0-beta1</version> |
| 6 | + <version>0.10.0</version> |
7 | 7 | <authors>force</authors> |
8 | 8 | <owners>force</owners> |
9 | 9 | <licenseUrl>https://github.com/force-net/blazer/blob/develop/LICENSE</licenseUrl> |
10 | 10 | <projectUrl>https://github.com/force-net/blazer</projectUrl> |
11 | | - <!--iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl--> |
| 11 | + <iconUrl>http://files.force-net.com/blazer-nuget-ico.png</iconUrl> |
12 | 12 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
13 | 13 | <summary>Blazer is high-performance, low compression archiver.</summary> |
14 | 14 | <description> |
15 | | - Blazer is high-performance, low compression archiver. |
16 | | - Main usage to work with streams, but can be used as general archiver or for reducing application size by compressing it resources. |
17 | | - Compression rate is comparable (slightly better) to LZ4 and Snappy and compression speed is really faster than GZip. |
18 | | - Blazer contains all standard features for archives, but also it is possible to use control commands in stream, encrypt archive, use it as simple (but fast) crc32c calulator, perform patterned compresstion and many others features. |
| 15 | +Blazer is high-performance, low compression archiver. |
| 16 | +Main usage to work with streams, but can be used as general archiver or for reducing application size by compressing it resources. |
| 17 | +Compression rate is comparable (slightly better) to LZ4 and Snappy and compression speed is really faster than GZip. |
| 18 | +Blazer contains all standard features for archives, but also it is possible to use control commands in stream, encrypt archive, use it as simple (but fast) crc32c calulator, perform patterned compresstion and many others features. |
19 | 19 |
|
20 | | - See project site for detailed information. |
| 20 | +See project site for detailed information. |
21 | 21 | </description> |
22 | 22 | <releaseNotes> |
23 | | - - Added support to .NET Core |
24 | | - - Changed padding mode to full encryption (due lack of padding support for .NET Core) |
| 23 | +- Stable .NET Core version |
| 24 | +- Padding mode was implemented manually to relate normal .NET version |
| 25 | +- Changed block encryption to avoid attacks with packet repeating |
| 26 | +- Added PasswordRaw and CommentRaw (binary data in this fields) |
| 27 | +- Some fixes and improvements |
| 28 | +- Added data array helper (for compressing/decompressing resources in byte array way) |
| 29 | +- Improved software Crc32C |
| 30 | +- Added option to skip real decompression (useful for file lists) |
25 | 31 | </releaseNotes> |
26 | 32 | <copyright>Copyright by Force 2016-2017</copyright> |
27 | 33 | <tags>.NET fast compression archive crc32c archiver</tags> |
|
0 commit comments