Skip to content

Commit b349632

Browse files
authored
Merge pull request #226 from gui-cs/tig/bump-tg-2.4.0
Bump TerminalGuiVersion to 2.4.0
2 parents 1519a7a + 150aaf9 commit b349632

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)