diff options
author | Jose <jose@zeroc.com> | 2017-04-13 20:52:16 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-04-13 20:52:16 +0200 |
commit | 1c4d1d3139fed8e41dcb6b4838eb69f5ef75b4c8 (patch) | |
tree | d5b16aea695d7d1471a5e352c2d02e48f3bf06aa /csharp/BuildInstructions.md | |
parent | Disable IceDB linker warning about lmdb build without debug info (diff) | |
download | ice-1c4d1d3139fed8e41dcb6b4838eb69f5ef75b4c8.tar.bz2 ice-1c4d1d3139fed8e41dcb6b4838eb69f5ef75b4c8.tar.xz ice-1c4d1d3139fed8e41dcb6b4838eb69f5ef75b4c8.zip |
(ICE-7802) Fix NuGet spelling
Diffstat (limited to 'csharp/BuildInstructions.md')
-rw-r--r-- | csharp/BuildInstructions.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/csharp/BuildInstructions.md b/csharp/BuildInstructions.md index 53c2849d4a1..69e3c57176a 100644 --- a/csharp/BuildInstructions.md +++ b/csharp/BuildInstructions.md @@ -31,7 +31,7 @@ To build the Ice assemblies, services and tests, run MSBuild msbuild\ice.proj -It is also possible to build the test suite using the binary Nuget packages, use: +It is also possible to build the test suite using the binary NuGet packages, use: MSbuild msbuild\ice.proj /p:ICE_BIN_DIST=all @@ -65,11 +65,11 @@ configurations. MSBuild msbuild\ice.proj /p:Configuration=Release-Managed -## Nuget packages +## NuGet packages -To create a Nuget package for the distribution use the following command: +To create a NuGet package for the distribution use the following command: - MSbuild msbuild\ice.proj /t:NugetPack + MSbuild msbuild\ice.proj /t:NuGetPack This will create `zeroc.ice.net\zeroc.ice.net.nupkg`. |