diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a55e363..4902809 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,9 +21,9 @@ steps: displayName: Setup Environment Variables - task: NuGetToolInstaller@1 - displayName: Use NuGet 5.11.0 + displayName: Use NuGet 5.11.x inputs: - versionSpec: 5.11.0 + versionSpec: 5.11.x - task: DotNetCoreCLI@2 inputs: diff --git a/version.json b/version.json index b914314..8bfd57d 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "2.0.13-build.{height}", + "version": "2.0.15-build.{height}", "publicReleaseRefSpec": [ "^refs/heads/main$", // we release out of main "^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N