~ubuntu-branches/ubuntu/wily/grpc/wily

« back to all changes in this revision

Viewing changes to src/csharp/Grpc.Core/Grpc.Core.nuspec

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2015-05-07 13:28:11 UTC
  • Revision ID: package-import@ubuntu.com-20150507132811-ybm4hfq73tnvvd2e
Tags: upstream-0.10.0
ImportĀ upstreamĀ versionĀ 0.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<package>
 
3
  <metadata>
 
4
    <id>Grpc.Core</id>
 
5
    <title>gRPC C# Core</title>
 
6
    <summary>Core C# implementation of gRPC - an RPC library and framework</summary>
 
7
    <description>Core C# implementation of gRPC - an RPC library and framework. See project site for more info.</description>
 
8
    <version>0.6.0</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 0.6.0 of gRPC C#</releaseNotes>
 
15
    <copyright>Copyright 2015, Google Inc.</copyright>
 
16
    <tags>gRPC RPC Protocol HTTP/2</tags>
 
17
        <dependencies>
 
18
          <dependency id="System.Collections.Immutable" version="1.1.36" />
 
19
          <dependency id="Ix-Async" version="1.2.3" />
 
20
          <dependency id="grpc.native.csharp_ext" version="0.10.0" />
 
21
    </dependencies>
 
22
  </metadata>
 
23
  <files>
 
24
    <file src="bin/Release/Grpc.Core.dll" target="lib/net45" />
 
25
        <file src="bin/Release/Grpc.Core.pdb" target="lib/net45" />
 
26
        <file src="bin/Release/Grpc.Core.xml" target="lib/net45" />
 
27
        <file src="**\*.cs" target="src" />
 
28
  </files>
 
29
</package>