From 73c1a88db7da9e451cfd4c207db22e9c4c77cc70 Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Sun, 8 Oct 2017 16:54:15 +0200 Subject: [PATCH] New version 3.8.0 - code cleanups - new public constructor in Iso7816.Response --- AssemblyInfo/Common.AssemblyInfo.cs | 6 +++--- Changelog | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/AssemblyInfo/Common.AssemblyInfo.cs b/AssemblyInfo/Common.AssemblyInfo.cs index 26abef8..b0702b8 100644 --- a/AssemblyInfo/Common.AssemblyInfo.cs +++ b/AssemblyInfo/Common.AssemblyInfo.cs @@ -6,6 +6,6 @@ [assembly: AssemblyCompany("")] [assembly: AssemblyCopyright("Copyright © 2007-2017 by Daniel Mueller")] -[assembly: AssemblyVersion("3.7.0")] -[assembly: AssemblyFileVersion("3.7.0")] -[assembly: AssemblyInformationalVersion("3.7.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.8.0")] +[assembly: AssemblyFileVersion("3.8.0")] +[assembly: AssemblyInformationalVersion("3.8.0")] \ No newline at end of file diff --git a/Changelog b/Changelog index 935f526..c5faa80 100644 --- a/Changelog +++ b/Changelog @@ -3,11 +3,14 @@ a = Major API change b = New Feature c = Bug fix -xxxx-xx-xx Daniel Mueller -* New version x.x.x +2017-10-08 Daniel Mueller +* New version 3.8.0 * Merged pull request https://github.com/danm-de/pcsc-sharp/pull/55 Corrected tests (32/64 bit issue), code cleanup. Thanks to @glenebob +* Feature request https://github.com/danm-de/pcsc-sharp/pull/57 + New constructor for Iso7816.Response opened by Scott Stephens + (Thanks for the pull request @scottstephens) 2017-06-22 Daniel Mueller * New version 3.7.0