Ravi Patel
Ravi Patel
You can try the dll from [here](https://ci.appveyor.com/api/buildjobs/5f5suuvyos1huxhy/artifacts/AutoUpdater.NET-1.6.0.zip) to see if it fixes your issue.
Check out the [checksum option](https://github.com/ravibpatel/AutoUpdater.NET#xml-file) of XML file.
If you want to force the user to update then you can try setting the following option before calling the Start method. [https://github.com/ravibpatel/AutoUpdater.NET#forced-updates](https://github.com/ravibpatel/AutoUpdater.NET#forced-updates)
You can share your build on the support portal [here](https://rbsoft.uservoice.com).
You can use another tool to compress as mentioned in #280
Updated the NuGet package to v1.6.1. It may fix your issue if you are using .net 4.5 or above.
Duplicate of #74. As far as I know .NET doesn't provide this directly so if I want to add this feature then I need to rely on a third party...
"[1.0.1210.39,2)" means that the minimum required dependency is 1.0.1210.39, but it should work with a version below 2.x. It may be happening due to binding redirects in App.config. Can you...
1.* means that it should accept any 1.x version, so it should work with all 1.x versions. I don't think changing that will change this behavior. I don't know why...
I reverted to the fixed version in v1.7.5 so, it should fix this, but this means issue #547 can resurface in the future when new WebView2 update releases. @achilleaskar If...