!804 chore: update license & website link

Merge pull request !804 from Argo/dev-chore
This commit is contained in:
Argo 2020-12-25 10:09:47 +08:00
parent e5e0c38077
commit cd0b1ad874

View File

@ -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>