microsoft / edge-selenium-tools

An updated EdgeDriver implementation for Selenium 3 with newly-added support for Microsoft Edge (Chromium).
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Apache License 2.0
88 stars 24 forks source link

Build strong named dotnet package #24

Closed bwalderman closed 3 years ago

bwalderman commented 3 years ago

Adding a Microsoft.Edge.SeleniumTools.StrongNamed package. The package is identical to the Microsoft.Edge.SeleniumTools package, with strong name signing added. This package is for use with the strong named Selenium package which is published separately and not available through NuGet.

Fixes #21