BitPackage 1.0.1

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 BitPackage --version 1.0.1
NuGet\Install-Package BitPackage -Version 1.0.1
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="BitPackage" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BitPackage --version 1.0.1
#r "nuget: BitPackage, 1.0.1"
#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 BitPackage as a Cake Addin
#addin nuget:?package=BitPackage&version=1.0.1

// Install BitPackage as a Cake Tool
#tool nuget:?package=BitPackage&version=1.0.1

A .NET library for packing/serializing primitive types, byte arrays and individual bits into packets in a way that they occupy as little space as possible. You can specify how many bits you want to read/write from any of the supported types.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BitPackage:

Package Downloads
EntityTeleporter

A .NET binary serializer/deserializer library. With bit-level precision provides an easy way to serialize your class objects or primitive types to array of bytes and reverse. It supports complex types/nested classes and it is really easy to adapt your existing code to use this library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Changes in architecture.