Skip to content

Commit

Permalink
v.5.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Jul 2, 2024
1 parent 093806a commit 000aa97
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.0</Version>
<Version>5.0.1</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.0";
internal const string VersionText = "5.0.1";
}
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.0.1
- Improve: Show the developers the guide message when using the Toolbelt.Blazor.getProperty JavaScript module is not loaded.

v.5.0.0
- Improve: Support for a round trip for interactive and non-interactive pages on .NET 8.
- Update: The IDisposable interface of the HotKeyContext class is now obsolete. Instead, use the new "DisposeAsync" method.
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.0" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="5.0.1" />
<!--<ProjectReference Include="..\..\HotKeys2\Toolbelt.Blazor.HotKeys2.csproj" />-->
</ItemGroup>

Expand Down

0 comments on commit 000aa97

Please sign in to comment.