Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump PCSC.Iso7816 and PCSC #179

Merged
merged 1 commit into from
Jan 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps PCSC.Iso7816 and PCSC. These dependencies needed to be updated together.
Updates PCSC.Iso7816 from 6.1.3 to 6.2.0

Changelog

Sourced from PCSC.Iso7816's changelog.

Version numbering info: a.b.c a = Major API change b = New Feature c = Bug fix

2023-12-30 Daniel Mueller [email protected]

  • New version 6.2.0 Bugfix "CPU Spike while Monitoring Devices where not all devices are part of the user's SID" reported by @​kevmoens (danm-de/pcsc-sharp#116) SCardListReaders vs. SCardGetStatusChange - number of devices is different when using Microsoft Windows Hello for Business 2.
  • Add .NET 8.0 support
  • Possible breaking change for .NET8 users: [Serializable] has been deprecated Exceptions are not longer serializable when using .NET8 runtime.
  • Update nuget package dependencies
  • Remove FAKE/Paket for being to complicated / superfluous for this library

2022-12-19 Daniel Mueller [email protected]

2022-12-01 Daniel Mueller [email protected]

2022-12-01 Daniel Mueller [email protected]

  • New version 6.1.1 Bugfix: fix typos (wrong enum value InvalidHandle->InvalidHandleWindows)
  • Adopted suggestion from Stefan Siedler: Remove counters in DeviceMonitor. This is necessary to prevent a NoServiceException when the user continuously connects and disconnects USB readers.

2022-11-30 Daniel Mueller [email protected]

  • New version 6.1.0
  • Added suggestion from Stefan Siedler (Fresenius Medial Care): problem on Windows 10: during USB reader disconnect, DeviceMonitor will throw ShutDown & InvalidHandleWindows instead of NoService error code.
  • Multi-target Nuget package with support for .netstandard2.0, .net6 and .net7
  • Try to fix P/Invoke call in MacOsxNativeMethods.GetSymFromLib(string) Thanks to @​pazimor danm-de/pcsc-sharp#110 and Dmitry Kalinin for reporting.

2022-03-09 Daniel Mueller [email protected]

  • New version 6.0.0
  • PCSC: change build targets to netstandard2.0
  • Test / Example projects: update target framework to net6.0

... (truncated)

Commits

Updates PCSC from 6.1.3 to 6.2.0

Changelog

Sourced from PCSC's changelog.

Version numbering info: a.b.c a = Major API change b = New Feature c = Bug fix

2023-12-30 Daniel Mueller [email protected]

  • New version 6.2.0 Bugfix "CPU Spike while Monitoring Devices where not all devices are part of the user's SID" reported by @​kevmoens (danm-de/pcsc-sharp#116) SCardListReaders vs. SCardGetStatusChange - number of devices is different when using Microsoft Windows Hello for Business 2.
  • Add .NET 8.0 support
  • Possible breaking change for .NET8 users: [Serializable] has been deprecated Exceptions are not longer serializable when using .NET8 runtime.
  • Update nuget package dependencies
  • Remove FAKE/Paket for being to complicated / superfluous for this library

2022-12-19 Daniel Mueller [email protected]

2022-12-01 Daniel Mueller [email protected]

2022-12-01 Daniel Mueller [email protected]

  • New version 6.1.1 Bugfix: fix typos (wrong enum value InvalidHandle->InvalidHandleWindows)
  • Adopted suggestion from Stefan Siedler: Remove counters in DeviceMonitor. This is necessary to prevent a NoServiceException when the user continuously connects and disconnects USB readers.

2022-11-30 Daniel Mueller [email protected]

  • New version 6.1.0
  • Added suggestion from Stefan Siedler (Fresenius Medial Care): problem on Windows 10: during USB reader disconnect, DeviceMonitor will throw ShutDown & InvalidHandleWindows instead of NoService error code.
  • Multi-target Nuget package with support for .netstandard2.0, .net6 and .net7
  • Try to fix P/Invoke call in MacOsxNativeMethods.GetSymFromLib(string) Thanks to @​pazimor danm-de/pcsc-sharp#110 and Dmitry Kalinin for reporting.

2022-03-09 Daniel Mueller [email protected]

  • New version 6.0.0
  • PCSC: change build targets to netstandard2.0
  • Test / Example projects: update target framework to net6.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [PCSC.Iso7816](https://github.com/danm-de/pcsc-sharp) and [PCSC](https://github.com/danm-de/pcsc-sharp). These dependencies needed to be updated together.

Updates `PCSC.Iso7816` from 6.1.3 to 6.2.0
- [Changelog](https://github.com/danm-de/pcsc-sharp/blob/master/Changelog.txt)
- [Commits](https://github.com/danm-de/pcsc-sharp/commits)

Updates `PCSC` from 6.1.3 to 6.2.0
- [Changelog](https://github.com/danm-de/pcsc-sharp/blob/master/Changelog.txt)
- [Commits](https://github.com/danm-de/pcsc-sharp/commits)

---
updated-dependencies:
- dependency-name: PCSC.Iso7816
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: PCSC
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
@odalet odalet merged commit 22fba9b into master Jan 1, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/PCSC.Iso7816-and-PCSC-6.2.0 branch January 1, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant