Skip to content

Commit b3b9b89

Browse files
committed
修改包信息。
1 parent aed6b9e commit b3b9b89

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Rabbit.Zookeeper/src/Rabbit.Zookeeper/project.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
{
22
"version": "1.0.0-*",
3+
"description": "支持断线重连,永久watcher,递归删除,递归创建等常用操作的,ZooKeeper客户端。",
4+
"copyright": "©RabbitHub. All rights reserved.",
5+
"authors": [ "majian" ],
6+
"title": "Apache ZooKeeper .NET async Client Extensions",
7+
"projectUrl": "https://github.com/RabbitTeam/zookeeper-client",
8+
9+
"packOptions": {
10+
"tags": [ "RabbitHub", "Rabbit", "Zookeeper", "ZKClient", "ZookeeperClient" ],
11+
"owners": [ "RabbitHub" ],
12+
"iconUrl": "http://images.cnblogs.com/cnblogs_com/ants/862383/o_icon.png",
13+
"licenseUrl": "https://github.com/RabbitTeam/zookeeper-client/blob/master/LICENSE",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/RabbitTeam/zookeeper-client"
17+
}
18+
},
319

420
"dependencies": {
521
"NETStandard.Library": "1.6.0",
622
"ZooKeeperNetEx": "3.4.9.2"
723
},
8-
924
"frameworks": {
1025
"netstandard1.6": {
1126
"imports": "dnxcore50"
@@ -24,5 +39,8 @@
2439
]
2540
}
2641
}
42+
},
43+
"buildOptions": {
44+
"xmlDoc": true
2745
}
2846
}

0 commit comments

Comments
 (0)