Skip to content

Commit 8ac1a58

Browse files
authored
Merge pull request #253 from gui-cs/release/v2.5.4
Release v2.5.4
2 parents c2cb591 + 13fcd83 commit 8ac1a58

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ jobs:
5353

5454
- name: Run GitVersion
5555
id: gitversion
56+
# GitVersion.yml at the repo root is picked up automatically.
5657
uses: gittools/actions/gitversion/execute@v4.5.0
57-
with:
58-
useConfigFile: true
5958

6059
- name: Require a stable Terminal.Gui pin for stable releases
6160
if: github.event.inputs.release_type == 'stable'

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ jobs:
4444
- name: Run GitVersion
4545
if: github.ref_type != 'tag'
4646
id: gitversion
47+
# GitVersion.yml at the repo root is picked up automatically.
4748
uses: gittools/actions/gitversion/execute@v4.5.0
48-
with:
49-
useConfigFile: true
5049

5150
- name: Compute version
5251
id: v

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
Override per-build via -p:TerminalGuiVersion=<x>; use -p:UseLocalTerminalGui=true
3737
to build against the ../Terminal.Gui enlistment instead (see Directory.Build.targets).
3838
-->
39-
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.6</TerminalGuiVersion>
39+
<TerminalGuiVersion Condition="'$(TerminalGuiVersion)' == ''">2.4.8</TerminalGuiVersion>
4040
</PropertyGroup>
4141

4242
<ItemGroup>

0 commit comments

Comments
 (0)