From 662685f1927916a1a802a9a1298bbda542e7876b Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Tue, 9 Jul 2024 14:56:56 -0700 Subject: [PATCH] Publish v1.1.0. --- Directory.Build.props | 2 +- ReleaseNotes.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index bfa8366..734c70a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 1.0.0 + 1.1.0 enable enable 12.0 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4fbf2e8..7b34f82 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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, ReadOnlySpan, Stream)` overload. +* Reduce unnecessary allocations. + ## 1.0.0 * Initial release.