Skip to content

Commit 1fdb346

Browse files
authored
feat(OctIcons): bump version 9.0.6 (#588)
* chore: 更新雪碧图 * chore: bump version 9.0.5 * chore: bump version 9.0.6 * chore: 更新雪碧图包 * chore: 更新忽略文件 * chore: 更新文档 * chore: 增加忽略文件
1 parent 1e4a013 commit 1fdb346

6 files changed

Lines changed: 22 additions & 8 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,3 +382,7 @@ src/**/wwwroot/**/uploader
382382
**/BootstrapBlazor/wwwroot/css/sweetalert2.css
383383
**/BootstrapBlazor/wwwroot/css/motronic.min.css
384384
**/BootstrapBlazor/wwwroot/css/nano.min.css
385+
386+
# test
387+
**/UnitTestSvgIcon/**/*.svg
388+
**/UnitTestSvgIcon/**/*.razor

BootstrapBlazor.Extensions.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Solution>
22
<Folder Name="/configurations/">
3+
<File Path=".gitignore" />
34
<File Path="Directory.Build.props" />
45
<File Path="exclusion.dic" />
56
</Folder>

src/components/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.0.4</Version>
4+
<Version>9.0.6</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

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

Lines changed: 15 additions & 4 deletions
Loading
11.5 KB
Binary file not shown.

test/UnitTestSvgIcon/UnitTest.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved.
1+
// Copyright (c) BootstrapBlazor & Argo Zhang (argo@live.ca). All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33
// Website: https://www.blazor.zone or https://argozhang.github.io/
44

55
using BootstrapBlazor.Components;
6-
using System.Text.RegularExpressions;
7-
using static System.Runtime.InteropServices.JavaScript.JSType;
86

97
namespace UniTestIconPark;
108

0 commit comments

Comments
 (0)