PeterO.Cbor 2.1.0

Details
Advisory: https://github.com/advisories/GHSA-cxw4-9qv9-vx5h Severity: high
There is a newer version of this package available.
See the version list below for details.
dotnet add package PeterO.Cbor --version 2.1.0
                    
NuGet\Install-Package PeterO.Cbor -Version 2.1.0
                    
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="PeterO.Cbor" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeterO.Cbor" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="PeterO.Cbor" />
                    
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 PeterO.Cbor --version 2.1.0
                    
#r "nuget: PeterO.Cbor, 2.1.0"
                    
#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.
#:package PeterO.Cbor@2.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PeterO.Cbor&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=PeterO.Cbor&version=2.1.0
                    
Install as a Cake Tool

A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON. This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration.
   This implementation also doubles as a reader and writer of JSON, and can convert data from JSON to CBOR and back.
   Finally, this implementation supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (8)

Showing the top 8 popular GitHub repositories that depend on PeterO.Cbor:

Repository Stars
MichaelGrafnetter/DSInternals
Directory Services Internals (DSInternals) PowerShell Module and Framework
CICADA8-Research/RemoteKrbRelay
Remote Kerberos Relay made easy! Advanced Kerberos Relay Framework
lithnet/ad-password-protection
Active Directory password filter featuring breached password checking and custom complexity rules
EpinelPS/EpinelPS
A private server for some anime game
Doofus-Mc-Goofus/LonghornBluesky
Third-party Bluesky client designed with a Windows Longhorn-like aesthetic.
richardschneider/net-ipfs-engine
IPFS Core API implementation in .Net
drasticactions/FishyFlip
Fishyflip - a .NET ATProtocol/Bluesky Library
pubnub/c-sharp
PubNub clients for C-Sharp based languages, including MS Windows C#/.net, Silveright, IIS, and Mono

In version 2.1:
- Added Ulp, Precision, MovePointLeft, MovePointRight, and ScaleToPowerOfTwo/-Ten methods to
 ExtendedDecimal and ExtendedFloat
- Fixed double-rounding issue with ToDouble and ToFloat methods
 of ExtendedDecimal
- Added Odd and OddOrZeroFiveUp rounding modes
- Added non-decimal base conversion features to BigInteger
- Other bug fixes   See the project page for release notes on previous versions: https://github.com/peteroupc/CBOR