Skip to content

Commit

Permalink
New version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danm-de committed Jul 3, 2019
1 parent 1c4231a commit bbd7252
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
9 changes: 8 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Version numbering info: a.b.c
Version numbering info: a.b.c
a = Major API change
b = New Feature
c = Bug fix

2019-07-03 Daniel Mueller <daniel@danm.de>
* New version 4.2.0
* IsoReader: added new constructor to supply MaxReceiveSize for GET_RESPONSE
command. Per default it has a value of 128 bytes only. For a larger (Le)
size the user had to inherit from IsoReader and override the Property
MaxReceiveSize. Thanks to David Mohr for reporting.

2019-05-26 Daniel Mueller <daniel@danm.de>
* New version 4.1.1
* Added SourceLink supported
Expand Down
7 changes: 3 additions & 4 deletions src/PCSC.Iso7816/PCSC.Iso7816.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp2.2;net40</TargetFrameworks>
<Version>4.1.1</Version>
<Version>4.2.0</Version>
<Authors>Daniel Mueller</Authors>
<Company>Daniel Mueller</Company>
<Description>Implements partial ISO7816 support (APDU etc.) for PCSC.</Description>
<Copyright>Copyright 2018 Daniel Mueller</Copyright>
<Copyright>Copyright 2019 Daniel Mueller</Copyright>
<PackageLicenseUrl>https://github.com/danm-de/pcsc-sharp/blob/master/COPYING</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/danm-de/pcsc-sharp</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/danm-de/pcsc-sharp/master/pcsc-sharp.png</PackageIconUrl>
Expand All @@ -15,7 +15,6 @@
<PackageTags>pcsc apdu</PackageTags>
<NeutralLanguage />
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>4.1.1</PackageVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../pcsc-sharp.snk</AssemblyOriginatorKeyFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down Expand Up @@ -47,6 +46,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
</ItemGroup>
</Project>
7 changes: 3 additions & 4 deletions src/PCSC.Reactive/PCSC.Reactive.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@
<PackageIconUrl>https://raw.githubusercontent.com/danm-de/pcsc-sharp/master/pcsc-sharp.png</PackageIconUrl>
<Authors>Daniel Mueller</Authors>
<Company />
<Version>4.1.1</Version>
<Version>4.2.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Reactive extensions for PC/SC. Observables from smart card monitor events.</Description>
<Copyright>Copyright 2018 Daniel Mueller</Copyright>
<Copyright>Copyright 2019 Daniel Mueller</Copyright>
<PackageLicenseUrl>https://github.com/danm-de/pcsc-sharp/blob/master/COPYING</PackageLicenseUrl>
<RepositoryUrl>https://github.com/danm-de/pcsc-sharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<NeutralLanguage />
<PackageProjectUrl>https://github.com/danm-de/pcsc-sharp</PackageProjectUrl>
<PackageTags>pcsc rx</PackageTags>
<PackageVersion>4.1.1</PackageVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../pcsc-sharp.snk</AssemblyOriginatorKeyFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down Expand Up @@ -49,6 +48,6 @@
<PackageReference Include="System.Reactive" Version="4.1.*" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
</ItemGroup>
</Project>
7 changes: 3 additions & 4 deletions src/PCSC/PCSC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<NeutralLanguage />
<PackageLicenseUrl>https://github.com/danm-de/pcsc-sharp/blob/master/COPYING</PackageLicenseUrl>
<Copyright>Copyright 2018 Daniel Mueller</Copyright>
<Copyright>Copyright 2019 Daniel Mueller</Copyright>
<Description>Contains classes to access the Personal Computer/Smart Card Resource Manager using the system's native PC/SC API. The library is written to run on both, Windows and Unix (Linux with Mono using PCSC Lite).</Description>
<Company />
<Authors>Daniel Mueller</Authors>
<Version>4.1.1</Version>
<Version>4.2.0</Version>
<PackageTags>pcsc smartcard pcsc-sharp pc/sc</PackageTags>
<PackageProjectUrl>https://github.com/danm-de/pcsc-sharp</PackageProjectUrl>
<PackageIconUrl>https://raw.githubusercontent.com/danm-de/pcsc-sharp/master/pcsc-sharp.png</PackageIconUrl>
<RepositoryUrl>https://github.com/danm-de/pcsc-sharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageVersion>4.1.1</PackageVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../../pcsc-sharp.snk</AssemblyOriginatorKeyFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down Expand Up @@ -44,6 +43,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit bbd7252

Please sign in to comment.