Skip to content

Commit

Permalink
Pull request #247: RUM-10675 Release Version dotnet
Browse files Browse the repository at this point in the history
Merge in OP/openkit-dotnet from feature/RUM-10675-releasing-openkit-net to main

* commit '68b1c35b60802427b9e2ce1f4b9503e2efacedf2':
  RUM-10675 Removing Mistake
  RUM-10675 Release Version dotnet

GitOrigin-RevId: 3f55a82dbfe5de12ebe4454b0025246a6f1472c2
  • Loading branch information
TheHighriser authored and openkitdt committed Jun 5, 2023
1 parent 7dd1bae commit 7fc151b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenKit .NET Changelog

## [Unreleased](https://github.com/Dynatrace/openkit-dotnet/compare/v3.0.0...HEAD)
## [Unreleased](https://github.com/Dynatrace/openkit-dotnet/compare/v3.1.0...HEAD)

## 3.1.0 [Release date: 2023-06-05]
[GitHub Releases](https://github.com/Dynatrace/openkit-dotnet/releases/tag/v3.1.0)

### Added
- Support for .NET 7.0
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<AssemblyOriginatorKeyFile>../../keys/Dynatrace.OpenKit.NET.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<PackageVersion>3.1.0.0-SNAPSHOT</PackageVersion>
<PackageVersion>3.1.0.0</PackageVersion>
<Title>OpenKit .NET</Title>
<Authors>Dynatrace LLC</Authors>
<Company>Dynatrace LLC</Company>
<Description>Dynatrace OpenKit SDK for .NET</Description>
<Copyright>(c) 2016-2022 Dynatrace LLC</Copyright>
<Copyright>(c) 2016-2023 Dynatrace LLC</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageIconUrl>https://assets.dynatrace.com/global/resources/Signet_Logo_RGB_CP_512x512px.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/Dynatrace/openkit-dotnet</PackageProjectUrl>
Expand Down
3 changes: 2 additions & 1 deletion docs/supported_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ Example: Version `1.4.5` supersedes `1.4.4` and therefore only `1.4.5` will be m
## Active maintenance
| Version | Bug fixes | Security fixes | Remarks |
|---------|:------------------:|:------------------:|------------------|
| 3.1.x | :heavy_check_mark: | :heavy_check_mark: | |
| 3.0.x | :heavy_check_mark: | :heavy_check_mark: | |
| 2.2.X | :heavy_check_mark: | :heavy_check_mark: | |
| 2.1.X | :x: | :x: | Upgrade to 2.2.X |
| 2.0.X | :x: | :x: | Upgrade to 2.2.X |
| 1.4.X | :x: | :x: | Upgrade to 2.2.X | |
| 1.4.X | :x: | :x: | Upgrade to 2.2.X |
| 1.3.X | :x: | :x: | Upgrade to 2.2.X |
| 1.2.X | :x: | :x: | Upgrade to 2.2.X |
| 1.1.X | :x: | :x: | Upgrade to 2.2.X |
Expand Down
4 changes: 4 additions & 0 deletions docs/upgrade_guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upgrade guide for OpenKit .NET

## OpenKit .NET 3.0 to 3.1
There are no breaking API changes and upgrading is straightforward, by [updating][update] the library
to the latest 3.1 release.

## OpenKit .NET 2.2 to 3.0
Appmon has been removed from OpenKit .NET. If you don't want to replace your AppMon related code, stay on the latest 2.2.x release.
### Removed API
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.257.30100";
public const string OpenKitVersion = "8.267.30100";
public const int ProtocolVersion = 3;
public const int PlatformTypeOpenKit = 1;
public const string AgentTechnologyType = "okdotnet";
Expand Down

0 comments on commit 7fc151b

Please sign in to comment.