Skip to content

Commit

Permalink
Update HotKeys version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Dec 2, 2023
1 parent bc92ae4 commit 63e2195
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HotKeys2/ILLink.Substitutions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<linker>
<assembly fullname="Toolbelt.Blazor.HotKeys2">
<type fullname="Toolbelt.Blazor.HotKeys2.HotKeys" feature="Toolbelt.Blazor.HotKeys2.OptimizeForWasm" featurevalue="true">
<method signature="System.String GetVersionText()" body="stub" value="3.2.0" />
<method signature="System.String GetVersionText()" body="stub" value="3.2.1" />
</type>
</assembly>
</linker>
2 changes: 1 addition & 1 deletion HotKeys2/Toolbelt.Blazor.HotKeys2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>3.2.0</Version>
<Version>3.2.1</Version>
<Copyright>Copyright © 2022-2023 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Authors>J.Sakamoto</Authors>
<RepositoryType>git</RepositoryType>
Expand Down
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion SampleSites/Components/SampleSite.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="3.2.0" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="3.2.1" />
<!--<ProjectReference Include="..\..\HotKeys2\Toolbelt.Blazor.HotKeys2.csproj" />-->
</ItemGroup>

Expand Down

0 comments on commit 63e2195

Please sign in to comment.