Smelds.Barcodes 0.6.3

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

Creates and validates various barcode formats. Also generates image for use in print and web.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  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. 
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

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
0.6.3 1,669 10/20/2014
0.6.0 1,266 10/15/2014
0.5.1 1,239 10/10/2014

Fixed EAN-13 check digit math. Added custom color abilities for background and bar code.