|
|
@ -7,7 +7,7 @@ |
|
|
|
<description>C# implementation of gRPC - an RPC library and framework. See project site for more info. |
|
|
|
<description>C# implementation of gRPC - an RPC library and framework. See project site for more info. |
|
|
|
This is an experimental release, not ready to use. |
|
|
|
This is an experimental release, not ready to use. |
|
|
|
</description> |
|
|
|
</description> |
|
|
|
<version>0.1.0</version> |
|
|
|
<version>0.2.0</version> |
|
|
|
<authors>Google Inc.</authors> |
|
|
|
<authors>Google Inc.</authors> |
|
|
|
<owners>jtattermusch</owners> |
|
|
|
<owners>jtattermusch</owners> |
|
|
|
<licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl> |
|
|
|
<licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl> |
|
|
@ -17,7 +17,7 @@ |
|
|
|
<copyright>Copyright 2015, Google Inc.</copyright> |
|
|
|
<copyright>Copyright 2015, Google Inc.</copyright> |
|
|
|
<tags>gRPC RPC Protocol HTTP/2</tags> |
|
|
|
<tags>gRPC RPC Protocol HTTP/2</tags> |
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<dependency id="Grpc.Core" version="0.1.0" /> |
|
|
|
<dependency id="Grpc.Core" version="0.2.0" /> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
</metadata> |
|
|
|
</metadata> |
|
|
|
</package> |
|
|
|
</package> |
|
|
|