Skip to content

Commit

Permalink
Pull request #263: RUM-20843 Updating main to 3.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheHighriser authored and openkitdt committed Aug 2, 2024
1 parent 151e9c7 commit 3471bf2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyOriginatorKeyFile>../../keys/Dynatrace.OpenKit.NET.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<PackageVersion>3.3.0.0</PackageVersion>
<PackageVersion>3.4.0.0-SNAPSHOT</PackageVersion>
<Title>OpenKit .NET</Title>
<Authors>Dynatrace LLC</Authors>
<Company>Dynatrace LLC</Company>
Expand Down
4 changes: 2 additions & 2 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion src/Dynatrace.OpenKit/Dynatrace.OpenKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IsPackable>false</IsPackable>
<!-- set the package id, otherwise it's equal to the AssemblyName -->
<PackageId>Dynatrace.OpenKit.NET</PackageId>
<Version>3.3.0</Version>
<Version>3.4.0</Version>
</PropertyGroup>

<!-- generate full debug information when coverage is built -->
Expand Down
2 changes: 1 addition & 1 deletion src/Dynatrace.OpenKit/Protocol/ProtocolConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 3471bf2

Please sign in to comment.