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.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Override per-build via -p:TerminalGuiVersion=<x>; use -p:UseLocalTerminalGui=true
to build against the ../Terminal.Gui enlistment instead (see Directory.Build.targets).
-->
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.18-develop.5</TerminalGuiVersion>
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.18-develop.31</TerminalGuiVersion>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Land compatibility fixes with the dependency bump

Do not land this pin by itself: the bump-terminal-gui.yml red path created this change only after its Release build and configured test suites failed, and the commit message explicitly records that source changes are required for 2.4.18-develop.31. Because every Terminal.Gui-consuming project resolves this property, merging it unchanged makes the repository consume a dependency already known to break validation; include the compatibility fixes and passing tests or retain 2.4.18-develop.5. CLAUDE.mdL25-L25

Useful? React with 👍 / 👎.

</PropertyGroup>

<ItemGroup>
Expand Down
Loading