diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.csproj b/src/csharp/Grpc.Auth/Grpc.Auth.csproj index 5bbff389487..e9a6d2cc198 100755 --- a/src/csharp/Grpc.Auth/Grpc.Auth.csproj +++ b/src/csharp/Grpc.Auth/Grpc.Auth.csproj @@ -4,17 +4,19 @@ - Copyright 2015, Google Inc. - gRPC C# Auth + The gRPC Authors + Copyright 2015 The gRPC Authors + gRPC C# Authentication Library + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 + https://github.com/grpc/grpc + gRPC RPC HTTP/2 Auth OAuth2 $(GrpcCsharpVersion) - Google Inc. + + + net45;netstandard1.5 $(DefineConstants);SIGNED - Grpc.Auth - Grpc.Auth - gRPC RPC Protocol HTTP/2 Auth OAuth2 - https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE true true diff --git a/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj b/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj index eec8fc56de0..4b772f6276a 100755 --- a/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj +++ b/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj @@ -4,16 +4,18 @@ - Copyright 2019, Google Inc. - gRPC C# Surface API + The gRPC Authors + Copyright 2019 The gRPC Authors + gRPC C# Surface API + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 + https://github.com/grpc/grpc + gRPC RPC HTTP/2 $(GrpcCsharpVersion) - Google Inc. + + + net45;netstandard1.5 - Grpc.Core.Api - Grpc.Core.Api - gRPC RPC Protocol HTTP/2 - https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE true true diff --git a/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj b/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj index 5f1cac05425..df4f31dc421 100644 --- a/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj +++ b/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj @@ -4,16 +4,18 @@ - Copyright 2015, Google Inc. - Grpc.Core: Native Debug Symbols + The gRPC Authors + Copyright 2015 The gRPC Authors Debug symbols for the native library contained in Grpc.Core + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 + https://github.com/grpc/grpc + gRPC RPC HTTP/2 $(GrpcCsharpVersion) - Google Inc. + + + net45;netstandard1.5 - Grpc.Core.NativeDebug - gRPC RPC Protocol HTTP/2 - https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE false true diff --git a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj index 40840d4da3e..90ed88201d0 100755 --- a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj +++ b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj @@ -4,18 +4,19 @@ - Copyright 2017, Google Inc. - gRPC C# Core Testing + The gRPC Authors + Miscellaneous code for testing Grpc.Core + Copyright 2017 The gRPC Authors + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 + https://github.com/grpc/grpc + gRPC test testing $(GrpcCsharpVersion) - Google Inc. + + + net45;netstandard1.5 true - Grpc.Core.Testing - Grpc.Core.Testing - gRPC test testing - https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE - true true diff --git a/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj b/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj index 178931a3d72..2a3e30174c0 100755 --- a/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj +++ b/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.Core.Tests Exe - Grpc.Core.Tests true diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index 43ace08e52c..e6ccff823a4 100755 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -4,16 +4,18 @@ - Copyright 2015, Google Inc. - gRPC C# Core + The gRPC Authors + Copyright 2015 The gRPC Authors + C# implementation of gRPC based on native gRPC C-core library. + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 + https://github.com/grpc/grpc + gRPC RPC HTTP/2 $(GrpcCsharpVersion) - Google Inc. + + + net45;netstandard1.5 - Grpc.Core - Grpc.Core - gRPC RPC Protocol HTTP/2 - https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE true true diff --git a/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj index 1afcd9fba0c..557f4639bd5 100755 --- a/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj +++ b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.Examples.MathClient Exe - Grpc.Examples.MathClient true diff --git a/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj b/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj index 75ef6d1008b..557f4639bd5 100755 --- a/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj +++ b/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.Examples.MathServer Exe - Grpc.Examples.MathServer true diff --git a/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj b/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj index 93d112a0c53..e2d988a8662 100755 --- a/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj +++ b/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.Examples.Tests Exe - Grpc.Examples.Tests true diff --git a/src/csharp/Grpc.Examples/Grpc.Examples.csproj b/src/csharp/Grpc.Examples/Grpc.Examples.csproj index 9ce2b59d036..5e532b11982 100755 --- a/src/csharp/Grpc.Examples/Grpc.Examples.csproj +++ b/src/csharp/Grpc.Examples/Grpc.Examples.csproj @@ -5,8 +5,6 @@ net45;netcoreapp1.1 - Grpc.Examples - Grpc.Examples true diff --git a/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj b/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj index 2a037a72e51..6b9e37b3e6c 100755 --- a/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj +++ b/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.HealthCheck.Tests Exe - Grpc.HealthCheck.Tests true diff --git a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj index da61253455a..4f3862deeb7 100755 --- a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj +++ b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj @@ -4,16 +4,18 @@ - Copyright 2015, Google Inc. - gRPC C# Healthchecking - $(GrpcCsharpVersion) - Google Inc. - net45;netstandard1.5 - Grpc.HealthCheck - Grpc.HealthCheck - gRPC health check + The gRPC Authors + Copyright 2015 The gRPC Authors + gRPC C# Health Checking (for Grpc.Core) + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE + gRPC health check + $(GrpcCsharpVersion) + + + + net45;netstandard1.5 true true diff --git a/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj b/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj index 1cd4b83e1ed..5b29bf0a72f 100755 --- a/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj +++ b/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.IntegrationTesting.Client Exe - Grpc.IntegrationTesting.Client true diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj index 2890a7df588..c8bd3e3f186 100755 --- a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj +++ b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.IntegrationTesting.QpsWorker Exe - Grpc.IntegrationTesting.QpsWorker true true diff --git a/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj b/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj index ee718958bcf..5b29bf0a72f 100755 --- a/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj +++ b/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.IntegrationTesting.Server Exe - Grpc.IntegrationTesting.Server true diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj b/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj index 99926497e4e..5b29bf0a72f 100755 --- a/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj +++ b/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.IntegrationTesting.StressClient Exe - Grpc.IntegrationTesting.StressClient true diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index c342f8a107c..6bf5d220e4b 100755 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.IntegrationTesting Exe - Grpc.IntegrationTesting true diff --git a/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj b/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj index 5b1656080ae..f30b90b5130 100644 --- a/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj +++ b/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.Microbenchmarks Exe - Grpc.Microbenchmarks true diff --git a/src/csharp/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj b/src/csharp/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj index 8b586c6ecb7..0fb0726d7aa 100755 --- a/src/csharp/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj +++ b/src/csharp/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj @@ -5,9 +5,7 @@ net45;netcoreapp1.1 - Grpc.Reflection.Tests Exe - Grpc.Reflection.Tests true diff --git a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj b/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj index 862ecda5fd9..c5362252d00 100755 --- a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj +++ b/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj @@ -4,16 +4,18 @@ - Copyright 2016, Google Inc. - gRPC C# Reflection + The gRPC Authors + Copyright 2016 The gRPC Authors + gRPC C# Server Reflection (for Grpc.Core) + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 + https://github.com/grpc/grpc + gRPC reflection $(GrpcCsharpVersion) - Google Inc. + + + net45;netstandard1.5 - Grpc.Reflection - Grpc.Reflection - gRPC reflection - https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE true true diff --git a/src/csharp/Grpc.Tools/Grpc.Tools.csproj b/src/csharp/Grpc.Tools/Grpc.Tools.csproj index aa39dd0fe9b..89307bfdd65 100644 --- a/src/csharp/Grpc.Tools/Grpc.Tools.csproj +++ b/src/csharp/Grpc.Tools/Grpc.Tools.csproj @@ -45,17 +45,18 @@ true true Grpc.Tools + The gRPC Authors + Copyright 2018 The gRPC Authors gRPC and Protocol Buffer compiler for managed C# and native C++ projects. Add this package to a project that contains .proto files to be compiled to code. It contains the compilers, include files and project system integration for gRPC and Protocol buffer service description files necessary to build them on Windows, Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package. - Copyright 2018 gRPC authors - gRPC authors - https://github.com/grpc/grpc/blob/master/LICENSE + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 https://github.com/grpc/grpc - gRPC RPC protocol HTTP/2 + gRPC RPC HTTP/2 diff --git a/src/csharp/Grpc/Grpc.csproj b/src/csharp/Grpc/Grpc.csproj index 9f17e319714..c529c38e989 100644 --- a/src/csharp/Grpc/Grpc.csproj +++ b/src/csharp/Grpc/Grpc.csproj @@ -4,16 +4,18 @@ - Copyright 2015, Google Inc. - gRPC C# - C# implementation of gRPC - an RPC library and framework. + The gRPC Authors + Copyright 2015 The gRPC Authors + Metapackage for gRPC C# + https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png + Apache-2.0 + https://github.com/grpc/grpc + gRPC RPC HTTP/2 $(GrpcCsharpVersion) - Google Inc. + + + net45;netstandard1.5 - Grpc - gRPC RPC Protocol HTTP/2 - https://github.com/grpc/grpc - https://github.com/grpc/grpc/blob/master/LICENSE false true