Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LiveSplit.AutoSplitIntegration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>LiveSplit</RootNamespace>
<AssemblyName>LiveSplit.AutoSplitIntegration</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
Expand Down
2 changes: 1 addition & 1 deletion UI/Components/AutoSplitIntegrationComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void LoadAutoSplitSettings()
{
if (!string.IsNullOrEmpty(SettingsPath) && File.Exists(SettingsPath))
{
AutoSplit.Send("settings|" + SettingsPath);
AutoSplit?.Send("settings|" + SettingsPath);
}
}

Expand Down
Binary file modified update/Components/LiveSplit.AutoSplitIntegration.dll
Binary file not shown.
10 changes: 9 additions & 1 deletion update/Components/update.LiveSplit.AutoSplitIntegration.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<updates>
<update version="1.8.3">
<files>
<file path="Components/LiveSplit.AutoSplitIntegration.dll" status="changed" />
</files>
<changelog>
<change>Fixed an unhandled null reference exception when trying to set a settings path without starting AutoSplit program first.</change>
</changelog>
</update>
<update version="1.8.2">
<files>
<file path="Components/LiveSplit.AutoSplitIntegration.dll" status="changed" />
Expand All @@ -16,4 +24,4 @@
<change>Fixes AutoSplit not being opened correctly.</change>
</changelog>
</update>
</updates>
</updates>