Skip to content

SunHJ/protobuf-csharp-port

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protobuf-csharp-port

This is enhanced version of https://code.google.com/p/protobuf-csharp-port/.

Branches

There are three kinds of branches:

  • master branch is verbatim copy of the original project (it even includes mercurial files).
  • issueXX branches are derived from master with changes that fixes Issue XX from list of issues
    • Issue78: adds support for C# native types: decimal, DateTime, DateTimeOffset and Guid.
    • Issue90: protoc-gen-cs: protoc plugin for protobuf-csharp-port.

Updating master branch

Make sure you have Mercurial installed (e.g. under Ubuntu run sudo apt-get install mercurial).

Run:

# Go to master branch.
git co master

# Make sure it has no changes.
git status

# Pull changes from https://code.google.com/p/protobuf-csharp-port/.
hg pull -u

# Commit and push.
git commit -a -m'Updated from root project.'
git push

About

This git repo is a copy of https://code.google.com/p/protobuf-csharp-port/.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%