Skip to content

Commit

Permalink
v.5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Jul 6, 2024
1 parent 0299dcb commit cbb2da5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HotKeys2/Toolbelt.Blazor.HotKeys2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>5.0.1</Version>
<Version>5.1.0</Version>
<Copyright>Copyright © 2022-2024 J.Sakamoto, Mozilla Public License 2.0</Copyright>
<Authors>J.Sakamoto</Authors>
<RepositoryType>git</RepositoryType>
Expand Down
2 changes: 1 addition & 1 deletion HotKeys2/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
namespace Toolbelt.Blazor.HotKeys2;
internal static class VersionInfo
{
internal const string VersionText = "5.0.1";
internal const string VersionText = "5.1.0";
}
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.5.1.0
- Improve: Add Numpad and Japanese specific keys and codes.

v.5.0.1
- Improve: Show the developers the guide message when using the Toolbelt.Blazor.getProperty JavaScript module is not loaded.

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 Condition=" '$(BuildMode)' != 'test' ">
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="5.0.1" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="5.1.0" />
<!--<ProjectReference Include="..\..\HotKeys2\Toolbelt.Blazor.HotKeys2.csproj" />-->
</ItemGroup>

Expand Down

0 comments on commit cbb2da5

Please sign in to comment.