Skip to content

Commit

Permalink
feat(FontAwesome): upgrade font awesome to 6.7.1 (#160)
Browse files Browse the repository at this point in the history
* chore: bump version 9.0.2

* chore: bump version 9.0.1

* chore: 更新字库文件与样式表

* chore: 更新配置
  • Loading branch information
ArgoZhang authored Dec 6, 2024
1 parent de4a476 commit dd6c4f9
Show file tree
Hide file tree
Showing 12 changed files with 9,886 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>9.0.0</Version>
<Version>9.0.1</Version>
</PropertyGroup>

<PropertyGroup>
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Icon</PackageTags>
<Description>Bootstrap UI components extensions of FontAwesome</Description>
</PropertyGroup>

<ItemGroup>
<Content Remove="wwwroot\css\all.css" />
<None Include="wwwroot\css\all.css" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
</ItemGroup>
Expand Down
Loading

0 comments on commit dd6c4f9

Please sign in to comment.