Initial Release version 1.0
.net 4.5 webforms and MVC
Compiled with CMS 9.6.1, tested with 10.0.1
If you have lower version add assemblyBindings:
<dependentAssembly>
<assemblyIdentity name="EPiServer" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.6.1.0" newVersion="your version" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="EPiServer.Framework" publicKeyToken="8fe83dea738b45b7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.6.1.0" newVersion="your version" />
</dependentAssembly>