forked from grpc/grpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request grpc#1881 from jtattermusch/csharp_bump_version_in…
…_release Integrate nuget and build changes from upstream
- Loading branch information
Showing
7 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package> | ||
<metadata> | ||
<id>Grpc.Tools</id> | ||
<title>gRPC C# Tools</title> | ||
<summary>Tools for C# implementation of gRPC - an RPC library and framework</summary> | ||
<description>Precompiled Windows binaries for generating protocol buffer messages and gRPC client/server code</description> | ||
<version>0.5.1</version> | ||
<authors>Google Inc.</authors> | ||
<owners>grpc-packages</owners> | ||
<licenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</licenseUrl> | ||
<projectUrl>https://github.com/grpc/grpc</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<releaseNotes>protoc.exe - protocol buffer compiler v3.0.0-alpha-3; grpc_csharp_plugin.exe - gRPC C# protoc plugin version 0.5.1</releaseNotes> | ||
<copyright>Copyright 2015, Google Inc.</copyright> | ||
<tags>gRPC RPC Protocol HTTP/2</tags> | ||
</metadata> | ||
<files> | ||
<file src="protoc.exe" target="tools" /> | ||
<file src="grpc_csharp_plugin.exe" target="tools" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters