Skip to content

Commit b615d3d

Browse files
committed
chore: 更新仓库信息配置
1 parent 7da4afb commit b615d3d

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

src/BootstrapBlazor/Directory.Build.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
<Import Project="..\Directory.Build.props" />
44
<Import Project="..\Logo.props" />
5-
<Import Project="..\Bundle.props" />
65
<Import Project="..\SourceLink.targets" />
76

87
<PropertyGroup>
98
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components</PackageTags>
109
<Description>Bootstrap UI components for Blazor and Razor Components</Description>
1110
<PackageReadmeFile>readme.md</PackageReadmeFile>
1211
<PackageReleaseNotes>https://github.com/dotnetcore/BootstrapBlazor/releases?wt.mc_id=DT-MVP-5004174</PackageReleaseNotes>
12+
<PackageProjectUrl>https://www.blazor.zone</PackageProjectUrl>
13+
<RepositoryType>github</RepositoryType>
14+
<RepositoryUrl>https://github.com/dotnetcore/BootstrapBlazor.git</RepositoryUrl>
15+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
16+
<IsPackable>true</IsPackable>
1317
</PropertyGroup>
1418

1519
<PropertyGroup>

src/Directory.Build.props

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
<Import Project="..\Directory.Build.props" />
44

55
<PropertyGroup>
6-
<IsPackable>true</IsPackable>
7-
</PropertyGroup>
8-
9-
<PropertyGroup>
10-
<RepositoryUrl>https://github.com/dotnetcore/BootstrapBlazor.git</RepositoryUrl>
11-
<PackageProjectUrl>https://www.blazor.zone</PackageProjectUrl>
12-
<RepositoryType>github</RepositoryType>
13-
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
146
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
157
</PropertyGroup>
168

0 commit comments

Comments
 (0)