Skip to content

Commit

Permalink
Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Dec 23, 2021
1 parent 03f9487 commit 49ed9b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.5.1
- Fix bug in Blake3Stream.Read methods

## 0.5.0
- Update to BLAKE3 1.2.0
- Add `Hasher.Finalize(long offset, Span<byte> hash)`
Expand Down
2 changes: 1 addition & 1 deletion src/Blake3/Blake3.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description>Blake3.NET is a managed wrapper around the Rust implementations of the BLAKE3 cryptographic hash function.</Description>
<Copyright>Alexandre Mutel</Copyright>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>0.5.0</VersionPrefix>
<VersionPrefix>0.5.1</VersionPrefix>
<!--<VersionSuffix>alpha</VersionSuffix>
<BuildNumber>9</BuildNumber>
<VersionSuffix Condition="'$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''">$(VersionSuffix).$(BuildNumber)</VersionSuffix>-->
Expand Down

0 comments on commit 49ed9b3

Please sign in to comment.