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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Andrew Pollock
  • Date: 2015-08-28 09:26:25 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150828092625-8057cxcbormjrmkn
Tags: 0.10.2-1
New upstream release (closes: #795766)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <title>gRPC C# Auth</title>
6
6
    <summary>Auth library for C# implementation of gRPC - an RPC library and framework</summary>
7
7
    <description>Auth library for C# implementation of gRPC - an RPC library and framework. See project site for more info.</description>
8
 
    <version>0.6.0</version>
 
8
    <version>$version$</version>
9
9
    <authors>Google Inc.</authors>
10
10
    <owners>grpc-packages</owners>
11
11
    <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl>
12
12
    <projectUrl>https://github.com/grpc/grpc</projectUrl>
13
13
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
14
 
    <releaseNotes>Release 0.6.0 of gRPC C#</releaseNotes>
 
14
    <releaseNotes>Release $version$ of gRPC C#</releaseNotes>
15
15
    <copyright>Copyright 2015, Google Inc.</copyright>
16
16
    <tags>gRPC RPC Protocol HTTP/2 Auth OAuth2</tags>
17
17
        <dependencies>
18
18
          <dependency id="BouncyCastle" version="1.7.0" />
19
19
          <dependency id="Google.Apis.Auth" version="1.9.1" />
20
 
          <dependency id="Grpc.Core" version="0.6.0" />
 
20
          <dependency id="Grpc.Core" version="$version$" />
21
21
    </dependencies>
22
22
  </metadata>
23
23
  <files>