Release 1.9.4.0

This commit is contained in:
Asriel Camora
2023-11-15 04:17:41 -08:00
parent bce114d731
commit 0de5697428
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<Authors>Asriel Camora</Authors> <Authors>Asriel Camora</Authors>
<Version>1.9.3.0</Version> <Version>1.9.4.0</Version>
<PackageProjectUrl>https://github.com/WorkingRobot/craftimizer.git</PackageProjectUrl> <PackageProjectUrl>https://github.com/WorkingRobot/craftimizer.git</PackageProjectUrl>
<Configurations>Debug;Release</Configurations> <Configurations>Debug;Release</Configurations>
</PropertyGroup> </PropertyGroup>
+1 -1
View File
@@ -518,7 +518,7 @@ public sealed unsafe class SynthHelper : Window, IDisposable
private void CalculateBestMacroTask(SimulationState state, CancellationToken token) private void CalculateBestMacroTask(SimulationState state, CancellationToken token)
{ {
var config = Service.Configuration.SimulatorSolverConfig; var config = Service.Configuration.SynthHelperSolverConfig;
token.ThrowIfCancellationRequested(); token.ThrowIfCancellationRequested();