Skip to content

Tags: fotoguy42/pcsc-sharp

Tags

RELEASE_3_5_1

Toggle RELEASE_3_5_1's commit message
Merge pull request danm-de#29 from danm-de/bugfix/28-GetResponse-Case…

…4Short

Fixes issue #28

RELEASE_3_5_0

Toggle RELEASE_3_5_0's commit message
New release 3.5.0

RELEASE_3_3_1_0

Toggle RELEASE_3_3_1_0's commit message
Code cleanups

- Removed IsNullOrWhiteSpace extension method for string
- use auto-properties if possible
- removed unused initializations
- use new compiler features (like nameof, method syntax for properties,
..)
- use var keyword instead explicit type declaration
- enabled paket auto-restore feature for the entire solution

RELEASE_3_3_0_0

Toggle RELEASE_3_3_0_0's commit message
New version 3.3.0.0 fixes #11 and fixes #15

* New version 3.3.0.0
 * Bugfix:
https://github.com/danm-de/pcsc-sharp/issues/11
   Thanks to
EmptySamurai!
 * Bugfix:
https://github.com/danm-de/pcsc-sharp/issues/15
   Thanks to anzun!
 *
WARNING: API change:
   SCardContext.GetReaders(),
SCardContext.GetReaders(string[]) and
   SCardContextGetReaderGroups()
do not throw PCSCException anymore on
   SCARD_E_NO_READERS_AVAILABLE
(Group contains no readers)
 * SCardContext and SCardMonitor throw more
specific exceptions
 * Exceptions are serializable

RELEASE_3_2_0_0

Toggle RELEASE_3_2_0_0's commit message
New version 3.2.0.0, fixes danm-de#14.

* New version 3.2.0.0
* Bugfix: danm-de#14
  Thanks to Mat!
  (https://github.com/mtausig)
* Raised .Net framework to version 4.0.0
* Introduction "paket" and FAKE as NuGet and psake replacements
* New folder structure for solution / project files

RELEASE_3_1_0_2

Toggle RELEASE_3_1_0_2's commit message
New version 3.1.0.2

RELEASE_3_1_0_1

Toggle RELEASE_3_1_0_1's commit message
Corrected nuspec-File Ooopss..

RELEASE_3_1_0_0

Toggle RELEASE_3_1_0_0's commit message
Decreased .Net Framework version from 4.0 to .Net 3.5.

RELEASE_3_0_0_0

Toggle RELEASE_3_0_0_0's commit message
Update README