From 1bd09f86cf74c69f93974bafa7b8d5ccd807368a Mon Sep 17 00:00:00 2001 From: Arash Sabet Date: Mon, 15 Dec 2025 19:07:53 -0500 Subject: [PATCH] Bump version to 10.0.1 and update dependencies #335 Updated Microsoft.Extensions and xUnit package versions to latest patch releases (10.0.1 and 3.2.1 respectively). Incremented version numbers in build pipeline files and project file to 10.0.1 for consistency with dependency updates. --- Directory.Packages.props | 24 +++++++++---------- azure-pipeline-PR.yml | 2 +- azure-pipelines.yml | 2 +- ...Xunit.Microsoft.DependencyInjection.csproj | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 16de102..4306b0b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,19 +5,19 @@ - - - - - - - - - - + + + + + + + + + + - - + + diff --git a/azure-pipeline-PR.yml b/azure-pipeline-PR.yml index 1c51d44..833fb53 100644 --- a/azure-pipeline-PR.yml +++ b/azure-pipeline-PR.yml @@ -1,7 +1,7 @@ variables: Major: 10 Minor: 0 - Patch: 0 + Patch: 1 BuildConfiguration: Release name: $(Major).$(Minor).$(Patch).$(rev:r) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a5b6364..2f2b462 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ variables: Major: 10 Minor: 0 - Revision: 0 + Revision: 1 BuildConfiguration: Release name: $(Major).$(Minor).$(Revision) diff --git a/src/Xunit.Microsoft.DependencyInjection.csproj b/src/Xunit.Microsoft.DependencyInjection.csproj index e047a27..a77db78 100644 --- a/src/Xunit.Microsoft.DependencyInjection.csproj +++ b/src/Xunit.Microsoft.DependencyInjection.csproj @@ -6,7 +6,7 @@ enable - 10.0.0 + 10.0.1 Xunit.Microsoft.DependencyInjection