protobuf-net.unofficial 3.0.0-rtm-170501

This is a prerelease version of protobuf-net.unofficial.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package protobuf-net.unofficial --version 3.0.0-rtm-170501
NuGet\Install-Package protobuf-net.unofficial -Version 3.0.0-rtm-170501
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="protobuf-net.unofficial" Version="3.0.0-rtm-170501" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add protobuf-net.unofficial --version 3.0.0-rtm-170501
#r "nuget: protobuf-net.unofficial, 3.0.0-rtm-170501"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install protobuf-net.unofficial as a Cake Addin
#addin nuget:?package=protobuf-net.unofficial&version=3.0.0-rtm-170501&prerelease

// Install protobuf-net.unofficial as a Cake Tool
#tool nuget:?package=protobuf-net.unofficial&version=3.0.0-rtm-170501&prerelease

Protocol Buffers is the name of the binary serialization format used by Google for much of their data communications. It is designed to be: small in size - efficient data storage (far smaller than xml) cheap to process - both at the client and server platform independent - portable between different programming architectures extensible - to add new data to old messages. protobuf-net is a .NET implementation of this, allowing you to serialize your .NET objects efficiently and easily. It is compatible with most of the .NET family, including .NET 2.0/3.0/3.5/4.0, .NET CF 2.0/3.5, Mono 2.x, Silverlight, etc.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated