Skip to content

Commit

Permalink
Update for package 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luminor-rmorriss committed Jan 18, 2024
1 parent 70ef2ed commit 0b62e33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SharpZebraStandard/SharpZebraStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>rkone</Authors>
<Description>Print to networked Zebra label printers using EPL2/ZPL (without needing to know EPL2 or ZPL)</Description>
<Version>1.0.6</Version>
<PackageReleaseNotes>v1.0.6: QR Code, inverse custom text support from malbach. Fix alignment crash on empty text.</PackageReleaseNotes>
<Version>1.1.0</Version>
<PackageReleaseNotes>v1.1.0: Added methods to manipulate images using SkiaSharp instead of Windows Specific System.Drawing.Common</PackageReleaseNotes>
<RootNamespace>SharpZebra</RootNamespace>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>SharpZebraSigning.snk</AssemblyOriginatorKeyFile>
Expand All @@ -25,7 +25,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.6" />
<PackageReference Include="SkiaSharp" Version="2.88.7" />
<PackageReference Include="System.Drawing.Common" Version="8.0.1" />
</ItemGroup>

Expand Down

0 comments on commit 0b62e33

Please sign in to comment.