Skip to content

Commit

Permalink
Merge pull request #279 from BUTR/dev
Browse files Browse the repository at this point in the history
v2.9.0
  • Loading branch information
Aragas authored Jan 8, 2024
2 parents d95dd9d + 810e539 commit 84b8b14
Show file tree
Hide file tree
Showing 137 changed files with 4,042 additions and 4,999 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- 'src/Bannerlord.UIExtenderEx/**.cs'
- 'docs/**'
- 'README.md'
workflow_dispatch:

env:
# Disable the .NET logo in the console output.
Expand All @@ -27,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: DocFX Setup
uses: butr/actions-docfx-setup@v3
uses: butr/actions-docfx-setup@v4
with:
github-token: ${{secrets.GITHUB_TOKEN}}

Expand All @@ -40,8 +41,7 @@ jobs:
Copy-Item "README.md" -Destination "docs/index.md";
New-Item -Type dir "docs/images";
Copy-Item "resources/BUTR48.svg" -Destination "docs/images/BUTR48.svg";
docfx metadata docs/docfx.json;
docfx build docs/docfx.json;
docfx docs/docfx.json;
shell: pwsh

- name: Deploy DocFX
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
steam-login: ${{secrets.STEAM_LOGIN}}
steam-password: ${{secrets.STEAM_PASSWORD}}
stable-version: ${{secrets.SYNCED_GAME_STABLE_VERSION}}
stable-version: ${{vars.GAME_VERSION_STABLE}}

- name: Test
run: >-
Expand All @@ -51,7 +51,7 @@ jobs:
dotnet test tests/Bannerlord.UIExtenderEx.Tests/Bannerlord.UIExtenderEx.Tests.csproj --configuration Debug -p:GameVersion=$game_version -p:GameFolder="$PWD/bannerlord";
dotnet test tests/Bannerlord.UIExtenderEx.Tests/Bannerlord.UIExtenderEx.Tests.csproj --configuration Release -p:GameVersion=$game_version -p:GameFolder="$PWD/bannerlord";
env:
STABLE_VERSION: ${{secrets.SYNCED_GAME_STABLE_VERSION}}
STABLE_VERSION: ${{vars.GAME_VERSION_STABLE}}
shell: pwsh

- name: Test Coverage
Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Development Variables-->
<PropertyGroup>
<!--Module Version-->
<Version>2.8.1</Version>
<Version>2.9.0</Version>
<!--Harmony Version-->
<HarmonyVersion>2.2.2</HarmonyVersion>
<HarmonyExtensionsVersion>3.2.0.77</HarmonyExtensionsVersion>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------------------------------
Version: 2.9.0
Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,v1.1.1,v1.1.2,v1.1.3,v1.1.4,v1.1.5,v1.1.6,v1.2.8
* Added the ability to disable specific Prefabs and Mixins, also to deregister a mods UIExtender
---------------------------------------------------------------------------------------------------
Version: 2.8.1
Game Versions: v1.0.0,v1.0.1,v1.0.2,v1.0.3,v1.1.0,v1.1.1,v1.1.2,v1.1.3,v1.1.4,v1.1.5,v1.1.6,v1.2.8
* Added UpdateInfo
Expand Down
17 changes: 0 additions & 17 deletions docs/_template/dark-theme/partials/affix.tmpl.partial

This file was deleted.

100 changes: 0 additions & 100 deletions docs/_template/dark-theme/partials/class.header.tmpl.partial

This file was deleted.

210 changes: 0 additions & 210 deletions docs/_template/dark-theme/partials/class.tmpl.partial

This file was deleted.

Loading

0 comments on commit 84b8b14

Please sign in to comment.