OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <package> |
| 3 <metadata> |
| 4 <id>Grpc.Auth</id> |
| 5 <title>gRPC C# Auth</title> |
| 6 <summary>Auth library for C# implementation of gRPC - an RPC library and fra
mework</summary> |
| 7 <description>Auth library for C# implementation of gRPC - an RPC library and
framework. See project site for more info.</description> |
| 8 <version>$version$</version> |
| 9 <authors>Google Inc.</authors> |
| 10 <owners>grpc-packages</owners> |
| 11 <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl> |
| 12 <projectUrl>https://github.com/grpc/grpc</projectUrl> |
| 13 <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 14 <releaseNotes>Release $version$ of gRPC C#</releaseNotes> |
| 15 <copyright>Copyright 2015, Google Inc.</copyright> |
| 16 <tags>gRPC RPC Protocol HTTP/2 Auth OAuth2</tags> |
| 17 <dependencies> |
| 18 <dependency id="Google.Apis.Auth" version="1.9.3" /> |
| 19 <dependency id="Grpc.Core" version="$version$" /> |
| 20 </dependencies> |
| 21 </metadata> |
| 22 <files> |
| 23 <file src="bin/ReleaseSigned/Grpc.Auth.dll" target="lib/net45" /> |
| 24 <file src="bin/ReleaseSigned/Grpc.Auth.pdb" target="lib/net45" /> |
| 25 <file src="bin/ReleaseSigned/Grpc.Auth.xml" target="lib/net45" /> |
| 26 <file src="**\*.cs" target="src" /> |
| 27 </files> |
| 28 </package> |
OLD | NEW |