Skip to content

Initial Release version 1.0

Compare
Choose a tag to compare
@LucGosso LucGosso released this 07 Feb 14:13
· 21 commits to master since this release

.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>