Skip to content

Commit

Permalink
v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
igorocampos committed Jan 23, 2024
1 parent 3c469fe commit e5b9ce6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.2.4
- Renamed methods PrintBarcode and PrintQRCode and marked old ones as obsolete (see #29)
- Added support for any Encoding instead of just UTF-8
- Added Simple Commands as alias of existing ones (see #30)
- Created Extension Methods for Barcode and QRCode (see #31)

# v1.2.3
- Added new optional parameter for Barcode command (see [#26](https://github.com/igorocampos/ESCPOS/issues/26)).
- Added support for GitHub Codespaces
Expand Down
6 changes: 3 additions & 3 deletions ESCPOS/ESCPOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageLicenseExpression></PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<AssemblyVersion>1.2.3.0</AssemblyVersion>
<FileVersion>1.2.3.0</FileVersion>
<Version>1.2.3</Version>
<AssemblyVersion>1.2.4.0</AssemblyVersion>
<FileVersion>1.2.4.0</FileVersion>
<Version>1.2.4</Version>
<PackageIcon>ESC_POS.png</PackageIcon>
<PackageIconUrl>http://campos.cf/ESC_POS.png</PackageIconUrl>
<PackageTags>escpos;esc;pos;receipt;thermal;printer;esc/pos;sat;cfe</PackageTags>
Expand Down

0 comments on commit e5b9ce6

Please sign in to comment.