From 1f6deeb6cd132d7e37ecaff31fb52349748a0295 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Wed, 12 Jun 2024 08:28:32 +0900 Subject: [PATCH] v.5.0.0 official release --- HotKeys2/Toolbelt.Blazor.HotKeys2.csproj | 2 +- HotKeys2/VersionInfo.cs | 2 +- SampleSites/Components/SampleSite.Components.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj index b4d312a..3a90e70 100644 --- a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj +++ b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj @@ -14,7 +14,7 @@ - 5.0.0-preview.6 + 5.0.0 Copyright © 2022-2024 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git diff --git a/HotKeys2/VersionInfo.cs b/HotKeys2/VersionInfo.cs index 52ef6f1..8bcb1df 100644 --- a/HotKeys2/VersionInfo.cs +++ b/HotKeys2/VersionInfo.cs @@ -1,5 +1,5 @@ namespace Toolbelt.Blazor.HotKeys2; internal static class VersionInfo { - internal const string VersionText = "5.0.0-preview.6"; + internal const string VersionText = "5.0.0"; } diff --git a/SampleSites/Components/SampleSite.Components.csproj b/SampleSites/Components/SampleSite.Components.csproj index 1c5a5cb..36c903a 100644 --- a/SampleSites/Components/SampleSite.Components.csproj +++ b/SampleSites/Components/SampleSite.Components.csproj @@ -20,7 +20,7 @@ - +