Skip to content

Commit

Permalink
Publish v1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jul 9, 2024
1 parent 8c224e9 commit 662685f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionPrefix>1.1.0</VersionPrefix>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>12.0</LangVersion>
Expand Down
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## 1.1.0

* Strong-name the assembly: [#12](https://github.com/LogosBible/bsdiff.net/issues/12).
* Add `net6.0` and `net8.0` target frameworks.
* Enable nullable annotations.
* Add `BinaryPatch.Create(ReadOnlySpan<byte>, ReadOnlySpan<byte>, Stream)` overload.
* Reduce unnecessary allocations.

## 1.0.0

* Initial release.
Expand Down

0 comments on commit 662685f

Please sign in to comment.