Skip to content

Commit 8719557

Browse files
authored
Update 6.0.4 (#14)
1 parent 0b1c076 commit 8719557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CodeBeam.MudExtensions/CodeBeam.MudExtensions.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<Nullable>disable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>6.0.3</Version>
7+
<Version>6.0.4</Version>
88
<Title>CodeBeam.MudBlazor.Extensions</Title>
99
<Authors>CodeBeam</Authors>
1010
<Company>CodeBeam</Company>
@@ -13,7 +13,7 @@
1313
<PackageIcon>Mud_Secondary.png</PackageIcon>
1414
<PackageProjectUrl>https://mudextensions.azurewebsites.net</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/CodeBeamOrg/CodeBeam.MudExtensions</RepositoryUrl>
16-
<PackageTags>Blazor; MudBlazor; Component; Extension;</PackageTags>
16+
<PackageTags>Blazor; MudBlazor; Component; Extension; Animate; Stepper; Loading</PackageTags>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.9" />
25-
<PackageReference Include="MudBlazor" Version="6.0.16" />
25+
<PackageReference Include="MudBlazor" Version="6.0.17" />
2626
</ItemGroup>
2727

2828
<Target Name="ToolRestore" BeforeTargets="PreBuildEvent">

0 commit comments

Comments
 (0)