From da2b579fd0379a5f38430666a8b9fe2e66a6c0d8 Mon Sep 17 00:00:00 2001 From: Daniel Destouche Date: Tue, 2 Jun 2026 16:01:27 -0400 Subject: [PATCH] chore: Bump minor release --- Base62/Base62.csproj | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) 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 -