From 6e246fa583615edd5f7c407d8d71c20a5b94ab97 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 17 Jan 2017 12:06:38 -0800 Subject: [PATCH] Prepare for 1.0.0 release. Pin versions of tools and SDK --- NuGet.config | 2 +- build.ps1 | 2 +- build.sh | 2 +- build/common.props | 2 +- .../Microsoft.DotNet.Watcher.Tools.csproj | 1 - version.props | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/NuGet.config b/NuGet.config index 93f1ac47df..d5447f08c2 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,7 +1,7 @@  - + diff --git a/build.ps1 b/build.ps1 index f780c43a82..6cd68a4c45 100644 --- a/build.ps1 +++ b/build.ps1 @@ -33,7 +33,7 @@ cd $PSScriptRoot $repoFolder = $PSScriptRoot $env:REPO_FOLDER = $repoFolder -$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/feature/msbuild.zip" +$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/1.0.0-msbuild-rtm.zip" if ($env:KOREBUILD_ZIP) { $koreBuildZip=$env:KOREBUILD_ZIP diff --git a/build.sh b/build.sh index ff79789196..b2667494c3 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $repoFolder -koreBuildZip="https://github.com/aspnet/KoreBuild/archive/feature/msbuild.zip" +koreBuildZip="https://github.com/aspnet/KoreBuild/archive/rel/1.0.0-msbuild-rtm.zip" if [ ! -z $KOREBUILD_ZIP ]; then koreBuildZip=$KOREBUILD_ZIP fi diff --git a/build/common.props b/build/common.props index fd3cb24b9c..eda2e3f6a7 100644 --- a/build/common.props +++ b/build/common.props @@ -11,7 +11,7 @@ - + \ No newline at end of file diff --git a/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj b/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj index 7287ab240f..7544415209 100644 --- a/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj +++ b/src/Microsoft.DotNet.Watcher.Tools/Microsoft.DotNet.Watcher.Tools.csproj @@ -23,7 +23,6 @@ - \ No newline at end of file diff --git a/version.props b/version.props index f0f37273fd..cc5693b360 100644 --- a/version.props +++ b/version.props @@ -2,6 +2,6 @@ 1.0.0 - msbuild4 + rtm \ No newline at end of file