Skip to content

Commit 1912beb

Browse files
committed
version bump 1.6.1 redux
1 parent 0d92385 commit 1912beb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euxo pipefail
33

44
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
5-
VERSION=1.6.0
5+
VERSION=1.6.1
66

77
mkdir -p $DIR/../deploy/linux
88
cp $DIR/../integrations.json $DIR/../src/Datadog.Trace.ClrProfiler.Native/bin/Debug/x64/

reproductions/AutomapperTest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM mcr.microsoft.com/dotnet/core/runtime:2.1-stretch-slim AS base
2-
ARG TRACER_VERSION=1.6.0
2+
ARG TRACER_VERSION=1.6.1
33
RUN mkdir -p /opt/datadog
44
RUN mkdir -p /var/log/datadog
55
RUN curl -L https://github.com/DataDog/dd-trace-dotnet/releases/download/v$TRACER_VERSION/datadog-dotnet-apm-$TRACER_VERSION.tar.gz | tar xzf - -C /opt/datadog

src/Datadog.Trace.ClrProfiler.Native/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required (VERSION 3.8)
22
cmake_policy(SET CMP0015 NEW)
33

4-
project("Datadog.Trace.ClrProfiler.Native" VERSION 1.6.0)
4+
project("Datadog.Trace.ClrProfiler.Native" VERSION 1.6.1)
55

66
add_compile_options(-std=c++11 -fPIC -fms-extensions)
77
add_compile_options(-DBIT64 -DPAL_STDCPP_COMPAT -DPLATFORM_UNIX -DUNICODE)

0 commit comments

Comments
 (0)