Skip to content

Commit

Permalink
v.4.1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Apr 20, 2024
1 parent 418fe93 commit eed0794
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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="4.1.0" />
<method signature="System.String GetVersionText()" body="stub" value="4.1.0.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>4.1.0</Version>
<Version>4.1.0.1</Version>
<Copyright>Copyright © 2022-2024 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.4.1.0.1
- Update the README to use the "OnAfterRender" method to initialize hotkeys.

v.4.1.0
- Improve: Add the "State" property that has a "Disabled" property that can enable/disable a hotkey to the HotkeyEntry class.

Expand Down

0 comments on commit eed0794

Please sign in to comment.