diff --git a/Base62/Base62.csproj b/Base62/Base62.csproj index 0bb6f95..b2ab096 100644 --- a/Base62/Base62.csproj +++ b/Base62/Base62.csproj @@ -5,19 +5,20 @@ Base62 encoder and decoder for .NET for URL shortening and/or obfuscation. true - 2022 + 2026 https://github.com/ghost1face/base62 https://github.com/ghost1face/base62 base62 encoder decoder url-shortener conversion ghost1face - * Addresses bug with leading zeros + * Minimize allocations and improve performance + * Add support for .NET 10 - 1.3.0.0 - 1.3.0.0 + 1.4.0.0 + 1.4.0.0 LICENSE.md - 1.3.0 + 1.4.0 git true true @@ -45,10 +46,6 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - all - runtime; build; native; contentfiles; analyzers -