Skip to content

Commit 00a4479

Browse files
authored
feat(OctIcon): bump version 9.0.7 (#643)
* chore: add new icon * chore: bump version 9.0.7 * chore: 更新雪碧图包
1 parent 66ca3e2 commit 00a4479

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

3-
<PropertyGroup>
4-
<Version>9.0.6</Version>
3+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '17.0'">
4+
<Version>9.0.7</Version>
5+
</PropertyGroup>
6+
7+
<PropertyGroup Condition="'$(VisualStudioVersion)' == '18.0'">
8+
<Version>10.0.0-rc.2.1.0</Version>
59
</PropertyGroup>
610

711
<PropertyGroup>
812
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components Icon</PackageTags>
913
<Description>Bootstrap UI components extensions of OctIcon</Description>
1014
</PropertyGroup>
1115

12-
<ItemGroup>
16+
<ItemGroup Condition="'$(VisualStudioVersion)' == '17.0'">
1317
<PackageReference Include="BootstrapBlazor" Version="$(BBVersion)" />
1418
</ItemGroup>
1519

20+
<ItemGroup Condition="'$(VisualStudioVersion)' == '18.0'">
21+
<PackageReference Include="BootstrapBlazor" Version="10.0.0-rc.2.1.0" />
22+
</ItemGroup>
23+
1624
</Project>

src/components/BootstrapBlazor.OctIcon/wwwroot/octicon.svg

Lines changed: 1 addition & 0 deletions
Loading
885 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)