mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-05 13:39:39 +08:00
!804 chore: update license & website link
Merge pull request !804 from Argo/dev-chore
This commit is contained in:
parent
e5e0c38077
commit
cd0b1ad874
@ -3,11 +3,12 @@
|
||||
<Import Project="..\Directory.Build.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<RepositoryUrl>https://gitee.com/LongbowEnterprise/BootstrapBlazor.git</RepositoryUrl>
|
||||
<RepositoryUrl>https://github.com/dotnetcore/BootstrapBlazor.git</RepositoryUrl>
|
||||
<PackageProjectUrl>https://argozhang.github.io</PackageProjectUrl>
|
||||
<PackageTags>Bootstrap Blazor WebAssembly wasm UI Components</PackageTags>
|
||||
<Description>Bootstrap UI components for Blazor and Razor Components</Description>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<RepositoryType>github</RepositoryType>
|
||||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
<Nullable>enable</Nullable>
|
||||
<DocumentationFile>$(MSBuildProjectName).xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user