Grpc.Core.nuspec 1.1 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package>
  3. <metadata>
  4. <id>Grpc.Core</id>
  5. <title>gRPC 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.
  8. This is an experimental release, not ready to use.
  9. </description>
  10. <version>0.2.1</version>
  11. <authors>Google Inc.</authors>
  12. <owners>jtattermusch</owners>
  13. <licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl>
  14. <projectUrl>https://github.com/grpc/grpc</projectUrl>
  15. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  16. <releaseNotes>The first experimental release. Not ready to use.</releaseNotes>
  17. <copyright>Copyright 2015, Google Inc.</copyright>
  18. <tags>gRPC RPC Protocol HTTP/2</tags>
  19. <dependencies>
  20. <dependency id="Microsoft.Bcl.Immutable" version="1.0.34" />
  21. <dependency id="grpc.native.csharp_ext" version="0.6.0.0" />
  22. </dependencies>
  23. </metadata>
  24. <files>
  25. <file src="bin/Release/Grpc.Core.dll" target="lib/net45" />
  26. </files>
  27. </package>