Skip to content

Commit

Permalink
Release 2.0.0.0 ᕙ(⇀‸↼‶)ᕗ
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingRobot committed Nov 24, 2023
1 parent 1fe8db7 commit 81d6509
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Craftimizer/Craftimizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Authors>Asriel Camora</Authors>
<Version>1.9.5.0</Version>
<Version>2.0.0.0</Version>
<PackageProjectUrl>https://github.com/WorkingRobot/craftimizer.git</PackageProjectUrl>
<Configurations>Debug;Release</Configurations>
</PropertyGroup>
Expand Down
11 changes: 8 additions & 3 deletions Craftimizer/Craftimizer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Author": "Asriel",
"Name": "Craftimizer",
"Punchline": "Simulate crafts and create computer-assisted macros from the comfort of your own game",
"Description": "Allows you to generate macros and simulate all sorts of crafts without having to open another app. Open your crafting log to get started.",
"Punchline": "Simulate crafts, create computer-assisted macros, and get mid-craft suggestions from the comfort of your own game!",
"Description": "Allows you to generate macros and simulate all sorts of crafts without having to open another app. Open your crafting log to get started!",
"RepoUrl": "https://github.com/WorkingRobot/craftimizer",
"InternalName": "Craftimizer",
"ApplicableVersion": "any",
Expand All @@ -21,5 +21,10 @@
"CategoryTags": [
"Jobs"
],
"IconUrl": "https://git.camora.dev/asriel/craftimizer/raw/branch/main/icon.png"
"IconUrl": "https://git.camora.dev/asriel/craftimizer/raw/branch/main/icon.png",
"ImageUrls": [
"https://git.camora.dev/asriel/craftimizer/raw/branch/main/Images/RecipeNote.png",
"https://git.camora.dev/asriel/craftimizer/raw/branch/main/Images/SynthHelper.png",
"https://git.camora.dev/asriel/craftimizer/raw/branch/main/Images/MacroEditor.png",
]
}
Binary file added Images/MacroEditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/RecipeNote.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/SynthHelper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit 81d6509

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 81d6509 Previous: a8c3f34 Ratio
Craftimizer.Benchmark.Bench.Solve(State: 666D67E2, Config: A869557F) 1478951073.3333333 ns (± 5298922.953564198)
Craftimizer.Benchmark.Bench.Solve(State: 666D67E2, Config: A869557F) 1112823680 ns (± 8810434.172875445)
Craftimizer.Benchmark.Bench.Solve(State: 86D35B3F, Config: A869557F) 1608348986.6666667 ns (± 7953136.48486887)
Craftimizer.Benchmark.Bench.Solve(State: 86D35B3F, Config: A869557F) 1125697373.3333333 ns (± 4620394.234488572)

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 81d6509 Previous: ff8636f Ratio
Craftimizer.Benchmark.Bench.Solve(State: 25DFC2A4, Config: C2FACFA0) 1583622180 ns (± 4544727.023108366)
Craftimizer.Benchmark.Bench.Solve(State: 25DFC2A4, Config: C2FACFA0) 1147106346.6666667 ns (± 7411752.512141653)
Craftimizer.Benchmark.Bench.Solve(State: 874312C3, Config: C2FACFA0) 1483711146.1538463 ns (± 4421262.158519778)
Craftimizer.Benchmark.Bench.Solve(State: 874312C3, Config: C2FACFA0) 1122911200 ns (± 4336723.572361619)

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.