From 3471bf2a0c8b9eab34dfda5bd418fc8299f8acde Mon Sep 17 00:00:00 2001 From: "Hochrieser, Matthias" Date: Fri, 2 Aug 2024 10:38:58 +0200 Subject: [PATCH] Pull request #263: RUM-20843 Updating main to 3.4.0 Merge in OP/openkit-dotnet from feature/RUM-20843-updating-main-dotnet to main * commit '1e317ef6753e8bbe35184fb3e2b45e35e13944b0': RUM-20843 Updating main to 3.4.0 GitOrigin-RevId: 2ad4b2af70facce7b2c446cf58a9ee1e3ad3900c --- Directory.Build.props | 2 +- docs/example.md | 4 ++-- src/Dynatrace.OpenKit/Dynatrace.OpenKit.csproj | 2 +- src/Dynatrace.OpenKit/Protocol/ProtocolConstants.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fd33db2..a554dcc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ ../../keys/Dynatrace.OpenKit.NET.snk false true - 3.3.0.0 + 3.4.0.0-SNAPSHOT OpenKit .NET Dynatrace LLC Dynatrace LLC diff --git a/docs/example.md b/docs/example.md index 70de37e..f2c6061 100644 --- a/docs/example.md +++ b/docs/example.md @@ -43,8 +43,8 @@ customize OpenKit. This includes device specific information like operating syst | Method Name | Description | Default Value | | ------------- | ------------- | ---------- | -| `WithApplicationVersion` | sets the application version | `"3.3.0"` | -| `WithOperatingSystem` | sets the operating system name | `"OpenKit 3.3.0"` | +| `WithApplicationVersion` | sets the application version | `"3.4.0"` | +| `WithOperatingSystem` | sets the operating system name | `"OpenKit 3.4.0"` | | `WithManufacturer` | sets the manufacturer | `"Dynatrace"` | | `WithModelId` | sets the model id | `"OpenKitDevice"` | | `WithBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 45 min | diff --git a/src/Dynatrace.OpenKit/Dynatrace.OpenKit.csproj b/src/Dynatrace.OpenKit/Dynatrace.OpenKit.csproj index f83ec99..9337f47 100644 --- a/src/Dynatrace.OpenKit/Dynatrace.OpenKit.csproj +++ b/src/Dynatrace.OpenKit/Dynatrace.OpenKit.csproj @@ -18,7 +18,7 @@ false Dynatrace.OpenKit.NET - 3.3.0 + 3.4.0 diff --git a/src/Dynatrace.OpenKit/Protocol/ProtocolConstants.cs b/src/Dynatrace.OpenKit/Protocol/ProtocolConstants.cs index eedaa6d..817ca8d 100644 --- a/src/Dynatrace.OpenKit/Protocol/ProtocolConstants.cs +++ b/src/Dynatrace.OpenKit/Protocol/ProtocolConstants.cs @@ -19,7 +19,7 @@ namespace Dynatrace.OpenKit.Protocol public static class ProtocolConstants { // version constants - public const string OpenKitVersion = "8.297.30300"; + public const string OpenKitVersion = "8.297.30400"; public const int ProtocolVersion = 3; public const int PlatformTypeOpenKit = 1; public const string AgentTechnologyType = "okdotnet";