Vendored LiveSplit reference assemblies
July 15, 2026 ยท View on GitHub
These are third-party build-time reference assemblies from LiveSplit, required to
compile this plugin. They are not redistributed with the plugin: at runtime the
LiveSplit host process provides them, so the project references them with
<Private>false</Private> (they are not copied into the build output).
| File | Purpose |
|---|---|
LiveSplit.exe | Host app assembly (LiveSplit.UI.Components, etc.) |
LiveSplit.Core.dll | Core model/timer types (LiveSplitState, etc.) |
UpdateManager.dll | Component auto-update interfaces |
Pinned version
Currently pinned to LiveSplit 1.8.37.
How to refresh
- Download the latest release zip from https://github.com/LiveSplit/LiveSplit/releases (e.g.
LiveSplit_x.y.z.zip). - Extract it and copy
LiveSplit.exe,LiveSplit.Core.dll, andUpdateManager.dllfrom the archive root into thislib/folder, overwriting the existing files. - Update the Pinned version above.
- Rebuild and commit.