Skip to content

Releases: Amarok79/InlayTester.Drivers.FeigReader

5.3.0

Choose a tag to compare

@Amarok79 Amarok79 released this 14 Sep 08:39
ce4ff27
  • Update packages
  • Internal changes (NCrunch, code format)

5.2.0

Choose a tag to compare

@Amarok79 Amarok79 released this 14 Sep 08:38
  • Add support for .NET 8
  • Remove support for .NET 7

5.1.0

Choose a tag to compare

@Amarok79 Amarok79 released this 28 Jun 06:09
  • Support for .NET 8
  • Minor code improvements

5.0.0

Choose a tag to compare

@Amarok79 Amarok79 released this 20 Nov 12:43
  • Add support for .NET 7
  • Remove support for .NET 5
  • Fix logging (CA2253: Named placeholders should not be numeric values)

4.1.0

Choose a tag to compare

@Amarok79 Amarok79 released this 09 Oct 06:55
  • Added support for FEIG reader CPR74.xx
  • Added support for transponder types Innovatron and FeliCa
  • Added CollisionError to FeigStatus
  • Added CPR74 to FeigReaderType

4.0.0

Choose a tag to compare

@Amarok79 Amarok79 released this 24 Mar 18:50
  • Replaced Common.Logging with Microsoft.Extensions.Logging.Abstractions
  • Internal changes (SonarCloud analysis, Stryker mutation testing, NCrunch)

3.0.0

Choose a tag to compare

@Amarok79 Amarok79 released this 29 Nov 18:09
  • Updated dependencies to latest versions; Now, using Amarok.Shared instead of Amarok.InlayTester.Shared
  • The package is now published as InlayTester.Shared.FeigReader
  • Compiled with C# 8 and nullable reference types
  • Adapted NuGet package to use the new <PackageIcon/>
  • Support for .NET 5.0

2.1.0

Choose a tag to compare

@Amarok79 Amarok79 released this 20 Aug 21:48
  • #12 Enabled SourceLink support.

2.0.0

Choose a tag to compare

@Amarok79 Amarok79 released this 03 Aug 10:01
  • Now, assemblies are signed with a strong-name.
  • Adapted to breaking changes in package Amarok.InlayTester.Shared.Transports, caused by usage of Amarok.Events instead of ordinary .NET events.

1.1.0

Choose a tag to compare

@Amarok79 Amarok79 released this 14 Jun 18:20
  • (#7) Added SwitchRF(..) to IFeigReader.
  • (#11) Added ability to supply a ITransportHooks when creating a new IFeigReader via FeigReader.Create(..).