protobuf-net 2.0.0.668

dotnet add package protobuf-net --version 2.0.0.668
                    
NuGet\Install-Package protobuf-net -Version 2.0.0.668
                    
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" Version="2.0.0.668" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="protobuf-net" Version="2.0.0.668" />
                    
Directory.Packages.props
<PackageReference Include="protobuf-net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add protobuf-net --version 2.0.0.668
                    
#r "nuget: protobuf-net, 2.0.0.668"
                    
#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.
#addin nuget:?package=protobuf-net&version=2.0.0.668
                    
Install protobuf-net as a Cake Addin
#tool nuget:?package=protobuf-net&version=2.0.0.668
                    
Install protobuf-net as a Cake Tool

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 net20 is compatible.  net20-cf is compatible.  net30 is compatible.  net35 is compatible.  net35-cf is compatible.  net40 is compatible.  net40-cf is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl3-wp is compatible.  sl4 is compatible.  sl4-wp71 is compatible.  sl5 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed. 
Windows Store netcore was computed.  netcore45 is compatible.  netcore451 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (179)

Showing the top 20 popular GitHub repositories that depend on protobuf-net:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
QuantConnect/Lean
Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
dotnet/orleans
Cloud Native application framework for .NET
quasar/Quasar
Remote Administration Tool for Windows
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
Codeusa/Borderless-Gaming
Play your favorite games in a borderless window; no more time consuming alt-tabs.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
Cysharp/MemoryPack
Zero encoding extreme performance binary serializer for C# and Unity.
stratumauth/app
📱 Two-Factor Authentication (2FA) client for Android + Wear OS
SuxueCode/WechatBakTool
基于C#的微信PC版聊天记录备份工具,提供图形界面,解密微信数据库并导出聊天记录。
fanliang11/surging
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. support Event-based Asynchronous Pattern and reactive programming ,The service engine supports http, TCP, WS,Grpc, Thrift,Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
migueldeicaza/TensorFlowSharp
TensorFlow API for .NET languages
linq2db/linq2db
Linq to database provider.
MiniProfiler/dotnet
A simple but effective mini-profiler for ASP.NET (and Core) websites
ashmind/SharpLab
.NET language playground
SteamRE/SteamKit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Version Downloads Last updated
2.0.0.668 160,201 9/30/2013
2.0.0.666 1,739 9/9/2013
2.0.0.664 265 9/3/2013
2.0.0.663 156 9/2/2013
2.0.0.640 4,565 5/29/2013
2.0.0.638 315 5/28/2013
2.0.0.621 7,657 1/16/2013
2.0.0.619 227 1/11/2013
2.0.0.614 289 12/31/2012
2.0.0.612 278 12/10/2012
2.0.0.611 523 12/5/2012
2.0.0.602 736 11/13/2012
2.0.0.601 199 11/6/2012
2.0.0.480 11,265 12/11/2011
1.0.0.280 701 4/14/2011

* 2.0.0.668 - fix: reader's position not resetting: eventually causes overflow on pooled instance; critical fix to 663
     * 2.0.0.666 - add: Support for BCL immutable types (Microsoft.Bcl.Immutable)
     * 2.0.0.664 - add: Remove some more allocations (IPredicate)
     * 2.0.0.663 - add: ProtoReader recycling for heavy read throughput
                 - add: precompile uses alternative switch construct (android limitations)
     * 2.0.0.651 - add: new key-signing options for precompile
                 - add: enum-passthru defaults
     * 2.0.0.640 - fix: bug with length-prefix / naked enumerations
     * 2.0.0.638 - update: protoc 2.5
                 - fix: various tweaks for Genderme
                 - fix: better support for "naked enumerables" (root enumerable objects)
     * 2.0.0.627 - fix: bug in "precompiler" for lots of types
                 - add: support for default type factories (including extended callback signature support)
                 - fix: ImplicitFields parsing failing if assembly loaded dynamically
                 - add: experimental support for concurrent collections
                 - add: support for tuples with AsReference; better handling of default AsReference; improved AsReference error message
     * 2.0.0.622 - fix: bug in protogen with default enums when no package is specified
     * 2.0.0.621 - fix: nasty regression in r619, where GetSchema() could cause base-type corruption
     * 2.0.0.619 - fix: GetSchema() should use ultimate base-type names when modelling inheritance
                 - fix: ensure precomile always generates a .ctor() on the concrete serializer
                 - add: support out-of-order fields when deseiralizing inheritance from other protobuf implementations
     * 2.0.0.614 - fix: enum handling of ": byte" confusing signed/unsigned bytes
     * 2.0.0.612 - fix: allow adding enum maps at runtime via MetaType
     * 2.0.0.611 - fix: *Specified should work with non-public methods
                 - performance: pre-compiled serializers now use dictionary lookups where appropriate
                 - fix: nuget package for portable library should be more inclusive
     * 2.0.0.602 - added precompiler support for internal-types and [InternalsVisibleTo(...)]-forwarding
                 - made AllowParseableTypes available on default type-model
     * 2.0.0.601 - added phone8 support