From 301e2ffb3c511a3acefc20bafa0c9ca03119fe49 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Thu, 26 Jan 2017 18:47:45 -0800 Subject: [PATCH] Update final build number to 4530 (#450) --- release-notes/rc3-download.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/release-notes/rc3-download.md b/release-notes/rc3-download.md index 3361bf92..e63988d1 100644 --- a/release-notes/rc3-download.md +++ b/release-notes/rc3-download.md @@ -1,8 +1,8 @@ -# .NET Core SDK 1.0 RC3 build 004517 +# .NET Core SDK 1.0 RC3 build 004530 The installers and binary archives on this page include .NET Core 1.0 SDK RC 3. -| .NET Core 1.0 Preview 4 | Installer | Binaries | +| .NET Core 1.0 RC 3 | Installer | Binaries | | ----------------------- | :----------------------------------------------: | :----------------------------------------------:| | Windows | [32-bit](https://go.microsoft.com/fwlink/?linkid=839629) / [64-bit](https://go.microsoft.com/fwlink/?linkid=839640) | [32-bit](https://go.microsoft.com/fwlink/?linkid=839632) / [64-bit](https://go.microsoft.com/fwlink/?linkid=839634) | | macOS | [64-bit](https://go.microsoft.com/fwlink/?linkid=839635) | [64-bit](https://go.microsoft.com/fwlink/?linkid=839641) | @@ -28,7 +28,7 @@ sudo ln -s /opt/dotnet/dotnet /usr/local/bin dotnet-host-ubuntu-x64.deb dotnet-hostfxr-ubuntu-x64.deb dotnet-sharedframework-ubuntu-x64.deb -dotnet-sdk-ubuntu-x64.1.0.0-rc3-004517.deb +dotnet-sdk-ubuntu-x64.1.0.0-rc3-004530.deb ### Set up package source @@ -40,7 +40,7 @@ The first step is to establish the source feed for the package manager. This is sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list' sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 sudo apt-get update -sudo apt-get install dotnet-dev-1.0.0-preview4-004517 +sudo apt-get install dotnet-dev-1.0.0-preview4-004530 ``` @@ -50,7 +50,7 @@ Installed packages dotnet-host-ubuntu-x64.1.0.1.deb dotnet-hostfxr-ubuntu-x64.1.0.1.deb dotnet-sharedframework-ubuntu-x64.1.0.3.deb -dotnet-sdk-ubuntu-x64.1.0.0-rc3-004517.deb +dotnet-sdk-ubuntu-x64.1.0.0-rc3-004530.deb ``` #### Ubuntu 16.04 and Linux Mint 18 @@ -59,7 +59,7 @@ dotnet-sdk-ubuntu-x64.1.0.0-rc3-004517.deb sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ xenial main" > /etc/apt/sources.list.d/dotnetdev.list' sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 417A0893 sudo apt-get update -sudo apt-get install dotnet-dev-1.0.0-rc3-004517 +sudo apt-get install dotnet-dev-1.0.0-rc3-004530 ``` Installed packages @@ -68,5 +68,5 @@ Installed packages dotnet-host-ubuntu.16.04-x64.1.0.1.deb dotnet-hostfxr-ubuntu.16.04-x64.1.0.1.deb dotnet-sharedframework-ubuntu.16.04-x64.1.0.3.deb -dotnet-sdk-ubuntu.16.04-x64.1.0.0-rc3-004517.deb +dotnet-sdk-ubuntu.16.04-x64.1.0.0-rc3-004530.deb ```