Anyone knows what is the correct "date" in the schemaVersion for CloudConfiguration's ServiceDefinition schema?
I just updated the Azure SDK from 2.4 to 2.6, but the "Upgrade" button in CloudConfiguration project fails to work (seems a lot of things that Microsoft published have to be fixed with Notepad). So I am about to manually update the SDK in the .csdef file with Notepad++ (seems a lot of things that Microsoft published have to be fixed with Notepad), as this is what this button did the last time. But smart enough, MS decided to put some date in the version number, so I do not have big chances to guess it.
Does anyone have successfully installed Azure SDK 2.6?
If so, please give me the first line of the .csdef file. Mine states:
<ServiceDefinition name="CloudConfiguration" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2014-06.2.4">