Skip to content

Commit 1de4d90

Browse files
committed
重构(solution): 删除解决方案及相关脚本
删除 `CodeRegion.sln` 文件中的所有内容,包括解决方案的项目配置、全局配置和扩展性全局变量等。 删除 `build-check.ps1` 文件中的所有内容,该文件原本用于本地构建验证,包含检查 .NET 环境、清理构建、还原依赖项、构建项目、运行测试、打包 NuGet 包等功能。 删除 `release.ps1` 文件中的所有内容,该文件原本用于发布版本,包含验证版本号格式、检查未提交更改、更新版本号、提交更改、创建并推送 Git 标签等功能。 这些更改可能表明项目的构建、发布和解决方案管理流程发生了重大调整,或者这些文件已不再需要。
1 parent a438b28 commit 1de4d90

File tree

4 files changed

+1
-243
lines changed

4 files changed

+1
-243
lines changed

CodeRegion.sln

Lines changed: 0 additions & 51 deletions
This file was deleted.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.0.1</Version>
3+
<Version>1.0.2</Version>
44
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<LangVersion>preview</LangVersion>

scripts/build-check.ps1

Lines changed: 0 additions & 119 deletions
This file was deleted.

scripts/release.ps1

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)