I’m trying to find the latest Appium WebDriver dll for C# / dotnet (preferably signed if possible) but the source code and the nuget package have different versions?
https://github.com/appium/appium-dotnet-driver has v1.0
https://www.nuget.org/packages/Appium.WebDriver/ has v1.2.01
is the source code for v1.2.01 somewhere I can access, so I can sign the dll myself?
thanks!