Skip to content

Commit

Permalink
Merge branch 'hotfix/release_notes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Todd committed Feb 26, 2020
2 parents 66d8fee + 0d5f31d commit d26ee88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Apex7000_BillValidator/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyVersion("1.4.1.0")]
[assembly: AssemblyFileVersion("1.4.1.0")]

[assembly : InternalsVisibleTo("PyramidNETRS232_Test")]
7 changes: 4 additions & 3 deletions Apex7000_BillValidator/PyramidNETRS232.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>$id$</id>
<version>1.4.0</version>
<version>1.4.1</version>
<title>$title$</title>
<authors>Pyramid Technologies Inc., Cory Todd</authors>
<owners>$author$</owners>
Expand All @@ -12,8 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
In escrow mode, the escrow state now treated as event instead of state change.
Fix log log4net dependency resolution
Add extra error handling in RS-232 comm loop thread
Add support for custom ICommPort injection
Cleanup Nuget listing
</releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>RS-232 BillValidator Pyramid PTI</tags>
Expand Down

0 comments on commit d26ee88

Please sign in to comment.