Skip to content

Commit e5e69f3

Browse files
author
Kraig Brockschmidt
authored
Fix link
1 parent 1681dea commit e5e69f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Create-Packages/Creating-a-Package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.reviewer:
1717

1818
# Creating NuGet packages
1919

20-
No matter what your package does or what code it contains, you use `nuget.exe` to package that functionality into a component that can be shared with and used by any number of other developers. To install `nuget.exe`, see [Install NuGet CLI](../install-nuget-client-tools.md#nuget-cli). Note that Visual Studio does not automatically include `nuget.exe`.
20+
No matter what your package does or what code it contains, you use `nuget.exe` to package that functionality into a component that can be shared with and used by any number of other developers. To install `nuget.exe`, see [Install NuGet CLI](install-nuget-client-tools.md#nuget-cli). Note that Visual Studio does not automatically include `nuget.exe`.
2121

2222
Technically speaking, a NuGet package is just a ZIP file that's been renamed with the `.nupkg` extension and whose contents match certain conventions. This topic describes the detailed process of creating a package that meets those conventions. For a focused walkthrough, refer to [Quickstart: create and publish a package](../quickstart/create-and-publish-a-package.md).
2323

0 commit comments

Comments
 (0)