Skip to content

Commit 3af2324

Browse files
committed
Ready to release
1 parent bab888e commit 3af2324

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
ZstdNet
2-
=======
1+
# ZstdNet  [![License](https://img.shields.io/github/license/skbkontur/ZstdNet.svg)](https://raw.githubusercontent.com/skbkontur/ZstdNet/master/LICENSE)
32

43
[![Build and test](https://github.com/skbkontur/ZstdNet/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/skbkontur/ZstdNet/actions/workflows/build-and-test.yml)
54
[![NuGet](https://img.shields.io/nuget/v/ZstdNet.svg)](https://www.nuget.org/packages/ZstdNet/)
@@ -25,8 +24,7 @@ Provenance attestation is enabled for all artifacts in this repository including
2524

2625
Take a look on a library reference or unit tests to explore its behavior in different situations.
2726

28-
Zstd
29-
----
27+
## Zstd
3028

3129
**Zstandard**, or **zstd** as short version, is a fast lossless compression algorithm,
3230
targeting real-time compression scenarios at zlib-level and better compression ratios.
@@ -41,8 +39,7 @@ http://fastcompression.blogspot.com/2015/01/zstd-stronger-compression-algorithm.
4139
The benefits of the dictionary mode are described here:
4240
http://fastcompression.blogspot.ru/2016/02/compressing-small-data.html
4341

44-
Reference
45-
---------
42+
## Reference
4643

4744
### Exceptions
4845

@@ -297,8 +294,7 @@ performance and memory overhead.
297294
- `int dictCapacity` — maximal dictionary size in bytes.
298295
Default is `DictBuilder.DefaultDictCapacity`, currently 110 KiB (the default in zstd utility).
299296

300-
Wrapper Authors
301-
---------------
297+
## Wrapper Authors
302298

303299
Copyright (c) 2016-2026 [SKB Kontur](https://kontur.ru/eng/about)
304300

ZstdNet/ZstdNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.5.7-rc2</Version>
4+
<Version>1.5.7</Version>
55
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
66
<Title>ZstdNet</Title>
77
<PackageId>ZstdNet</PackageId>

appveyor.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)