diff --git a/README.md b/README.md
index 19775f4d4..b7981d26c 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ Looking for V1 of the .NET Core tooling?
If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild and the new csproj), see https://dot.net/core.
-> **Note:** the release/2.0.0 branch of the CLI repo is based on the upcoming v2 of .NET Core and is considered pre-release. For production-level usage, use
-> v1 of the tools.
+> **Note:** the release/2.0.0 branch of the CLI repo is based on an upcoming update of the SDK and is considered pre-release. For production-level usage, please use the
+> released version of the tools available at https://dot.net/core
Found an issue?
---------------
@@ -88,11 +88,10 @@ Reference notes:
> **1**: *Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing these directly from the .deb files (via dpkg or similar), then you'll need to install the [corresponding Host, Host FX Resolver, and Shared Framework packages](https://github.com/dotnet/core-setup#daily-builds) before installing the Sdk package.*
>
**2**: *A 'coherent' build is defined as a build where the Runtime version matches between the CLI and Asp.NET.*
-
-[version]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/latest.version
-[coherent-version]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/latest.coherent.version
[comment]: # (The latest versions are always the same across all platforms. Just need one to show, so picking win-x64's svg.)
+[version]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/latest.version
[version-badge]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/win_x64_Release_version_badge.svg
+[coherent-version]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/latest.coherent.version
[coherent-version-badge]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/win_x86_Release_coherent_badge.svg
[win-x64-installer]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.0.0/dotnet-sdk-latest-win-x64.exe
diff --git a/build/Branding.props b/build/Branding.props
index c4be46ed9..9a66fdc2d 100644
--- a/build/Branding.props
+++ b/build/Branding.props
@@ -1,6 +1,6 @@
- Microsoft .NET Core SDK - 2.0.1
+ Microsoft .NET Core SDK - 2.0.3
.NET Standard Support for Visual Studio 2015
Microsoft .NET Core Runtime - 2.0.1
Microsoft .NET Core Host - 2.0.1
diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index baf902178..3c43151c8 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -2,7 +2,7 @@
2.0.1
- 15.3.409
+ 15.4.7
2.3.2-beta1-61921-05
2.3.0-pre-20170727-1
1.6.0-beta2-25304
@@ -12,12 +12,12 @@
- 2.0.1-servicing-20170912-1
+ 2.0.1-servicing-20170926-1
$(CLI_NETSDK_Version)
- 4.3.0-rtm-4382
+ 4.4.0-preview3-4475
2.0.0-preview3-25514-04
- 2.0.0-rel-20170815-630
+ 2.0.0-rel-20170908-653
15.3.0-preview-20170628-02
$(CLI_SharedFrameworkVersion)
$(CLI_SharedFrameworkVersion)
diff --git a/build/Publish.targets b/build/Publish.targets
index 2fb513838..bc9a387b6 100644
--- a/build/Publish.targets
+++ b/build/Publish.targets
@@ -34,7 +34,11 @@
+ Condition=" '$(PUBLISH_NUPKG_TO_AZURE_BLOB)' != '' AND '$(OS)' == 'Windows_NT' And '$(Architecture)' == 'x64' "/>
+
+
diff --git a/build/Version.props b/build/Version.props
index 156ece688..2f7ba1395 100644
--- a/build/Version.props
+++ b/build/Version.props
@@ -2,7 +2,7 @@
2
0
- 1
+ 3
servicing
$(VersionMajor).$(VersionMinor).$(VersionPatch)-$(ReleaseSuffix)