chorm: 构建

This commit is contained in:
chenchun
2024-11-08 11:21:10 +08:00
parent 0c0ead26c0
commit e832921edf
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ class Program
// args = ["clear"];
//创建模块
args = ["new","oooo", "-t","module","-p","D:\\temp","-csf"];
//args = ["new","oooo", "-t","module","-p","D:\\temp","-csf"];
//查看模板列表
//args = ["new","list"];

View File

@@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<Authors>橙子老哥</Authors>
<Description>yi-framework框架配套工具</Description>
<PackageProjectUrl>https://ccnetcore.com</PackageProjectUrl>