From 63e21955bdcac09e480f8b402c3f9f93660a23d3 Mon Sep 17 00:00:00 2001 From: jsakamoto Date: Sat, 2 Dec 2023 20:10:30 +0900 Subject: [PATCH] Update HotKeys version to 3.2.1 --- HotKeys2/ILLink.Substitutions.xml | 2 +- HotKeys2/Toolbelt.Blazor.HotKeys2.csproj | 2 +- RELEASE-NOTES.txt | 3 +++ SampleSites/Components/SampleSite.Components.csproj | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HotKeys2/ILLink.Substitutions.xml b/HotKeys2/ILLink.Substitutions.xml index 71cc618..66552b9 100644 --- a/HotKeys2/ILLink.Substitutions.xml +++ b/HotKeys2/ILLink.Substitutions.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj index 3a163e9..47086de 100644 --- a/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj +++ b/HotKeys2/Toolbelt.Blazor.HotKeys2.csproj @@ -15,7 +15,7 @@ - 3.2.0 + 3.2.1 Copyright © 2022-2023 J.Sakamoto, Mozilla Public License 2.0 J.Sakamoto git diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e9a5185..e33f0b9 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,6 @@ +v.3.2.1 +- Improve: Add the "ToStringKeys" method to the HotkeyEntry class that returns the array of string representation of the key combination. + v.3.2.0 - Fix: It didn't work on the InteractiveServer mode Blazor in .NET 8 diff --git a/SampleSites/Components/SampleSite.Components.csproj b/SampleSites/Components/SampleSite.Components.csproj index c258428..d92e218 100644 --- a/SampleSites/Components/SampleSite.Components.csproj +++ b/SampleSites/Components/SampleSite.Components.csproj @@ -20,7 +20,7 @@ - +