Skip to content

Commit 4278734

Browse files
authored
Merge pull request #227 from gui-cs/release/v2.4.1
Release v2.4.1
2 parents ae9ce4e + 91c65d2 commit 4278734

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
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>

0 commit comments

Comments
 (0)