From 684fa7068eb1cf195fcfe285a3d49eec45bec9bb Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Sat, 7 Jul 2018 15:12:19 -0700 Subject: [PATCH] Correct a few version references. --- release-notes/1.0/1.0.12.md | 6 ++---- release-notes/1.1/1.1.9.md | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/release-notes/1.0/1.0.12.md b/release-notes/1.0/1.0.12.md index 55ac6320..54d16177 100644 --- a/release-notes/1.0/1.0.12.md +++ b/release-notes/1.0/1.0.12.md @@ -1,6 +1,6 @@ # .NET Core July 2018 Update - July 10, 2018 -.NET Core 1.0.12 is available for download and usage in your environment. Have a look at the [Known Issues](1.0.12-known-issues.md) document as there are a few things to be aware of before installing. A [changelist](https://github.com/dotnet/core/blob/master/release-notes/2.1/1.0.12-commit.md) for the entire 2.1 development cycle is also available. This does not include ASP.NET Core or Entity Framework Core. +.NET Core 1.0.12 is available for download and usage in your environment. * [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0.12-download.md) @@ -8,9 +8,7 @@ * [.NET Core](https://blogs.msdn.microsoft.com/dotnet/) -The .NET Core SDK 2.1 includes .NET Core 2.1 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1, running `dotnet --version` will show that you're running version `1.1.10` of the .NET Core tools. - -`dotnet --info` has been greatly enhanced in .NET Core 2.1 and now provides detailed information on installed .NET Core components. +The .NET Core SDK 1.1.10 includes .NET Core 1.0.12 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.10, running `dotnet --version` will show that you're running version `1.1.10` of the .NET Core tools. Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments. diff --git a/release-notes/1.1/1.1.9.md b/release-notes/1.1/1.1.9.md index e7f27c32..891ff48f 100644 --- a/release-notes/1.1/1.1.9.md +++ b/release-notes/1.1/1.1.9.md @@ -1,6 +1,6 @@ # .NET Core July 2018 Update - July 10, 2018 -.NET Core 1.1.9 is available for download and usage in your environment. Have a look at the [Known Issues](1.1.9-known-issues.md) document as there are a few things to be aware of before installing. A [changelist](https://github.com/dotnet/core/blob/master/release-notes/2.1/1.1.9-commit.md) for the entire 2.1 development cycle is also available. This does not include ASP.NET Core or Entity Framework Core. +.NET Core 1.1.9 is available for download and usage in your environment. * [Download .NET Core](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.1.9-download.md) @@ -8,9 +8,7 @@ * [.NET Core](https://blogs.msdn.microsoft.com/dotnet/) -The .NET Core SDK 2.1 includes .NET Core 2.1 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.1, running `dotnet --version` will show that you're running version `1.1.10` of the .NET Core tools. - -`dotnet --info` has been greatly enhanced in .NET Core 2.1 and now provides detailed information on installed .NET Core components. +The .NET Core SDK 1.1.10 includes .NET Core 1.1.9 Runtime so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 1.1.10, running `dotnet --version` will show that you're running version `1.1.10` of the .NET Core tools. Your feedback is important and appreciated. We've created an issue at [dotnet/core #XXXX](https://github.com/dotnet/core/issues/XXXX) for your questions and comments.