Add 100 to the ClientDependency.config version to avoid conflicts with older caches

This commit is contained in:
Sebastiaan Janssen
2014-02-03 10:23:13 +01:00
parent 9687b2abee
commit 98684e6292
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ namespace Umbraco.Core.Configuration
int oldVersion;
int.TryParse(versionAttribute.Value, out oldVersion);
var newVersion = oldVersion + 1;
var newVersion = oldVersion + 100;
versionAttribute.SetValue(newVersion);
clientDependencyConfigXml.Save(_fileName, SaveOptions.DisableFormatting);

View File

@@ -2643,7 +2643,7 @@ xcopy "$(ProjectDir)"..\packages\SqlServerCE.4.0.0.0\x86\*.* "$(TargetDir)x86\"
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>7020</DevelopmentServerPort>
<DevelopmentServerPort>7030</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:7030</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>