Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igorocampos committed Dec 20, 2019
1 parent f8d660d commit a73322a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.1.1
- `Print` method now allows a network address (host:port) as a printer address.

# v1.1.0
- Moved `Print` method to `Commands.cs`.
- Moved all enums to `Enums.cs`.
Expand Down
8 changes: 4 additions & 4 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.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<Version>1.1.1</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 All @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<None Include="../ESC_POS.png" Pack="true" PackagePath="\"/>
<None Include="../ESC_POS.png" Pack="true" PackagePath="\" />
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
Expand Down

0 comments on commit a73322a

Please sign in to comment.