Skip to content

Commit

Permalink
Increment Version Numbers
Browse files Browse the repository at this point in the history
Changes from previous versions:

BinaryKits.Zpl.Label
- Prevent InvalidCastException when the target image for DownloadGraphics or GraphicField is not a PNG32.

BinaryKits.Zpl.Viewer
- Parse DeviceName and Extension for DownloadFormat.
- Trim leading spaces for most commands.
- Improved InverseDraw to maintain true type font fidelity.
- Add `ReplaceDashWithEnDash` option to DrawerOptions (default `true`)
- Change default font `0` to Helvetica Bold Narrow, DejaVu Sans Mono for all others.
- Change default label size to be exactly 6"x4", rather than an approximation.
- Add support for rendering RTL languages.
- Bump SkiaSharp and ZXing dependencies.
  • Loading branch information
primo-ppcg committed May 18, 2023
1 parent 6bf2b09 commit dd96d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BinaryKits.Zpl.Label/BinaryKits.Zpl.Label.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net472;netstandard2.0;net6.0</TargetFrameworks>
<Description>This package allows you to simply and reliably prepare labels complying with the Zebra programming language, using predefined class/typing. It also supports you with image conversion.</Description>
<Company>Binary Kits Pte. Ltd.</Company>
<Version>3.1.4</Version>
<Version>3.1.5</Version>
<Authors>Binary Kits Pte. Ltd.</Authors>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>Zebra ZPL ZPL2 Printer Label</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net472;netstandard2.0;net6.0</TargetFrameworks>
<Description>This package provides a rendering logic for ZPL data, as an alternative to labelary.com.</Description>
<Company>Binary Kits Pte. Ltd.</Company>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
<Authors>Binary Kits Pte. Ltd.</Authors>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageTags>Zebra ZPL ZPL2 ZPLEmulator ZPLVirtualPrinter ZPLViewer ZPLParser</PackageTags>
Expand Down

0 comments on commit dd96d1a

Please sign in to comment.