Snowplow .NET Analytics SDK 0.3.0 released

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

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

Links

NuGet package: NuGet Gallery | Snowplow.Analytics 0.3.0
Github release: Release Version 0.3.0 ยท snowplow/snowplow-dotnet-analytics-sdk ยท GitHub

2 Likes