From 24e5b04e8f8a08de8efd1a973293e65914dd3df5 Mon Sep 17 00:00:00 2001 From: Timothy Mothra Date: Tue, 7 Feb 2023 10:13:27 -0800 Subject: [PATCH] prep2.22-beta2 (#2745) --- .props/_GlobalStaticVersion.props | 22 +++++++++++----------- CHANGELOG.md | 2 ++ 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.props/_GlobalStaticVersion.props b/.props/_GlobalStaticVersion.props index a647fc4ff..8c580a944 100644 --- a/.props/_GlobalStaticVersion.props +++ b/.props/_GlobalStaticVersion.props @@ -6,21 +6,21 @@ - 2 22 0 - beta1 + beta2 redfield nightly - 2022-07-20 @@ -36,8 +36,8 @@ $(SemanticVersionMajor).$(SemanticVersionMinor).$(SemanticVersionPatch) $(PreReleaseMilestone) - $(VersionPrefix).$(BuildNumber) - $(AssemblyVersion) + $(VersionPrefix).$(BuildNumber) + $(AssemblyVersion) @@ -47,7 +47,7 @@ - diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e71feaa1..3b65f25ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## VNext + +## Version 2.22.0-beta2 - [Upgrade System.Diagnostics.PerformanceCounter to version 6.0.0 to address CVE-2021-24112](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2707) - [Report internal dependencies from Cosmos SDK as InProc and align with Cosmos SDK EventSource changes](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2712)