Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/grpc/src/csharp/Grpc.nuspec

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <package>
3 <metadata>
4 <id>Grpc</id>
5 <title>gRPC C#</title>
6 <summary>C# implementation of gRPC - an RPC library and framework</summary>
7 <description>C# implementation of gRPC - an RPC library and framework. See p roject 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</tags>
17 <dependencies>
18 <dependency id="Grpc.Core" version="$version$" />
19 </dependencies>
20 </metadata>
21 <files/>
22 </package>
OLDNEW
« no previous file with comments | « third_party/grpc/src/csharp/.nuget/packages.config ('k') | third_party/grpc/src/csharp/Grpc.Auth/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698