diff --git a/CAP.sln b/CAP.sln index 98c03d2..21c804b 100644 --- a/CAP.sln +++ b/CAP.sln @@ -31,7 +31,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{10C0818D build.cake = build.cake build.ps1 = build.ps1 build.sh = build.sh - Directory.Build.props = Directory.Build.props + src\Directory.Build.props = src\Directory.Build.props build\index.cake = build\index.cake build\util.cake = build\util.cake build\version.cake = build\version.cake diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8f791c2..2806959 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -4,15 +4,15 @@ CAP - .NET Core Community;Savorboard + ncc;savorboard https://github.com/dotnetcore/CAP git $(MSBuildThisFileDirectory) - https://avatars2.githubusercontent.com/u/19404084 + https://raw.githubusercontent.com/dotnetcore/CAP/master/docs/content/img/logo.png https://github.com/dotnetcore/CAP https://github.com/dotnetcore/CAP/blob/master/LICENSE.txt - CAP;EventBus;Distributed Transaction - EventBus outbox integration and eventually consistency in microservice architectures. + CAP;EventBus;MicroService + Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern. @@ -23,7 +23,7 @@ - + \ No newline at end of file