1.更换软件协议为AGPL

2.切换项目名称为Hua.Todo
This commit is contained in:
ShaoHua
2026-04-06 22:06:30 +08:00
parent 40a91e39b6
commit 758f6772c6
147 changed files with 1203 additions and 644 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/src/TodoList.Host/TodoList.Host.csproj",
"${workspaceFolder}/src/Hua.Todo.Host/Hua.Todo.Host.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
@@ -19,7 +19,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/src/TodoList.Host/TodoList.Host.csproj",
"${workspaceFolder}/src/Hua.Todo.Host/Hua.Todo.Host.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary;ForceNoAlign"
],
@@ -33,7 +33,7 @@
"watch",
"run",
"--project",
"${workspaceFolder}/src/TodoList.Host/TodoList.Host.csproj"
"${workspaceFolder}/src/Hua.Todo.Host/Hua.Todo.Host.csproj"
],
"problemMatcher": "$msCompile"
}