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