-
Notifications
You must be signed in to change notification settings - Fork 0
/
Package.nuspec
28 lines (28 loc) · 1.16 KB
/
Package.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0"?>
<package >
<metadata>
<id>Package</id>
<version>1.0.0</version>
<authors>leenux</authors>
<owners>leenux</owners>
<licenseUrl>https://github.com/leenux/GrpcPool/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/leenux/GrpcPool</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>gRPC client pool for .Net.</description>
<releaseNotes>First create.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>grpc client pool .net core</tags>
<dependencies>
<dependency id="BouncyCastle" version="1.7.0" />
<dependency id="Google.Apis" version="1.16.0" />
<dependency id="Google.Apis.Auth" version="1.16.0" />
<dependency id="Google.Apis.Core" version="1.16.0" />
<dependency id="Grpc.Auth" version="1.0.1" />
<dependency id="Grpc.Core" version="1.0.1" />
<dependency id="log4net" version="2.0.3" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
<dependency id="System.Interactive.Async" version="3.0.0" />
<dependency id="Zlib.Portable.Signed" version="1.11.0" />
</dependencies>
</metadata>
</package>