Skip to content

Commit

Permalink
prepare for 1.5.94.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ThyWoof committed Oct 19, 2023
1 parent fd9cb5f commit 906afdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion SolastaUnfinishedBusiness/ChangelogHistory.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
1.5.94.27:
1.5.94.28:

- added initial gamepad support on extended Load / Save menus
- fixed a bad refactoring that inverted a sign and unleashed hell on game behaviors
- fixed stunning strike getting offered on range even if not a Distant Hand at 11th

1.5.94.27:

- fixed an issue introduced on v25 allowing infinite attacks under certain scenarios
- fixed an issue introduced on v25 locking game when casting under certain scenarios
Expand Down
2 changes: 1 addition & 1 deletion SolastaUnfinishedBusiness/Info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Id": "SolastaUnfinishedBusiness",
"DisplayName": "Unfinished Business [UB1]",
"Version": "1.5.94.27",
"Version": "1.5.94.28",
"GameVersion": "1.5.94",
"ManagerVersion": "0.24.0",
"AssemblyName": "SolastaUnfinishedBusiness.dll",
Expand Down
2 changes: 1 addition & 1 deletion SolastaUnfinishedBusiness/SolastaUnfinishedBusiness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<LangVersion>10</LangVersion>
<TargetFramework>net472</TargetFramework>
<AssemblyVersion>1.5.94.27</AssemblyVersion>
<AssemblyVersion>1.5.94.28</AssemblyVersion>
<RepositoryUrl>https://github.com/SolastaMods/SolastaUnfinishedBusiness</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Configurations>Debug Install;Release Install</Configurations>
Expand Down

0 comments on commit 906afdc

Please sign in to comment.