From 17bb2a0aa5364527e7c22510e86acddd1354cec2 Mon Sep 17 00:00:00 2001 From: Sander Saares Date: Tue, 28 Nov 2023 13:38:27 +0200 Subject: [PATCH] 8.1.1 Fix bug in .NET Meters API adapter for UpDownCounter, which was incorrectly transformed to Prometheus metrics. #452 and #453 --- History | 2 ++ Resources/SolutionAssemblyInfo.cs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/History b/History index 0aaed18b..e0c536aa 100644 --- a/History +++ b/History @@ -1,3 +1,5 @@ +* 8.1.1 +- Fix bug in .NET Meters API adapter for UpDownCounter, which was incorrectly transformed to Prometheus metrics. #452 and #453 * 8.1.0 - Add support for capturing HttpClient metrics from all registered HttpClients (`services.UseHttpClientMetrics()`). * 8.0.1 diff --git a/Resources/SolutionAssemblyInfo.cs b/Resources/SolutionAssemblyInfo.cs index 5083f910..77bbc325 100644 --- a/Resources/SolutionAssemblyInfo.cs +++ b/Resources/SolutionAssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; // This is the real version number, used in NuGet packages and for display purposes. -[assembly: AssemblyFileVersion("8.1.0")] +[assembly: AssemblyFileVersion("8.1.1")] // Only use major version here, with others kept at zero, for correct assembly binding logic. [assembly: AssemblyVersion("8.0.0")]