Modify csharp README since there are now two NuGet packages

pull/1702/head
Luke Bakken 9 years ago
parent a897ebb6a8
commit 80694669e4
  1. 4
      csharp/README.md

@ -9,8 +9,8 @@ Usage
The easiest way how to use C# protobufs is via the `Google.Protobuf` The easiest way how to use C# protobufs is via the `Google.Protobuf`
NuGet package. Just add the NuGet package to your VS project. NuGet package. Just add the NuGet package to your VS project.
Besides C# runtime library, the NuGet package also contains You will also want to install the `Google.Protobuf.Tools` NuGet package, which
precompiled version of `protoc.exe` and a copy of well known `.proto` contains precompiled version of `protoc.exe` and a copy of well known `.proto`
files under the package's `tools` directory. files under the package's `tools` directory.
To generate C# files from your `.proto` files, invoke `protoc` with the To generate C# files from your `.proto` files, invoke `protoc` with the

Loading…
Cancel
Save