Skip to content

Commit

Permalink
更新项目模板
Browse files Browse the repository at this point in the history
  • Loading branch information
zhontai committed Aug 16, 2024
1 parent e7080a8 commit 01793d7
Show file tree
Hide file tree
Showing 8 changed files with 222 additions and 13 deletions.
6 changes: 0 additions & 6 deletions src/platform/ZhonTai.Admin/ZhonTai.Admin.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

214 changes: 214 additions & 0 deletions src/platform/ZhonTai.ApiUI/ZhonTai.ApiUI.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>MyApp接口契约库</Description>
<Version>8.3.0</Version>
<Version>8.3.1</Version>
<OpenApiGenerateDocuments>false</OpenApiGenerateDocuments>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand All @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ZhonTai.Admin" Version="8.3.0">
<PackageReference Include="ZhonTai.Admin" Version="8.3.1">
<CopyToOutputDirectory>*\*\*.xml</CopyToOutputDirectory>
</PackageReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion templates/admin/content/src/MyApp.Api/MyApp.Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>MyApp接口库</Description>
<Version>8.3.0</Version>
<Version>8.3.1</Version>
<OpenApiGenerateDocuments>false</OpenApiGenerateDocuments>
<TargetFramework>net8.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
{
"name": "MyApp",
"code": "app",
"version": "v8.3.0",
"version": "v8.3.1",
"description": "MyApp"
}
////#if (!MicroService)
,
{
"name": "中台Admin",
"code": "admin",
"version": "v8.3.0",
"version": "v8.3.1",
"description": "权限管理"
}
////#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"userId": 161223411986501,
"orgId": 189097691009093,
"tenantType": 1,
"domain": null,
"dbKey": "masterdb",
"dbType": null,
"connectionString": "",
Expand Down
2 changes: 1 addition & 1 deletion templates/admin/content/src/MyApp.Host/MyApp.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</ItemGroup>
<!--#if (!NoApiUI) -->
<ItemGroup>
<PackageReference Include="ZhonTai.ApiUI" Version="8.3.0" />
<PackageReference Include="ZhonTai.ApiUI" Version="8.3.1" />
</ItemGroup>
<!--#endif -->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion templates/admin/templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>ZhonTai.Template</id>
<version>8.3.0</version>
<version>8.3.1</version>
<authors>xiao xue</authors>
<owners>zhon tai</owners>
<projectUrl>https://github.com/zhontai/Admin.Core</projectUrl>
Expand Down

0 comments on commit 01793d7

Please sign in to comment.