Skip to content
Open
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 Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2"/>
<PackageVersion Include="McMaster.Extensions.CommandLineUtils" Version="5.1.0"/>
<!-- Nuke.ProjectModel requires this floor under transitive pinning. -->
<PackageVersion Include="Microsoft.Build" Version="18.7.1"/>
<PackageVersion Include="Microsoft.Build" Version="18.8.2"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Bump QylVersion for this package-owned change

If 0.1.0-beta.9 has already been published from the release commit in this branch, this dependency bump creates another package-owned change without updating Version.props: .github/workflows/nuget-publish.yml diffs Directory.Packages.props in the publish gate, then rejects an existing tag/package for the same version when it belongs to a different commit. That means a push to main would try to republish immutable beta.9 packages and fail instead of releasing this update; bump QylVersion with the dependency change.

Useful? React with 👍 / 👎.

<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"/>
<PackageVersion Include="Valleysoft.DockerfileModel" Version="2.0.0"/>
<PackageVersion Include="YamlDotNet" Version="18.1.0"/>
Expand Down
Loading