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
80694669
Commit
80694669
authored
Jun 22, 2016
by
Luke Bakken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify csharp README since there are now two NuGet packages
parent
a897ebb6
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 @
80694669
...
...
@@ -9,8 +9,8 @@ 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
...
...
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