Release 1.9.4.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<Authors>Asriel Camora</Authors>
|
||||
<Version>1.9.3.0</Version>
|
||||
<Version>1.9.4.0</Version>
|
||||
<PackageProjectUrl>https://github.com/WorkingRobot/craftimizer.git</PackageProjectUrl>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -518,7 +518,7 @@ public sealed unsafe class SynthHelper : Window, IDisposable
|
||||
|
||||
private void CalculateBestMacroTask(SimulationState state, CancellationToken token)
|
||||
{
|
||||
var config = Service.Configuration.SimulatorSolverConfig;
|
||||
var config = Service.Configuration.SynthHelperSolverConfig;
|
||||
|
||||
token.ThrowIfCancellationRequested();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user