From 2eae9edbeae4b8aa3a4dc6dfadd764eed342f6b0 Mon Sep 17 00:00:00 2001 From: primo-ppcg Date: Wed, 17 May 2023 22:36:45 +0700 Subject: [PATCH 1/4] Bump Dependencies --- src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj index 13f8e209..d4b690ea 100644 --- a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj +++ b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj @@ -24,13 +24,13 @@ - - - + + + - + From fd0eef9772d7d76725b675003987006c54f5499c Mon Sep 17 00:00:00 2001 From: primo-ppcg Date: Wed, 17 May 2023 22:46:51 +0700 Subject: [PATCH 2/4] Update BinaryKits.Zpl.Viewer.csproj --- src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj index d4b690ea..0e8a4249 100644 --- a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj +++ b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj @@ -31,6 +31,7 @@ + From 6bf2b0932cf997c2e989cc19204e30927aa23274 Mon Sep 17 00:00:00 2001 From: primo-ppcg Date: Wed, 17 May 2023 23:07:10 +0700 Subject: [PATCH 3/4] Update BinaryKits.Zpl.Viewer.csproj --- src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj index 0e8a4249..202a7005 100644 --- a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj +++ b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj @@ -23,7 +23,6 @@ - From dd96d1a69d354381e9c2c641ce05b734c5b70e19 Mon Sep 17 00:00:00 2001 From: primo-ppcg Date: Thu, 18 May 2023 09:22:57 +0700 Subject: [PATCH 4/4] Increment Version Numbers 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. --- src/BinaryKits.Zpl.Label/BinaryKits.Zpl.Label.csproj | 2 +- src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BinaryKits.Zpl.Label/BinaryKits.Zpl.Label.csproj b/src/BinaryKits.Zpl.Label/BinaryKits.Zpl.Label.csproj index f7927963..4b0d6e6b 100644 --- a/src/BinaryKits.Zpl.Label/BinaryKits.Zpl.Label.csproj +++ b/src/BinaryKits.Zpl.Label/BinaryKits.Zpl.Label.csproj @@ -4,7 +4,7 @@ net472;netstandard2.0;net6.0 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. Binary Kits Pte. Ltd. - 3.1.4 + 3.1.5 Binary Kits Pte. Ltd. Zebra ZPL ZPL2 Printer Label diff --git a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj index 202a7005..a4fd9e5f 100644 --- a/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj +++ b/src/BinaryKits.Zpl.Viewer/BinaryKits.Zpl.Viewer.csproj @@ -4,7 +4,7 @@ net472;netstandard2.0;net6.0 This package provides a rendering logic for ZPL data, as an alternative to labelary.com. Binary Kits Pte. Ltd. - 1.1.4 + 1.1.5 Binary Kits Pte. Ltd. Zebra ZPL ZPL2 ZPLEmulator ZPLVirtualPrinter ZPLViewer ZPLParser