totpero / DeviceDetector.NET

The Universal Device Detection library will parse any User Agent and detect the browser, operating system, device used (desktop, tablet, mobile, tv, cars, console, etc.), brand and model.
Apache License 2.0
348 stars 73 forks source link

Added DeviceDetectorSettings.cs in order to allow users to specify in… #12

Closed OlegIvanov closed 6 years ago

OlegIvanov commented 6 years ago

Added DeviceDetectorSettings.cs in order to allow users to specify in web-projects custom path to regexes directory. It is much better solution than bringing System.Web dependency like done here https://github.com/totpero/DeviceDetector.NET/pull/11/commits/868e2444bf2a5553d2f014fa15c81930716e1afd

guibranco commented 6 years ago

Seems good to me @OlegIvanov !

Just waiting @totpero see this PRs and merge then...

totpero commented 6 years ago

This solution is much better. I will update the nugget. Thanks 👍

totpero commented 6 years ago

Hi @OlegIvanov @guibranco I just release new update and this last version include fix for this bug and update to last version.