Skip to content

Commit 666e35d

Browse files
committed
Update 6.4.10
1 parent 21cae46 commit 666e35d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
55
<Nullable>disable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>6.4.9</Version>
7+
<Version>6.4.10</Version>
88
<Title>CodeBeam.MudBlazor.Extensions</Title>
99
<Authors>CodeBeam</Authors>
1010
<Company>CodeBeam</Company>
@@ -65,11 +65,11 @@
6565
</ItemGroup>
6666

6767
<ItemGroup>
68-
<None Include="wwwroot\Mud_Secondary.png">
69-
<Pack>True</Pack>
70-
<PackagePath>\</PackagePath>
71-
</None>
7268
<None Include="bundleconfig.json" />
69+
<None Include="..\..\..\..\Desktop\MudBuilder\Mud_Secondary.png">
70+
<Pack>True</Pack>
71+
<PackagePath>\</PackagePath>
72+
</None>
7373
<!--<None Include="wwwroot\MudExtensions.js" />-->
7474
<!--<None Include="Components\ListExtended\MudListExtended.razor" />
7575
<None Include="Components\ListExtended\MudListItemExtended.razor" />
@@ -84,4 +84,11 @@
8484
</Content>
8585
</ItemGroup>
8686

87+
<ItemGroup>
88+
<None Update="Mud_Secondary.png">
89+
<Pack>True</Pack>
90+
<PackagePath>\</PackagePath>
91+
</None>
92+
</ItemGroup>
93+
8794
</Project>

0 commit comments

Comments
 (0)