Release 2.5.0.0
This commit is contained in:
@@ -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")]
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user