Barcoded by Brett Reynolds

<PackageReference Include="Barcoded" Version="1.0.2" />

 Barcoded 1.0.2

A C#/.NET library to generate barcode images. --------------------------------------------------- Supported Symbologies: * Code128 (Subsets A,B and C) * Code39 (Standard and Full ASCII) * GS1-128 * EAN-13 * EAN-8 * UPC-A * Interleaved 2 of 5 GitHub: https://github.com/brettreynolds/Barcoded-dotNet-Framework/ Demo: https://barcoded.online/

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Barcoded</id>
    <version>1.0.2</version>
    <title>Barcoded</title>
    <authors>Brett Reynolds</authors>
    <owners>BrettReynolds</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">GPL-3.0-only</license>
    <licenseUrl>https://licenses.nuget.org/GPL-3.0-only</licenseUrl>
    <projectUrl>https://github.com/brettreynolds/Barcoded-dotNet-Framework</projectUrl>
    <iconUrl>https://barcoded.online/Assets/Barcode Icon 1.svg</iconUrl>
    <description>A C#/.NET library to generate barcode images.
    	
    	---------------------------------------------------

    	Supported Symbologies:
		* Code128 (Subsets A,B and C)
		* Code39 (Standard and Full ASCII)
		* GS1-128
		* EAN-13
		* EAN-8
		* UPC-A
		* Interleaved 2 of 5

		GitHub: https://github.com/brettreynolds/Barcoded-dotNet-Framework/
		Demo: https://barcoded.online/</description>
    <releaseNotes>Added EAN-13, EAN-8, UPC-A, I2of5 and GS1-128 support.</releaseNotes>
    <copyright>Copyright 2019</copyright>
    <tags>Barcode .NET Code128 Code39 EAN-13 EAN-8 UPC-A I2of5 GS1-128 Barcoded</tags>
    <dependencies />
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System.Collections.Generic" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Linq" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Text.RegularExpressions" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Drawing.Imaging" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.IO" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>