From db0a5fd359efb25e505b4f182936a2de4c7f3109 Mon Sep 17 00:00:00 2001 From: Date: Mon, 26 Jun 2017 19:16:52 -0500 Subject: [PATCH] Renamed ChatFramework to ChatPlatform --- .../CapCom.ChatPlatform.Domain.csproj | 0 .../Class1.cs | 2 +- .../Interfaces/IChatPost.cs | 0 .../Interfaces/IChatProvider.cs | 0 .../Interfaces/IChatResponse.cs | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename CapCom.ChatFramwork.Domain/CapCom.ChatFramwork.Domain.csproj => CapCom.ChatPlatform.Domain/CapCom.ChatPlatform.Domain.csproj (100%) mode change 100755 => 100644 rename {CapCom.ChatFramwork.Domain => CapCom.ChatPlatform.Domain}/Class1.cs (56%) mode change 100755 => 100644 rename {CapCom.ChatFramwork.Domain => CapCom.ChatPlatform.Domain}/Interfaces/IChatPost.cs (100%) rename {CapCom.ChatFramwork.Domain => CapCom.ChatPlatform.Domain}/Interfaces/IChatProvider.cs (100%) rename {CapCom.ChatFramwork.Domain => CapCom.ChatPlatform.Domain}/Interfaces/IChatResponse.cs (100%) diff --git a/CapCom.ChatFramwork.Domain/CapCom.ChatFramwork.Domain.csproj b/CapCom.ChatPlatform.Domain/CapCom.ChatPlatform.Domain.csproj old mode 100755 new mode 100644 similarity index 100% rename from CapCom.ChatFramwork.Domain/CapCom.ChatFramwork.Domain.csproj rename to CapCom.ChatPlatform.Domain/CapCom.ChatPlatform.Domain.csproj diff --git a/CapCom.ChatFramwork.Domain/Class1.cs b/CapCom.ChatPlatform.Domain/Class1.cs old mode 100755 new mode 100644 similarity index 56% rename from CapCom.ChatFramwork.Domain/Class1.cs rename to CapCom.ChatPlatform.Domain/Class1.cs index 6c931a7..cbc63bc --- a/CapCom.ChatFramwork.Domain/Class1.cs +++ b/CapCom.ChatPlatform.Domain/Class1.cs @@ -1,6 +1,6 @@ using System; -namespace CapCom.ChatFramwork.Domain +namespace CapCom.ChatPlatform.Domain { public class Class1 { diff --git a/CapCom.ChatFramwork.Domain/Interfaces/IChatPost.cs b/CapCom.ChatPlatform.Domain/Interfaces/IChatPost.cs similarity index 100% rename from CapCom.ChatFramwork.Domain/Interfaces/IChatPost.cs rename to CapCom.ChatPlatform.Domain/Interfaces/IChatPost.cs diff --git a/CapCom.ChatFramwork.Domain/Interfaces/IChatProvider.cs b/CapCom.ChatPlatform.Domain/Interfaces/IChatProvider.cs similarity index 100% rename from CapCom.ChatFramwork.Domain/Interfaces/IChatProvider.cs rename to CapCom.ChatPlatform.Domain/Interfaces/IChatProvider.cs diff --git a/CapCom.ChatFramwork.Domain/Interfaces/IChatResponse.cs b/CapCom.ChatPlatform.Domain/Interfaces/IChatResponse.cs similarity index 100% rename from CapCom.ChatFramwork.Domain/Interfaces/IChatResponse.cs rename to CapCom.ChatPlatform.Domain/Interfaces/IChatResponse.cs