A day ago I reformatted my computer and installed Windows 8.1 and then Visual Studio 2013 Preview.
I was very VERY happy with all the changes, but I encountered one thing that's missing from 2012 version: WCF Data Service template
Thing is that not only the template is missing, but the one that works with 2012 is not compatible with 2013 Preview even when I add template package manualy and change the assembly version in .vstemplate file.
Am I missing something and this is not enough:
<Assembly>Microsoft.VisualStudio.Data.ServicesWizard, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>
Change version from 11.0.0.0 to 12.0.0.0 like this:
<Assembly>Microsoft.VisualStudio.Data.ServicesWizard, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>
I need to set up OData service and without the template - it would be pain..