File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
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.12.1]]
27+ ==== 1.12.1
28+
29+ [float]
30+ ===== Bug fixes
31+ - {pull}1564[#1564] Failed sending event error with missing span.context.destination.service.name required field on older APM Servers (issue: {issue}1563[#1563])
32+
33+
2634[[release-notes-1.12.0]]
2735==== 1.12.0
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.0 </AssemblyVersion >
6- <InformationalVersion >1.12.0 </InformationalVersion >
7- <FileVersion >1.12.0 </FileVersion >
8- <VersionPrefix >1.12.0 </VersionPrefix >
5+ <AssemblyVersion >1.12.1 </AssemblyVersion >
6+ <InformationalVersion >1.12.1 </InformationalVersion >
7+ <FileVersion >1.12.1 </FileVersion >
8+ <VersionPrefix >1.12.1 </VersionPrefix >
99 <Authors >Elastic and contributors</Authors >
1010 <Copyright >2021 Elasticsearch BV</Copyright >
1111 <PackageProjectUrl >https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl >
Original file line number Diff line number Diff line change 11[package ]
22name = " elastic_apm_profiler"
3- version = " 1.12.0 -beta.1"
3+ version = " 1.12.1 -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