From 1f771e224975bdcbdd5613f303af22b271d819d3 Mon Sep 17 00:00:00 2001 From: Ryan Taite Date: Tue, 2 Oct 2018 22:37:04 +0000 Subject: [PATCH] Fix typo in version number example (#1955) --- release-notes/2.2/preview/2.2.0-preview2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/2.2/preview/2.2.0-preview2.md b/release-notes/2.2/preview/2.2.0-preview2.md index 27865975..3570c465 100644 --- a/release-notes/2.2/preview/2.2.0-preview2.md +++ b/release-notes/2.2/preview/2.2.0-preview2.md @@ -8,7 +8,7 @@ * [ASP.NET Core](https://blogs.msdn.microsoft.com/webdev/2018/09/12/asp-net-core-2-2-0-preview2-now-available/) -The .NET Core SDK 2.2.100 Preview 2 includes .NET Core 2.2 Runtime Preview so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.2.100 Preview, the following command will show that you're running version `2.2.100-preview1-009404` of the tools. +The .NET Core SDK 2.2.100 Preview 2 includes .NET Core 2.2 Runtime Preview so downloading the runtime packages separately is not needed when installing the SDK. After installing the .NET Core SDK 2.2.100 Preview, the following command will show that you're running version `2.2.100-preview2-009404` of the tools. `dotnet --version`