Skip to content

Commit 61004b1

Browse files
Version 8.0.0-beta2
1 parent f144033 commit 61004b1

3 files changed

Lines changed: 23 additions & 8 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
description: 'Version to build'
7+
description: 'Version'
88
required: true
9-
default: '8.0.0.0'
9+
default: '8.0.0.2'
10+
tag:
11+
description: 'Tag'
12+
required: true
13+
default: '8.0.0-beta2'
1014
prerelease:
1115
description: 'Prerelease'
1216
required: true
@@ -92,10 +96,10 @@ jobs:
9296
./release/*
9397
draft: true
9498
prerelease: ${{ github.event.inputs.prerelease }}
95-
name: Hedge Mod Manager ${{ github.event.inputs.version }}
96-
tag_name: ${{ github.event.inputs.version }}
99+
name: Hedge Mod Manager ${{ github.event.inputs.tag }}
100+
tag_name: ${{ github.event.inputs.tag }}
97101
body: |
98-
## Hedge Mod Manager (${{ github.event.inputs.version }})
102+
## Hedge Mod Manager (${{ github.event.inputs.tag }})
99103
- Added
100104
- Fixed
101105

Source/HedgeModManager.UI/HedgeModManager.UI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ApplicationManifest>app.manifest</ApplicationManifest>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
99
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
10-
<AssemblyVersion Condition="'$(AssemblyVersion)' == ''">8.0.0.1</AssemblyVersion>
11-
<FileVersion Condition="'$(FileVersion)' == ''">8.0.0.1</FileVersion>
10+
<AssemblyVersion Condition="'$(AssemblyVersion)' == ''">8.0.0.2</AssemblyVersion>
11+
<FileVersion Condition="'$(FileVersion)' == ''">8.0.0.2</FileVersion>
1212
</PropertyGroup>
1313
<PropertyGroup Label="Avalonia">
1414
<AvaloniaXamlReportImportance>Low</AvaloniaXamlReportImportance>

flatpak/hedgemodmanager.metainfo.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,18 @@
5151
</screenshots>
5252

5353
<releases>
54-
<release version="8.0.0 beta 1" date="2025-03-02">
54+
<release version="8.0.0-beta2" date="2025-03-04">
55+
<url type="details">https://github.com/hedge-dev/HedgeModManager/releases/tag/8.0.0-beta2</url>
56+
<description>
57+
<ul>
58+
<li>Fixed prefix patcher</li>
59+
<li>Fixed updater</li>
60+
<li>Fixed GameBanana downloader</li>
61+
<li>Fixed mod loader conflict issue</li>
62+
</ul>
63+
</description>
64+
</release>
65+
<release version="8.0.0-beta1" date="2025-03-02">
5566
<url type="details">https://github.com/hedge-dev/HedgeModManager/releases/tag/8.0.0-beta1</url>
5667
<description>
5768
<p>Initial release of v8.0.0 beta 1</p>

0 commit comments

Comments
 (0)