chorm: 构建0.4.0 yi.abp.tool

This commit is contained in:
橙子
2024-06-02 17:46:36 +08:00
parent c55711c1eb
commit 565cd3da5c
3 changed files with 16 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ class Program
//args = ["-h"]; //args = ["-h"];
//args = []; //args = [];
//args = ["12312"]; //args = ["12312"];
//args = ["new", "Acme.Book","-t", "module", "-csf"]; args = ["new", "Acme.Book", "-t", "module", "-csf"];
//args = ["new", "Acme.Book", "-t", "module"]; //args = ["new", "Acme.Book", "-t", "module"];
#endif #endif
try try

View File

@@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Version>0.3.0</Version> <Version>0.4.0</Version>
<Authors>橙子老哥</Authors> <Authors>橙子老哥</Authors>
<Description>yi-framework框架配套工具</Description> <Description>yi-framework框架配套工具</Description>
<PackageProjectUrl>https://ccnetcore.com</PackageProjectUrl> <PackageProjectUrl>https://ccnetcore.com</PackageProjectUrl>
@@ -18,6 +18,14 @@
<PackageIcon>logo.png</PackageIcon> <PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile> <PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Remove="appsettings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="..\..\logo.png"> <None Include="..\..\logo.png">
<Pack>True</Pack> <Pack>True</Pack>
@@ -37,12 +45,14 @@
<ItemGroup> <ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="readme.md"> <None Update="readme.md">
<Pack>True</Pack> <Pack>True</Pack>
<PackagePath>\</PackagePath> <PackagePath>\</PackagePath>
</None> </None>
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="nupkg\" />
</ItemGroup>
</Project> </Project>

View File

@@ -1,3 +1,3 @@
{ {
"YiAbpToolUrl": "https://ccnetcore.com:19002" "YiAbpToolUrl": "http://ccnetcore.com:19002"
} }