File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ endif::[]
2323[[release-notes-1.x]]
2424=== .NET Agent version 1.x
2525
26+ [[release-notes-1.13.0]]
27+ ==== 1.13.0
28+
29+ [float]
30+ ===== Features
31+ - {pull}1498[#1498] OpenTelemetry Bridge - integration with `System.Diagnostics.Activity` - Beta (issue: {issue}1521[#1521])
32+
33+
2634[[release-notes-1.12.1]]
2735==== 1.12.1
2836
Original file line number Diff line number Diff line change 22 <!-- Src Directory Build Properties -->
33 <Import Project =" $([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44 <PropertyGroup >
5- <AssemblyVersion >1.12.1 </AssemblyVersion >
6- <InformationalVersion >1.12.1 </InformationalVersion >
7- <FileVersion >1.12.1 </FileVersion >
8- <VersionPrefix >1.12.1 </VersionPrefix >
5+ <AssemblyVersion >1.13.0 </AssemblyVersion >
6+ <InformationalVersion >1.13.0 </InformationalVersion >
7+ <FileVersion >1.13.0 </FileVersion >
8+ <VersionPrefix >1.13.0 </VersionPrefix >
99 <Authors >Elastic and contributors</Authors >
10- <Copyright >2021 Elasticsearch BV</Copyright >
10+ <Copyright >2022 Elasticsearch BV</Copyright >
1111 <PackageProjectUrl >https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl >
1212 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1313 <PackageLicenseFile >LICENSE</PackageLicenseFile >
Original file line number Diff line number Diff line change 11[package ]
22name = " elastic_apm_profiler"
3- version = " 1.12.1 -beta.1"
3+ version = " 1.13.0 -beta.1"
44edition = " 2018"
55authors = [" Elastic and Contributors" ]
66description = " Elastic APM .NET agent CLR profiler"
You can’t perform that action at this time.
0 commit comments