ESCPOS_NET by Luke Paireepinart

<PackageReference Include="ESCPOS_NET" Version="0.3.0" />

 ESCPOS_NET 0.3.0

.NET Standard 2.0 Implementation of ESC/POS command generation and integration with thermal printers. Allows creating receipts with all common functionality supported.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ESCPOS_NET</id>
    <version>0.3.0</version>
    <authors>Luke Paireepinart</authors>
    <owners>Luke Paireepinart</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <description>.NET Standard 2.0 Implementation of ESC/POS command generation and integration with thermal printers.
Allows creating receipts with all common functionality supported.</description>
    <copyright>Copyright 2019 CandL Development, LLC.</copyright>
    <tags>epson thermal receipt printing esc pos escpos escp</tags>
    <repository type="git" url="https://github.com/lukevp/ESC-POS-.NET" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="SerialPortStream" version="2.2.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>