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