Correct a few version references.

This commit is contained in:
Lee Coward 2018-07-07 15:12:19 -07:00
parent c5d65c5a4a
commit 684fa7068e
2 changed files with 4 additions and 8 deletions

View file

@ -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.

View file

@ -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.