v2.3.7
约 330 字大约 1 分钟
2026-05-23
日期:2026-05-23 类型:CI/CD / MSBuild
[v2.3.7] - 2026-05-23
Added / Changed
- MSBuild / NuGet: Created a global
Directory.Build.propsconfiguration at the repository root to automatically inject authors, email, website url metadata, and the rootREADME.mdfile as the official NuGet Package README into all packaged library assemblies when executingdotnet pack. - Project Configuration: Added
<IsPackable>false</IsPackable>toUniCon.WebServer.csprojto prevent executable servers from being incorrectly packaged as NuGet libraries.
Key Changes
- Created
Directory.Build.propswith metadata fields (entity-now,entity_now@qq.com,https://unicon.rdr2.cn). - Configured MSBuild to embed the root
README.mdin every generated.nupkgpackage. - Disabled packaging for the web service host.
------details-----
🔍 Task Details
📌 Current Task Board: 配置 NuGet 打包属性与 README 支持
🎯 最终目标
- 在所有打包的 NuGet 类库项目中,自动注入指定的作者、邮箱、官网元数据,并集成项目主
README.md作为 NuGet 展示首页。
📂 涉及文件 (Strictly Locked)
📝 Steps
------details end------
