Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
DJGosnell committed Nov 29, 2023
1 parent ee202f8 commit 777b259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/DtronixCommon/DtronixCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net5.0;net6.0;net8.0;</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Version>0.8.0.0</Version>
<Version>0.9.0.0</Version>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<Company>Dtronix</Company>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
namespace DtronixCommonBenchmarks.Collections.Trees;

[MemoryDiagnoser]
[Config(typeof(FastConfig))]
public class QuadTreeBenchmarks
{

Expand Down

0 comments on commit 777b259

Please sign in to comment.