Skip to content

Commit

Permalink
修改描述和版权信息
Browse files Browse the repository at this point in the history
  • Loading branch information
maikebing committed Sep 8, 2020
1 parent dc06d88 commit 10ebc92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MaiKeBing.CAP.LiteDB/MaiKeBing.CAP.LiteDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<PackageIcon>cap_litedb.png</PackageIcon>
<PackageId>MaiKeBing.CAP.LiteDB</PackageId>
<Product>MaiKeBing.CAP.LiteDB</Product>
<Description>LiteDB是一个小型的.NET平台开源的NoSQL类型的轻量级文件数据库。特点是小和快,dll文件只有200K大小,而且支持LINQ和命令行操作,数据库是一个单一文件,类似Sqlite。为CAP存储了本地文件的NoSQL存储方式, 示例请参见 Sample.LiteDB.InMemory</Description>
<Copyright>© MaiKeBing 2020</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/MaiKeBing.CAP.ZeroMQ/MaiKeBing.CAP.ZeroMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<RepositoryUrl>https://github.com/maikebing/CAP.Extensions</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>cap_zeromq.png</PackageIcon>
<Copyright>© MaiKeBing 2020</Copyright>
<Description>ZeroMQ(也称为 ØMQ,0MQ 或 zmq)是一个可嵌入的网络通讯库(对 Socket 进行了封装)。 它提供了携带跨越多种传输协议(如:进程内,进程间,TCP 和多播)的原子消息的 sockets 。 有了ZeroMQ,我们可以通过发布-订阅、任务分发、和请求-回复等模式来建立 N-N 的 socket 连接。 ZeroMQ 的异步 I / O 模型为我们提供可扩展的基于异步消息处理任务的多核应用程序。当前组件使用了NetMQ 为CAP提供了 发布-订阅, 推送-拉取两种消息模式。 示例请参见Sample.ZeroMQ.InMemory, 当测试 推送-拉取 消息模式时 , 可以启动 Sample.ConsoleApp 可以测试负载均衡。</Description>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 10ebc92

Please sign in to comment.