From 2ce352de3cb59ccbac63ca24411804e29a75ca90 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 21 May 2015 10:54:11 -0700 Subject: [PATCH 1/2] added support for building Symbol packages --- src/csharp/Grpc.Auth/Grpc.Auth.nuspec | 2 ++ src/csharp/Grpc.Core/Grpc.Core.nuspec | 4 +++- src/csharp/build_packages.bat | 4 ++-- vsprojects/nuget_package/grpc.native.csharp_ext.nuspec | 4 ++-- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec index 28ec93d3c57..ddf9e72888a 100644 --- a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec +++ b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec @@ -22,5 +22,7 @@ + + diff --git a/src/csharp/Grpc.Core/Grpc.Core.nuspec b/src/csharp/Grpc.Core/Grpc.Core.nuspec index 5269881afa7..2adba2729b3 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.nuspec +++ b/src/csharp/Grpc.Core/Grpc.Core.nuspec @@ -17,10 +17,12 @@ - + + + diff --git a/src/csharp/build_packages.bat b/src/csharp/build_packages.bat index fe7e0a495f5..7cb78bddf40 100644 --- a/src/csharp/build_packages.bat +++ b/src/csharp/build_packages.bat @@ -11,8 +11,8 @@ endlocal @call buildall.bat || goto :error %NUGET% pack ..\..\vsprojects\nuget_package\grpc.native.csharp_ext.nuspec || goto :error -%NUGET% pack Grpc.Core\Grpc.Core.nuspec || goto :error -%NUGET% pack Grpc.Auth\Grpc.Auth.nuspec || goto :error +%NUGET% pack Grpc.Core\Grpc.Core.nuspec -Symbols || goto :error +%NUGET% pack Grpc.Auth\Grpc.Auth.nuspec -Symbols || goto :error %NUGET% pack Grpc.nuspec || goto :error goto :EOF diff --git a/vsprojects/nuget_package/grpc.native.csharp_ext.nuspec b/vsprojects/nuget_package/grpc.native.csharp_ext.nuspec index 91740ac8fd4..dfaa867db0e 100644 --- a/vsprojects/nuget_package/grpc.native.csharp_ext.nuspec +++ b/vsprojects/nuget_package/grpc.native.csharp_ext.nuspec @@ -2,14 +2,14 @@ grpc.native.csharp_ext - 0.8.0.0 + 0.9.0.0 Google Inc. Jan Tattermusch https://github.com/grpc/grpc/blob/master/LICENSE http://github.com/grpc/grpc false Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency. - Release of gRPC C core 0.8.0 libraries. + Release of gRPC C core 0.9.0 libraries. Copyright 2015 gRPC C# Native Extension Native library required by gRPC C# From 5f0c4da25091b24b8964fb35353853fdb0854f20 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 21 May 2015 12:32:17 -0700 Subject: [PATCH 2/2] Add generated documentation to nuget packages --- src/csharp/Grpc.Auth/Grpc.Auth.csproj | 1 + src/csharp/Grpc.Auth/Grpc.Auth.nuspec | 1 + src/csharp/Grpc.Core/Grpc.Core.csproj | 1 + src/csharp/Grpc.Core/Grpc.Core.nuspec | 1 + 4 files changed, 4 insertions(+) diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.csproj b/src/csharp/Grpc.Auth/Grpc.Auth.csproj index f7724ea6433..e6abbbfdf01 100644 --- a/src/csharp/Grpc.Auth/Grpc.Auth.csproj +++ b/src/csharp/Grpc.Auth/Grpc.Auth.csproj @@ -10,6 +10,7 @@ Grpc.Auth Grpc.Auth v4.5 + bin\$(Configuration)\Grpc.Auth.Xml true diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec index ddf9e72888a..85aee355661 100644 --- a/src/csharp/Grpc.Auth/Grpc.Auth.nuspec +++ b/src/csharp/Grpc.Auth/Grpc.Auth.nuspec @@ -23,6 +23,7 @@ + diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index 6b4345cbe13..fe2d446a35d 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -13,6 +13,7 @@ Grpc.Core v4.5 8bb563fb + bin\$(Configuration)\Grpc.Core.Xml true diff --git a/src/csharp/Grpc.Core/Grpc.Core.nuspec b/src/csharp/Grpc.Core/Grpc.Core.nuspec index 2adba2729b3..69e8497bb70 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.nuspec +++ b/src/csharp/Grpc.Core/Grpc.Core.nuspec @@ -23,6 +23,7 @@ +