Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: third_party/protobuf/csharp/README.md

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/csharp/README.md
diff --git a/third_party/protobuf/csharp/README.md b/third_party/protobuf/csharp/README.md
index 8c3993e0149d58d3840d25bd1813bff7266d11d9..ed5c7be7068803610d82b37cca71410c50a916d4 100644
--- a/third_party/protobuf/csharp/README.md
+++ b/third_party/protobuf/csharp/README.md
@@ -1,16 +1,13 @@
This directory contains the C# Protocol Buffers runtime library.
-Status: Beta - ready for external testing
-=========================================
-
Usage
=====
The easiest way how to use C# protobufs is via the `Google.Protobuf`
NuGet package. Just add the NuGet package to your VS project.
-Besides C# runtime library, the NuGet package also contains
-precompiled version of `protoc.exe` and a copy of well known `.proto`
+You will also want to install the `Google.Protobuf.Tools` NuGet package, which
+contains precompiled version of `protoc.exe` and a copy of well known `.proto`
files under the package's `tools` directory.
To generate C# files from your `.proto` files, invoke `protoc` with the
« no previous file with comments | « third_party/protobuf/csharp/Google.Protobuf.Tools.nuspec ('k') | third_party/protobuf/csharp/build_packages.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698