chore: 插件生态的 Avalonia 版本锁升到 12.1.3 - #27
Merged
Merged
Conversation
宿主已把 Avalonia 升到 12.1.3,而本仓库是这个版本锁的唯一权威:宿主的 VerifyAvaloniaMatchesSdk 读包里导出的 $(VelaSdkPinnedAvaloniaVersion) 核对, 不一致就报 VELA1000,宿主现在因此编译不过。 按 AGENTS.md 的要求在同一个提交里改齐三处: - Directory.Build.props 的 VelaAvaloniaVersion(权威值); - VelaShell.PluginSdk.Build.csproj 上 Avalonia 的精确区间 [12.1.3]; - build/VelaShell.PluginSdk.Build.props 里 VelaAvaloniaVersion 的默认值。 SDK 版本号未改,需要发一版 SDK 后宿主才能抬上去。
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.
主要改动
插件生态的 Avalonia 版本锁从 12.1.2 升到 12.1.3,与宿主保持一致。
宿主(joesdu/VelaShell#492)已把 Avalonia 升到 12.1.3,而本仓库是这个版本锁的唯一权威:宿主的
VerifyAvaloniaMatchesSdk读包里导出的$(VelaSdkPinnedAvaloniaVersion)核对,现在报VELA1000,宿主编译不过。按 AGENTS.md 在同一个提交里改齐三处:
Directory.Build.props的VelaAvaloniaVersion(权威值)VelaShell.PluginSdk.Build.csproj上 Avalonia 的精确区间[12.1.3]build/VelaShell.PluginSdk.Build.props里VelaAvaloniaVersion的默认值SDK 版本号未改。 合并后需要发一版 SDK;发布后把宿主
src/Directory.Packages.props与tests/Directory.Packages.props里的VelaShell.PluginSdk/VelaShell.PluginSdk.Testing抬上去(tests/里的Avalonia也从 12.1.2 抬到 12.1.3)。本地已验证:构建通过,
VelaShell.PluginSdk.Tests50/50 通过;打包与端到端冒烟由本 PR 的 CI 跑。文档
涉及文档修改:VelaShellLabs/velashell-docs#52 —— 插件开发指南(zh/en)与 SDK 发版流程里的版本锁示例。与本 PR 一起合。