Skip to content

Commit

Permalink
更新项目标签
Browse files Browse the repository at this point in the history
  • Loading branch information
zhontai committed Apr 17, 2022
1 parent 7d0bbb4 commit 000ee35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/pkg.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageProjectUrl>https://admin.zhontai.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/zhontai/Admin.Core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>ZhonTai Admin Api;WebApi;HttpApi;</PackageTags>
<PackageTags>ZhonTai AdminApi;WebApi;HttpApi;</PackageTags>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
</Project>
3 changes: 2 additions & 1 deletion src/platform/ZhonTai.ApiUI/ZhonTai.ApiUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
</PropertyGroup>

<PropertyGroup>
<Description>中台Api UI</Description>
<Description>中台Api UI库</Description>
<PackageTags>Api UI;Swagger UI;</PackageTags>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down
1 change: 1 addition & 0 deletions src/platform/ZhonTai.Common/ZhonTai.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>中台通用库</Description>
<PackageTags>Common;Utils;</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
1 change: 1 addition & 0 deletions src/platform/ZhonTai.DynamicApi/ZhonTai.DynamicApi.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>中台动态WebApi库</Description>
<PackageTags>DynamicApi;WebApi;</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 000ee35

Please sign in to comment.