File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
profiler/src/ProfilerEngine/Datadog.Profiler.Native Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
8
- <PackageVersion >0.9.1 </PackageVersion >
9
- <AssemblyVersion >0.9.1 </AssemblyVersion >
10
- <FileVersion >0.9.1 </FileVersion >
8
+ <PackageVersion >0.9.2 </PackageVersion >
9
+ <AssemblyVersion >0.9.2 </AssemblyVersion >
10
+ <FileVersion >0.9.2 </FileVersion >
11
11
<LangVersion >10</LangVersion >
12
12
</PropertyGroup >
13
13
Original file line number Diff line number Diff line change 10
10
#include " httplib.h"
11
11
#include " url.hpp"
12
12
13
- #define PYROSCOPE_SPY_VERSION " 0.9.1 "
13
+ #define PYROSCOPE_SPY_VERSION " 0.9.2 "
14
14
15
15
class PyroscopePprofSink : public PProfExportSink
16
16
{
You can’t perform that action at this time.
0 commit comments