Skip to content

Commit 777b259

Browse files
committed
Version bump.
1 parent ee202f8 commit 777b259

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/DtronixCommon/DtronixCommon.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net5.0;net6.0;net8.0;</TargetFrameworks>
44
<ImplicitUsings>enable</ImplicitUsings>
5-
<Version>0.8.0.0</Version>
5+
<Version>0.9.0.0</Version>
66
<Nullable>enable</Nullable>
77
<LangVersion>10</LangVersion>
88
<Company>Dtronix</Company>

src/DtronixCommonBenchmarks/Collections/Trees/QuadTreeBenchmarks.cs

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
namespace DtronixCommonBenchmarks.Collections.Trees;
77

88
[MemoryDiagnoser]
9-
[Config(typeof(FastConfig))]
109
public class QuadTreeBenchmarks
1110
{
1211

0 commit comments

Comments
 (0)