CloudSharper 0.9.23 released

Loic Denuziere

Loic Denuziere

Dec 16, 2014

Reading time:

2 mins

Share via:

It's been a few weeks since our previous release, and finally CloudSharper 0.9.23 is here.

The highlight of this release is the update to WebSharper 3.0.3 alpha. This update concerns:

  • The cloudsharper.com interface itself;
  • The CloudSharper Local Services component;
  • The project templates available inside CloudSharper.

Of course, it is still possible to work on WebSharper 2.5 projects within CloudSharper. Note however that if you want to run a 2.5 sitelets application ("Client-Server WebApplication") from inside CloudSharper, you need to add the following to your web project's Web.config file:

  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
       <dependentAssembly>
        <assemblyIdentity name="IntelliFactory.WebSharper.Sitelets"
                          publicKeyToken="dcd983dec8f76a71" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="2.5.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="IntelliFactory.WebSharper.Core"
                          publicKeyToken="dcd983dec8f76a71" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="2.5.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>

Happy coding!

Read more from

Can’t find what you were looking for? Drop us a line.

Loic Denuziere
Found a typo?

This blog post is hosted on GitHub here. Feel free to file a ticket or send a PR.

Newsletter

We will not spam you or give your details to anyone.