From 4723ce855898fcc6790e4ddba98385c51fee0d29 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 14 May 2026 08:33:58 +1200 Subject: [PATCH] Package versions and copyright dates update --- README.md | 2 +- .../SimpleOTP.DependencyInjection.csproj | 6 +++--- libraries/SimpleOTP/SimpleOTP.csproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a38c09..ba67d88 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you are interested in fixing issues and contributing directly to the code bas [![GitHub](https://img.shields.io/badge/%40xfox111-GitHub?logo=github&logoColor=%23181717&label=GitHub&labelColor=white&color=%23181717)](https://github.com/xfox111) [![Buy Me a Coffee](https://img.shields.io/badge/%40xfox111-BMC?logo=buymeacoffee&logoColor=black&label=Buy%20me%20a%20coffee&labelColor=white&color=%23FFDD00)](https://buymeacoffee.com/xfox111) -> ©2025 Eugene Fox. Licensed under [MIT license][mit] +> ©2026 Eugene Fox. Licensed under [MIT license][mit] [RFC-6238]: https://www.rfc-editor.org/rfc/rfc6238 [RFC-4226]: https://www.rfc-editor.org/rfc/rfc4226 diff --git a/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj b/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj index 3555ce7..56413c6 100644 --- a/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj +++ b/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj @@ -9,9 +9,9 @@ EugeneFox.SimpleOTP.DependencyInjection - 10.0.1.0 + 10.0.2.0 Eugene Fox - Copyright © Eugene Fox 2024 + Copyright © Eugene Fox 2026 en-US MIT @@ -37,7 +37,7 @@ service in your application. - Updated `Microsoft.Extensions.Configuration.Binder` and `Microsoft.Extensions.DependencyInjection.Abstractions` to version 10.0.1. + Updated `Microsoft.Extensions.Configuration.Binder` and `Microsoft.Extensions.DependencyInjection.Abstractions` to version 10.0.7. diff --git a/libraries/SimpleOTP/SimpleOTP.csproj b/libraries/SimpleOTP/SimpleOTP.csproj index e3e0016..47d274b 100644 --- a/libraries/SimpleOTP/SimpleOTP.csproj +++ b/libraries/SimpleOTP/SimpleOTP.csproj @@ -15,9 +15,9 @@ EugeneFox.SimpleOTP - 10.0.1.0 + 10.0.2.0 Eugene Fox - Copyright © Eugene Fox 2024 + Copyright © Eugene Fox 2026 en-US MIT