From 1f990af810eb05088ea3b2a73bbd7a628de76e91 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Wed, 20 Dec 2023 12:44:51 +0100 Subject: [PATCH] chore: bump SDK to 1.7.0 --- README.md | 2 +- .../Dynatrace.OpenTelemetry.Exporter.Metrics.Tests.csproj | 2 +- src/Examples.Console/Examples.Console.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b0f838..231997d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ It should be compatible with applications targeting OpenTelemetry .NET SDK versi ### Getting started -The general setup of OpenTelemetry .NET is explained in the official [Getting Started Guide](https://github.com/open-telemetry/opentelemetry-dotnet/blob/core-1.6.0/docs/metrics/getting-started-console/README.md). +The general setup of OpenTelemetry .NET is explained in the official [Getting Started Guide](https://github.com/open-telemetry/opentelemetry-dotnet/blob/core-1.7.0/docs/metrics/getting-started-console/README.md). To add the exporter to your project, install the [Dynatrace.OpenTelemetry.Exporter.Metrics](https://www.nuget.org/packages/Dynatrace.OpenTelemetry.Exporter.Metrics) package to your project. This can be done through the NuGet package manager in Visual Studio or by running the following command in your project folder: diff --git a/src/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests.csproj b/src/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests.csproj index f3bf607..651a770 100644 --- a/src/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests.csproj +++ b/src/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests/Dynatrace.OpenTelemetry.Exporter.Metrics.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Examples.Console/Examples.Console.csproj b/src/Examples.Console/Examples.Console.csproj index beaa9db..b55598c 100644 --- a/src/Examples.Console/Examples.Console.csproj +++ b/src/Examples.Console/Examples.Console.csproj @@ -7,7 +7,7 @@ - +