Skip to content

Commit

Permalink
Update NuGet changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Apr 25, 2024
1 parent 60cbd68 commit 079207f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions UrlBase64/UrlBase64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Mahmoud Al-Qudsi, neosmart, mqudsi</Authors>
<Company>NeoSmart Technologies</Company>
<Description>A standards-compliant implementation of url-safe base64 encode/decode for .NET projects with Span optimizations.</Description>
<Copyright>Copyright NeoSmart Technologies 2017-2023</Copyright>
<Copyright>Copyright NeoSmart Technologies 2017-2024</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/neosmart/UrlBase64/</PackageProjectUrl>
<RepositoryUrl>https://github.com/neosmart/UrlBase64/</RepositoryUrl>
Expand All @@ -20,6 +20,7 @@
* Add support for allocation-free encode/decode
* Add new binary/UTF-8 Decode() method to decode url-safe base64-encoded bytes directly,
without going through a string representation.
* Fix regression introduced in 1.x that breaks decoding REGULAR base64 with UrlBase64.Decode()
1.0.0:
* Support for Span<T> and co.
Expand All @@ -28,10 +29,8 @@
* New PaddingPolicy option to specify output padding
* Lower .NET Standard requirement to 1.0
0.1.1:
* Fixed an encoded error with inputs of a certain length.
* Fixed an encode error with inputs of a certain length.
0.1:
* Initial release
Expand Down

0 comments on commit 079207f

Please sign in to comment.