Merge remote-tracking branch 'origin/6.2.2' into 7.1.5

Conflicts:
	src/Umbraco.Core/Sync/DefaultServerMessenger.cs
	src/Umbraco.Tests/Services/ContentServiceTests.cs
This commit is contained in:
Shannon
2014-08-05 12:49:51 -06:00
17 changed files with 366 additions and 40 deletions

View File

@@ -8,5 +8,7 @@ namespace Umbraco.Core.Sync
public interface IServerAddress
{
string ServerAddress { get; }
//TODO : Should probably add things like port, protocol, server name, app id
}
}