Releases: WURFL/wurfl-microservice-client-dotnet
Releases · WURFL/wurfl-microservice-client-dotnet
v2.2.0
- 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
- 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
- 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
- Fix: "Could not load file or assembly 'System.Net.Http.Formatting' " error
- Target framework netcoreapp 3.1 for .NET Core version
v2.1.1
- Added cache usage test
- Updated example app to use all HTTP request headers for detection
v2.1.0
- Added LookupHeaders method
- improved unit tests
v2.0.4
Update README.md
v2.0.2
Added metadata for better NuGet packaging and presentation on NuGet public webiste
v2.0.1
Initial release.