Bitwise 1.0.3

dotnet add package Bitwise --version 1.0.3
                    
NuGet\Install-Package Bitwise -Version 1.0.3
                    
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="Bitwise" Version="1.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitwise" Version="1.0.3" />
                    
Directory.Packages.props
<PackageReference Include="Bitwise" />
                    
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 Bitwise --version 1.0.3
                    
#r "nuget: Bitwise, 1.0.3"
                    
#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=Bitwise&version=1.0.3
                    
Install Bitwise as a Cake Addin
#tool nuget:?package=Bitwise&version=1.0.3
                    
Install Bitwise as a Cake Tool

Bitwise Class Library is used for handling bitwise operators in an easier way, human readable

Product Compatible and additional computed target framework versions.
DNX dnx451 is compatible.  dnx46 is compatible. 
DNXCore dnxcore50 is compatible. 
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
1.0.3 1,613 12/4/2015
1.0.2 1,267 12/3/2015
1.0.1 1,887 12/3/2015
1.0.0 1,322 9/12/2015
1.0.0-beta2-121512042015 1,249 12/3/2015
1.0.0-beta2-120512042015 1,190 12/3/2015
1.0.0-beta1-09142015 1,048 9/13/2015

Changed Bitwise namespace to Microsoft.AspNet.Utils