From 5cb9eec84da1d5394cce82ffa6641eee0d658b5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:03:26 +0000 Subject: [PATCH 1/3] Initial plan From 62f9fb73cc41221d292ba287847b2a2e377badf7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:07:55 +0000 Subject: [PATCH 2/3] Update .NET 10 from RC to production version Co-authored-by: PTKu <61538034+PTKu@users.noreply.github.com> --- Directory.Packages.props | 24 ++++++++++++------------ global.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b3208e02..3962b3e7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -77,17 +77,17 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/global.json b/global.json index 076bdd30..b927888a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107 " + "version": "10.0.100" } } \ No newline at end of file From 1c912c5b553a219f34dda305ec6b76806ecb1e17 Mon Sep 17 00:00:00 2001 From: Peter Kurhajec <61538034+PTKu@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:29:08 +0100 Subject: [PATCH 3/3] Update GitVersion.yml --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index d05f964f..f535cdb7 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ mode: ContinuousDeployment -next-version: 0.45.0 +next-version: 0.45.1 branches: main: regex: ^master$|^main$