/protobuf3-cs

.NET 3.5 Compatible fork of the Protocol Buffers 3 library

Primary LanguageC#OtherNOASSERTION

protobuf 3 for .NET Framework 3.5

This is a use-at-your-own-risk fork of the Protocol Buffers C# implementation for .NET 3.5 framework compatibility. The project builds the Google.Protobuf.dll library. It is based on the v3.1.x branch from the official project from Google.

Usage

You can either build the project yourself using Visual Studio/MSBuild, or you can download the package from Nuget. To get the package from Nuget, perform the following Nuget command:

Install-Package protobuf3 -Pre