diff --git a/appveyor.yml b/appveyor.yml index 35befb533..f0a0d259d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ init: - SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH% install: - - choco install dotnetcore-sdk --version 3.0.100-preview9-014004 + - choco install dotnetcore-sdk --version 3.0.100 - nuget install redis-64 -excludeversion - redis-64\tools\redis-server.exe --service-install - redis-64\tools\redis-server.exe --service-start diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ad1dd725..5b4c9bcc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,7 +60,7 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' - version: '3.0.100-preview9-014004' + version: '3.0.100' - task: PowerShell@2 displayName: 'Build / Test / Create Packages' diff --git a/global.json b/global.json index 6737b72b1..a8b452166 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { - "version": "3.0.100-preview9-014004" + "version": "3.0.100", + "rollForward": "latestMajor" } } \ No newline at end of file diff --git a/samples/Samples.AspNetCore3/Samples.AspNetCore3.csproj b/samples/Samples.AspNetCore3/Samples.AspNetCore3.csproj index c0e3d5922..0b2be70c3 100644 --- a/samples/Samples.AspNetCore3/Samples.AspNetCore3.csproj +++ b/samples/Samples.AspNetCore3/Samples.AspNetCore3.csproj @@ -8,6 +8,6 @@ - + \ No newline at end of file diff --git a/src/MiniProfiler.AspNetCore/MiniProfiler.AspNetCore.csproj b/src/MiniProfiler.AspNetCore/MiniProfiler.AspNetCore.csproj index 7fdaf0f5a..056c4925d 100644 --- a/src/MiniProfiler.AspNetCore/MiniProfiler.AspNetCore.csproj +++ b/src/MiniProfiler.AspNetCore/MiniProfiler.AspNetCore.csproj @@ -12,7 +12,7 @@ - + diff --git a/version.json b/version.json index 6ce53b8a9..4e26d66a9 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "version": "4.1.0-preview.{height}", + "version": "4.1.0", "assemblyVersion": "4.0.0.0", "publicReleaseRefSpec": [ "^refs/heads/master$", // we release out of master