File tree Expand file tree Collapse file tree
Source/HedgeModManager.UI Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments