PeterO.Cbor
4.5.2
dotnet add package PeterO.Cbor --version 4.5.2
NuGet\Install-Package PeterO.Cbor -Version 4.5.2
<PackageReference Include="PeterO.Cbor" Version="4.5.2" />
paket add PeterO.Cbor --version 4.5.2
#r "nuget: PeterO.Cbor, 4.5.2"
// Install PeterO.Cbor as a Cake Addin
#addin nuget:?package=PeterO.Cbor&version=4.5.2
// Install PeterO.Cbor as a Cake Tool
#tool nuget:?package=PeterO.Cbor&version=4.5.2
A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- PeterO.Numbers (>= 1.8.2)
- PeterO.URIUtility (>= 1.0.0)
-
.NETFramework 4.0
- PeterO.Numbers (>= 1.8.2)
- PeterO.URIUtility (>= 1.0.0)
-
.NETStandard 1.0
- PeterO.Numbers (>= 1.8.2)
- PeterO.URIUtility (>= 1.0.0)
NuGet packages (20)
Showing the top 5 NuGet packages that depend on PeterO.Cbor:
Package | Downloads |
---|---|
AWSSDK.DAX.Client
AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB. |
|
PubnubPCL
PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously |
|
Pubnub
PubNub is a Massively Scalable Web Push Service for Web and Mobile Games. This is a cloud-based service for broadcasting messages to thousands of web and mobile clients simultaneously |
|
Com.AugustCellars.COSE
An implementation of the CBOR Object Signing and Encryption standards. |
|
DSInternals.Common
This package is shared between all other DSInternals packages. Its main features are Azure AD Graph API and ADSI clients for for retrieval of cryptographic material. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on PeterO.Cbor:
Repository | Stars |
---|---|
MichaelGrafnetter/DSInternals
Directory Services Internals (DSInternals) PowerShell Module and Framework
|
|
lithnet/ad-password-protection
Active Directory password filter featuring breached password checking and custom complexity rules
|
|
pubnub/c-sharp
PubNub clients for C-Sharp based languages, including MS Windows C#/.net, Silveright, IIS, and Mono
|
Version | Downloads | Last updated | |
---|---|---|---|
4.5.2 | 271,006 | 1/18/2022 | |
4.5.1 | 15,650 | 1/17/2022 | |
4.5.0 | 4,709 | 12/9/2021 | |
4.4.4 | 63,043 | 7/1/2021 | |
4.4.2 | 14,099 | 5/13/2021 | |
4.4.1 | 4,077 | 4/27/2021 | |
4.4.0 | 7,532 | 4/19/2021 | |
4.3.0 | 55,871 | 12/7/2020 | |
4.2.0 | 57,756 | 7/18/2020 | |
4.1.3 | 257,496 | 5/27/2020 | |
4.1.2 | 16,230 | 4/25/2020 | |
4.1.1 | 1,836 | 4/15/2020 | |
4.1.0 | 73,376 | 12/15/2019 | |
4.0.0 | 50,608 | 9/3/2019 | |
3.5.2 | 20,303 | 7/4/2019 | |
3.5.1 | 1,373 | 7/1/2019 | |
3.5.0 | 8,803 | 6/2/2019 | |
3.4.0-beta1 | 1,420 | 10/1/2018 | |
3.3.0 | 9,065 | 9/3/2018 | |
3.2.0 | 1,805 | 7/30/2018 |
Version 4.5.2
- Bug and regression fixes
Version 4.5.1
- Fix reported security issue
Version 4.5:
- Add support for JSON Pointers and JSON Patches
- Add option to keep map key order when decoding CBOR and JSON
- Add option to write JSON using only ASCII characters
- CBORObject.ToString renders strings as ASCII
- Add support for deserializing CBOR objects to IReadOnlyList, IReadOnlyCollection, and ReadOnlyDictionary
Note that after version 4.5x, the CBOR library's repository will stop including special projects for .NET 2.0 and .NET 4.0, leaving the .NET-Standard project for building the library.