mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-07-02 19:52:42 +03:00
Package versions and copyright dates update
This commit is contained in:
@@ -52,7 +52,7 @@ If you are interested in fixing issues and contributing directly to the code bas
|
|||||||
[](https://github.com/xfox111)
|
[](https://github.com/xfox111)
|
||||||
[](https://buymeacoffee.com/xfox111)
|
[](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-6238]: https://www.rfc-editor.org/rfc/rfc6238
|
||||||
[RFC-4226]: https://www.rfc-editor.org/rfc/rfc4226
|
[RFC-4226]: https://www.rfc-editor.org/rfc/rfc4226
|
||||||
|
|||||||
@@ -9,9 +9,9 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageId>EugeneFox.SimpleOTP.DependencyInjection</PackageId>
|
<PackageId>EugeneFox.SimpleOTP.DependencyInjection</PackageId>
|
||||||
<Version>10.0.1.0</Version>
|
<Version>10.0.2.0</Version>
|
||||||
<Authors>Eugene Fox</Authors>
|
<Authors>Eugene Fox</Authors>
|
||||||
<Copyright>Copyright © Eugene Fox 2024</Copyright>
|
<Copyright>Copyright © Eugene Fox 2026</Copyright>
|
||||||
<NeutralLanguage>en-US</NeutralLanguage>
|
<NeutralLanguage>en-US</NeutralLanguage>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
service in your application.
|
service in your application.
|
||||||
</Description>
|
</Description>
|
||||||
<PackageReleaseNotes>
|
<PackageReleaseNotes>
|
||||||
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.
|
||||||
</PackageReleaseNotes>
|
</PackageReleaseNotes>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageId>EugeneFox.SimpleOTP</PackageId>
|
<PackageId>EugeneFox.SimpleOTP</PackageId>
|
||||||
<Version>10.0.1.0</Version>
|
<Version>10.0.2.0</Version>
|
||||||
<Authors>Eugene Fox</Authors>
|
<Authors>Eugene Fox</Authors>
|
||||||
<Copyright>Copyright © Eugene Fox 2024</Copyright>
|
<Copyright>Copyright © Eugene Fox 2026</Copyright>
|
||||||
<NeutralLanguage>en-US</NeutralLanguage>
|
<NeutralLanguage>en-US</NeutralLanguage>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user