Conversation
- 修复问题: 移除 IDE 自动生成的无效配置文件引用 * 删除 SuntionCore.SPTExtensions.csproj 中 `SuntionCore.SPTExtensions.user` 和 `SuntionCore.csproj.user` 的 `<Content>` 导入 * 清理 SuntionCore.csproj 中 `SuntionCore.csproj.user` 的重复 `<Content>` 导入
- 新增功能: 为核心库模块添加 NuGet 包元数据 * SuntionCore.csproj 新增 PackageId, Authors 和 Company 属性 * SuntionCore.SPTExtensions.csproj 新增 PackageId, Authors 和 Company 属性
Refactor GitHub Actions workflow for building and publishing NuGet packages. Consolidate jobs and update steps for improved clarity and functionality. use `nuget-org/trusted-publishing`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更详情
fix(project): 清理 Rider 自动添加的冗余 .user 文件配置
.user文件,并可能将其以<Content>形式误加入项目文件中。SuntionCore.SPTExtensions.csproj中移除SuntionCore.SPTExtensions.user与SuntionCore.csproj.user的<Content>引用SuntionCore.csproj中重复的SuntionCore.csproj.user导入build(core): 配置项目元数据以支持 NuGet 打包
SuntionCore.csproj:新增PackageId、Authors、Company属性SuntionCore.SPTExtensions.csproj:新增PackageId、Authors、Company属性refactor(publish): 重构 NuGet 发布的 GitHub Actions 工作流
nuget-org/trusted-publishing机制,增强发布安全性