Skip to content

Commit 21b4dae

Browse files
committed
minor edits
1 parent 35cb56e commit 21b4dae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quickstart/create-and-publish-a-package-using-visual-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Create and publish a .NET Standard package using Visual Studio on Windows
3-
description: A walkthrough tutorial on creating and publishing a .NET Standard NuGet package using Visual Studio 2017 on Windows.
3+
description: A walkthrough tutorial on creating and publishing a .NET Standard NuGet package using Visual Studio on Windows.
44
author: karann-msft
55
ms.author: karann
6-
ms.date: 05/24/2019
6+
ms.date: 07/09/2019
77
ms.topic: quickstart
88
---
99

@@ -16,7 +16,7 @@ It's a simple process to create a NuGet package from a .NET Standard Class Libra
1616
1717
## Prerequisites
1818

19-
1. Install any edition of Visual Studio 2017 or higher from [visualstudio.com](https://www.visualstudio.com/) with any .NET-related workload. Visual Studio 2017 automatically includes NuGet capabilities when a .NET workload is installed.
19+
1. Install any edition of Visual Studio 2017 or higher from [visualstudio.com](https://www.visualstudio.com/) with any .NET-related workload. Visual Studio 2017 and higher automatically include NuGet capabilities when a .NET workload is installed.
2020

2121
1. Install the `dotnet` CLI.
2222

0 commit comments

Comments
 (0)