Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/VelaShell.Plugin.Cli/VelaShell.Plugin.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VelaShell.PluginSdk" Version="2.0.2" />
<PackageReference Include="VelaShell.PluginSdk" Version="2.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
来自两份不同程序集。Dependabot 会把两处一起抬,手工改时别落下另一处。
这一条同时是下面 VerifyAvaloniaVersionPin 的**信息来源**:SDK 包的
buildTransitive props 会把权威 Avalonia 版本导出成 $(VelaSdkPinnedAvaloniaVersion)。 -->
<PackageReference Include="VelaShell.PluginSdk" Version="2.0.2" ExcludeAssets="runtime" PrivateAssets="none">
<PackageReference Include="VelaShell.PluginSdk" Version="2.0.4" ExcludeAssets="runtime" PrivateAssets="none">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<!-- 打包器(vela-plugin)随本包分发到 tools/:插件工程无需安装任何全局工具即可出包。
Expand Down