Skip to content

Commit

Permalink
v.5.0.0 official release
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Jun 11, 2024
1 parent a9fea58 commit 1f6deeb
Show file tree
Hide file tree
Showing 3 changed files with 3 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-preview.6</Version>
<Version>5.0.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.0-preview.6";
internal const string VersionText = "5.0.0";
}
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-preview.6" />
<PackageReference Include="Toolbelt.Blazor.HotKeys2" Version="5.0.0" />
<!--<ProjectReference Include="..\..\HotKeys2\Toolbelt.Blazor.HotKeys2.csproj" />-->
</ItemGroup>

Expand Down

0 comments on commit 1f6deeb

Please sign in to comment.