Skip to content

fix(updater): downgrade Markdig to 0.18.3 and fix version parsing#474

Merged
wbonbon merged 1 commit into
anoyetta:masterfrom
wbonbon:master
Mar 8, 2026
Merged

fix(updater): downgrade Markdig to 0.18.3 and fix version parsing#474
wbonbon merged 1 commit into
anoyetta:masterfrom
wbonbon:master

Conversation

@wbonbon

@wbonbon wbonbon commented Mar 8, 2026

Copy link
Copy Markdown
Collaborator
  • Downgraded Markdig.Signed from 0.44.0 to 0.18.3 to avoid MissingMethodException conflicts with other ACT plugins like Cactbot/OverlayPlugin in the shared AppDomain.
  • Reverted the reflection-based ToHtml method call back to a direct invocation since 0.18.3 is compatible.
  • Fixed an issue where a 4-segment Hojoring assembly version (e.g. 11.0.0.1) was parsed incorrectly by truncating it back to a 3-segment string (11.0.1) so it properly matches GitHub release tags.

- Downgraded Markdig.Signed from 0.44.0 to 0.18.3 to avoid MissingMethodException conflicts with other ACT plugins like Cactbot/OverlayPlugin in the shared AppDomain.
- Reverted the reflection-based ToHtml method call back to a direct invocation since 0.18.3 is compatible.
- Fixed an issue where a 4-segment Hojoring assembly version (e.g. 11.0.0.1) was parsed incorrectly by truncating it back to a 3-segment string (11.0.1) so it properly matches GitHub release tags.
@wbonbon wbonbon merged commit 532e42e into anoyetta:master Mar 8, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant