Skip to content

Commit

Permalink
v 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
igorocampos committed Sep 15, 2020
1 parent 3a3a4db commit 9ed7622
Show file tree
Hide file tree
Showing 2 changed files with 6 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.2.1
- Enabled SourceLink

# v1.2.0
- New Utility overload for extension method `Add`, accepting string parameters instead of byte arrays. This will prevent a lot of `.ToBytes()` in the code.
- New `SelectCharSize` method that combines Width and Height size of characters (see [#10](https://github.com/igorocampos/ESCPOS/issues/10)).
Expand Down
7 changes: 3 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.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.1.0</AssemblyVersion>
<FileVersion>1.2.1.0</FileVersion>
<Version>1.2.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,6 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<ItemGroup>
<Compile Remove="UnitTest\**" />
<EmbeddedResource Remove="UnitTest\**" />
Expand Down

0 comments on commit 9ed7622

Please sign in to comment.