Skip to content

Version 0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 09:51

This release fixes string parsing for events that contain " in the fields and naming of the refr_dvce_tstamp field. It also updates the project framework and dependencies. Notably, the project now uses netstandard version 2.1 instead of 1.1 and the Newtonsoft.Json dependency has been updated from 10.0.3 to 13.0.3.

Changelog

Bug fixes

  • Handle quotes in user agent strings
  • Fix refr_dvce_tstamp field naming (#13)

Under the hood

  • Update test project framework and dependencies
  • Update Newtonsoft.Json 10.0.3 dependency to 13.0.3
  • Update framework from netstandard 1.1 to 2.1
  • Remove AppVeyor CI
  • Add build and publish Github actions