Skip to content

Commit 150aaf9

Browse files
tigCopilot
andcommitted
Bump TerminalGuiVersion to 2.4.0
Update pinned Terminal.Gui version from 2.2.1 to 2.4.0 to pick up the Bind/PlatformKeyBinding namespace fix (tui-cs/Terminal.Gui#5369). Also bump base Version to 2.4.1-develop. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1519a7a commit 150aaf9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
Stable releases are prepared with .github/workflows/prepare-release.yml,
2222
which opens a release PR. Merging that PR creates the v* tag.
2323
-->
24-
<Version>2.2.1-develop</Version>
24+
<Version>2.4.1-develop</Version>
2525
<PackageProjectUrl>https://github.com/gui-cs/Editor</PackageProjectUrl>
2626
<RepositoryUrl>https://github.com/gui-cs/Editor</RepositoryUrl>
2727
<RepositoryType>git</RepositoryType>
2828
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2929

3030
<!-- Pinned Terminal.Gui version. CI / release workflows can override via -p:TerminalGuiVersion=<x>. -->
31-
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.2.1</TerminalGuiVersion>
31+
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.0</TerminalGuiVersion>
3232
</PropertyGroup>
3333

3434
<ItemGroup>
3535
<None Include="$(MSBuildThisFileDirectory)LICENSE" Pack="true" PackagePath="" />
3636
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="true" PackagePath="" />
3737
</ItemGroup>
3838

39-
</Project>
39+
</Project>

0 commit comments

Comments
 (0)