Release 2.5.0.0

This commit is contained in:
Asriel Camora
2024-07-28 20:00:32 -07:00
parent 8ca53080c3
commit 10bb95d9d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ public partial class Configuration
internal List<Macro> macros { get; private set; } = [];
[JsonIgnore]
public IReadOnlyList<Macro> Macros => macros;
public int ReliabilitySimulationCount { get; set; } = 500;
public int ReliabilitySimulationCount { get; set; } = 1000;
public bool ConditionRandomness { get; set; } = true;
[JsonPropertyName("SimulatorSolverConfig")]
+1 -1
View File
@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Asriel Camora</Authors>
<Version>2.4.9.3</Version>
<Version>2.5.0.0</Version>
<PackageProjectUrl>https://github.com/WorkingRobot/Craftimizer.git</PackageProjectUrl>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>