Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
3560cc9e
Commit
3560cc9e
authored
Jul 10, 2016
by
Jon Skeet
Committed by
GitHub
Jul 10, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1702 from lukebakken/csharp-nuget-doc-update
Modify csharp README since there are now two NuGet packages
parents
8779cba3
80694669
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
csharp/README.md
+2
-2
No files found.
csharp/README.md
View file @
3560cc9e
...
@@ -9,8 +9,8 @@ Usage
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment