Skip to content

Commit

Permalink
define DEBUG - Version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjebrahimi committed Jan 21, 2024
1 parent cae19c6 commit c262b21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/BenchmarkDotNet/BenchmarkAutoRunner.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using BenchmarkDotNet.Configs;
// Do not remove this, it is needed to retain calls to conditional methods in release builds
#define DEBUG

using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Reports;
using BenchmarkDotNet.Running;
using BenchmarkDotNetVisualizer.Utilities;
Expand Down
6 changes: 3 additions & 3 deletions src/BenchmarkDotNetVisualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<PackageId>BenchmarkDotNetVisualizer</PackageId>
<Title>BenchmarkDotNetVisualizer</Title>
<Product>BenchmarkDotNetVisualizer</Product>
<Version>1.0.1</Version>
<PackageVersion>1.0.1</PackageVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<Version>1.0.2</Version>
<PackageVersion>1.0.2</PackageVersion>
<AssemblyVersion>1.0.2</AssemblyVersion>
<Authors>Mohammad Javad Ebrahimi</Authors>
<Company>Mohammad Javad Ebrahimi</Company>
<Copyright>Copyright © Mohammad Javad Ebrahimi 2024</Copyright>
Expand Down

0 comments on commit c262b21

Please sign in to comment.