Skip to content

Releases: WURFL/wurfl-microservice-client-dotnet

v2.2.0

11 Nov 11:09
d7075df
Compare
Choose a tag to compare
  • converts WmClient project to the SDK-style project format
  • extends compatibility to the following target frameworks : net462 net472 net481 net6.0 net7.0 net8.0
  • removes warnings during project build
  • unifies the two former NuGet packages (WURFL_Microservice_Client.Core and WURFL_Microservice_Client) into the new ScientiaMobile.Wurfl.Microservice.Client package

v2.1.4

27 Jun 08:59
51a99e2
Compare
Choose a tag to compare
  • Updated Newtonsoft.JSOn to version 13.0.1 to fix vulnerability
  • Also updated other dependencies to last compatibile version
  • Moved teaget framerk of example app to new .NET framework (netcore 3.1 and .net 5.0, was: old 4.5.2 fw which has reach EOL)

v2.1.3

25 Nov 10:06
427d3ed
Compare
Choose a tag to compare
  • This release makes WM client .NET Core project target net5.0 (but also continues to support netcoreapp3.1 target)
  • No changes to .NET framework compatible project

v2.1.2

10 Nov 19:46
b8b20e5
Compare
Choose a tag to compare
  • Fix: "Could not load file or assembly 'System.Net.Http.Formatting' " error
  • Target framework netcoreapp 3.1 for .NET Core version

v2.1.1

27 Oct 16:21
87e6d43
Compare
Choose a tag to compare
  • Added cache usage test
  • Updated example app to use all HTTP request headers for detection

v2.1.0

10 Sep 13:03
38a628a
Compare
Choose a tag to compare
  • Added LookupHeaders method
  • improved unit tests

v2.0.4

08 Sep 12:24
ff43de5
Compare
Choose a tag to compare
Update README.md

v2.0.2

15 Nov 13:57
ae526e0
Compare
Choose a tag to compare

Added metadata for better NuGet packaging and presentation on NuGet public webiste

v2.0.1

15 Nov 13:54
c87fbb0
Compare
Choose a tag to compare

Initial release.