Skip to content

Commit

Permalink
v.4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Apr 16, 2024
1 parent 7273615 commit e8eda50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.0.1" />
<method signature="System.String GetVersionText()" body="stub" value="4.1.0" />
</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.0.1</Version>
<Version>4.1.0</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
- Improve: Add the "State" property that has a "Disabled" property that can enable/disable a hotkey to the HotkeyEntry class.

v.4.0.1
- Fix: Disposing immediately after "CreateContext" will not work.

Expand Down
4 changes: 2 additions & 2 deletions SampleSites/Components/SampleSite.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</ItemGroup>

<ItemGroup Condition=" '$(BuildMode)' != 'test' ">
<!--<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="4.0.1" />-->
<ProjectReference Include="..\..\HotKeys2\Toolbelt.Blazor.HotKeys2.csproj" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="4.1.0" />
<!--<ProjectReference Include="..\..\HotKeys2\Toolbelt.Blazor.HotKeys2.csproj" />-->
</ItemGroup>

<ItemGroup Condition=" '$(BuildMode)' == 'test' ">
Expand Down

0 comments on commit e8eda50

Please sign in to comment.