From cf5cffcc2d14ae3faa3fcc0d5a641e6579be4a49 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch <jtattermusch@google.com> Date: Sat, 16 Feb 2019 15:58:06 +0100 Subject: [PATCH] csproj cleanup --- src/csharp/Grpc.Auth/Grpc.Auth.csproj | 15 ++++++++------- src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj | 15 ++++++++------- .../Grpc.Core.NativeDebug.csproj | 13 +++++++------ .../Grpc.Core.Testing/Grpc.Core.Testing.csproj | 16 ++++++++-------- .../Grpc.Core.Tests/Grpc.Core.Tests.csproj | 2 -- src/csharp/Grpc.Core/Grpc.Core.csproj | 15 ++++++++------- .../Grpc.Examples.MathClient.csproj | 2 -- .../Grpc.Examples.MathServer.csproj | 2 -- .../Grpc.Examples.Tests.csproj | 2 -- src/csharp/Grpc.Examples/Grpc.Examples.csproj | 2 -- .../Grpc.HealthCheck.Tests.csproj | 2 -- .../Grpc.HealthCheck/Grpc.HealthCheck.csproj | 17 +++++++++-------- .../Grpc.IntegrationTesting.Client.csproj | 2 -- .../Grpc.IntegrationTesting.QpsWorker.csproj | 2 -- .../Grpc.IntegrationTesting.Server.csproj | 2 -- .../Grpc.IntegrationTesting.StressClient.csproj | 2 -- .../Grpc.IntegrationTesting.csproj | 2 -- .../Grpc.Microbenchmarks.csproj | 2 -- .../Grpc.Reflection.Tests.csproj | 2 -- .../Grpc.Reflection/Grpc.Reflection.csproj | 15 ++++++++------- src/csharp/Grpc/Grpc.csproj | 13 +++++++------ 21 files changed, 63 insertions(+), 82 deletions(-) diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.csproj b/src/csharp/Grpc.Auth/Grpc.Auth.csproj index 5bbff38948..bf5b14061a 100755 --- a/src/csharp/Grpc.Auth/Grpc.Auth.csproj +++ b/src/csharp/Grpc.Auth/Grpc.Auth.csproj @@ -4,17 +4,18 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> + <Authors>Google Inc.</Authors> <Copyright>Copyright 2015, Google Inc.</Copyright> - <AssemblyTitle>gRPC C# Auth</AssemblyTitle> + <Description>gRPC C# Authentication Library</Description> + <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC RPC Protocol HTTP/2 Auth OAuth2</PackageTags> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> - <Authors>Google Inc.</Authors> + </PropertyGroup> + + <PropertyGroup> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <DefineConstants>$(DefineConstants);SIGNED</DefineConstants> - <AssemblyName>Grpc.Auth</AssemblyName> - <PackageId>Grpc.Auth</PackageId> - <PackageTags>gRPC RPC Protocol HTTP/2 Auth OAuth2</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj b/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj index eec8fc56de..2fb8a2544c 100755 --- a/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj +++ b/src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj @@ -4,16 +4,17 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> + <Authors>Google Inc.</Authors> <Copyright>Copyright 2019, Google Inc.</Copyright> - <AssemblyTitle>gRPC C# Surface API</AssemblyTitle> + <Description>gRPC C# Surface API</Description> + <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> - <Authors>Google Inc.</Authors> + </PropertyGroup> + + <PropertyGroup> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> - <AssemblyName>Grpc.Core.Api</AssemblyName> - <PackageId>Grpc.Core.Api</PackageId> - <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj b/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj index 5f1cac0542..71a3581863 100644 --- a/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj +++ b/src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj @@ -4,16 +4,17 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> + <Authors>Google Inc.</Authors> <Copyright>Copyright 2015, Google Inc.</Copyright> - <Title>Grpc.Core: Native Debug Symbols</Title> <Description>Debug symbols for the native library contained in Grpc.Core</Description> + <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> - <Authors>Google Inc.</Authors> + </PropertyGroup> + + <PropertyGroup> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> - <PackageId>Grpc.Core.NativeDebug</PackageId> - <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> <!-- This package only carries native debug symbols --> <IncludeBuildOutput>false</IncludeBuildOutput> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> diff --git a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj index 40840d4da3..0f18478066 100755 --- a/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj +++ b/src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj @@ -4,18 +4,18 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> + <Authors>Google Inc.</Authors> + <Description>gRPC C#: Utility code for testing Grpc.Core</Description> <Copyright>Copyright 2017, Google Inc.</Copyright> - <AssemblyTitle>gRPC C# Core Testing</AssemblyTitle> + <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC test testing</PackageTags> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> - <Authors>Google Inc.</Authors> + </PropertyGroup> + + <PropertyGroup> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <GenerateDocumentationFile>true</GenerateDocumentationFile> - <AssemblyName>Grpc.Core.Testing</AssemblyName> - <PackageId>Grpc.Core.Testing</PackageId> - <PackageTags>gRPC test testing</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> - <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj b/src/csharp/Grpc.Core.Tests/Grpc.Core.Tests.csproj index 178931a3d7..2a3e30174c 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.Core.Tests</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.Core.Tests</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index 43ace08e52..3b34a7fab7 100755 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -4,16 +4,17 @@ <Import Project="Common.csproj.include" /> <PropertyGroup> + <Authors>Google Inc.</Authors> <Copyright>Copyright 2015, Google Inc.</Copyright> - <AssemblyTitle>gRPC C# Core</AssemblyTitle> + <Description>C# implementation of gRPC - an RPC library and framework.</Description> + <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> - <Authors>Google Inc.</Authors> + </PropertyGroup> + + <PropertyGroup> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> - <AssemblyName>Grpc.Core</AssemblyName> - <PackageId>Grpc.Core</PackageId> - <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj b/src/csharp/Grpc.Examples.MathClient/Grpc.Examples.MathClient.csproj index 1afcd9fba0..557f4639bd 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.Examples.MathClient</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.Examples.MathClient</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj b/src/csharp/Grpc.Examples.MathServer/Grpc.Examples.MathServer.csproj index 75ef6d1008..557f4639bd 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.Examples.MathServer</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.Examples.MathServer</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj b/src/csharp/Grpc.Examples.Tests/Grpc.Examples.Tests.csproj index 93d112a0c5..e2d988a866 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.Examples.Tests</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.Examples.Tests</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Examples/Grpc.Examples.csproj b/src/csharp/Grpc.Examples/Grpc.Examples.csproj index 9ce2b59d03..5e532b1198 100755 --- a/src/csharp/Grpc.Examples/Grpc.Examples.csproj +++ b/src/csharp/Grpc.Examples/Grpc.Examples.csproj @@ -5,8 +5,6 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.Examples</AssemblyName> - <PackageId>Grpc.Examples</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj b/src/csharp/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj index 2a037a72e5..6b9e37b3e6 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.HealthCheck.Tests</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.HealthCheck.Tests</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj index da61253455..cdbdfde60f 100755 --- a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj +++ b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj @@ -4,16 +4,17 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> - <Copyright>Copyright 2015, Google Inc.</Copyright> - <AssemblyTitle>gRPC C# Healthchecking</AssemblyTitle> - <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> <Authors>Google Inc.</Authors> - <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> - <AssemblyName>Grpc.HealthCheck</AssemblyName> - <PackageId>Grpc.HealthCheck</PackageId> - <PackageTags>gRPC health check</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <Copyright>Copyright 2015, Google Inc.</Copyright> + <Description>gRPC C# Health Checking Implementation</Description> <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC health check</PackageTags> + <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> + </PropertyGroup> + + <PropertyGroup> + <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj b/src/csharp/Grpc.IntegrationTesting.Client/Grpc.IntegrationTesting.Client.csproj index 1cd4b83e1e..5b29bf0a72 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.IntegrationTesting.Client</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.IntegrationTesting.Client</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj b/src/csharp/Grpc.IntegrationTesting.QpsWorker/Grpc.IntegrationTesting.QpsWorker.csproj index 2890a7df58..c8bd3e3f18 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.IntegrationTesting.QpsWorker</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.IntegrationTesting.QpsWorker</PackageId> <ServerGarbageCollection>true</ServerGarbageCollection> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj b/src/csharp/Grpc.IntegrationTesting.Server/Grpc.IntegrationTesting.Server.csproj index ee718958bc..5b29bf0a72 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.IntegrationTesting.Server</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.IntegrationTesting.Server</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj b/src/csharp/Grpc.IntegrationTesting.StressClient/Grpc.IntegrationTesting.StressClient.csproj index 99926497e4..5b29bf0a72 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.IntegrationTesting.StressClient</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.IntegrationTesting.StressClient</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj index c342f8a107..6bf5d220e4 100755 --- a/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj +++ b/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj @@ -5,9 +5,7 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.IntegrationTesting</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.IntegrationTesting</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj b/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj index 5b1656080a..f30b90b513 100644 --- a/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj +++ b/src/csharp/Grpc.Microbenchmarks/Grpc.Microbenchmarks.csproj @@ -5,9 +5,7 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.Microbenchmarks</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.Microbenchmarks</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj b/src/csharp/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj index 8b586c6ecb..0fb0726d7a 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 @@ <PropertyGroup> <TargetFrameworks>net45;netcoreapp1.1</TargetFrameworks> - <AssemblyName>Grpc.Reflection.Tests</AssemblyName> <OutputType>Exe</OutputType> - <PackageId>Grpc.Reflection.Tests</PackageId> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj b/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj index 862ecda5fd..c533a0ab5a 100755 --- a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj +++ b/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj @@ -4,16 +4,17 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> + <Authors>Google Inc.</Authors> <Copyright>Copyright 2016, Google Inc.</Copyright> - <AssemblyTitle>gRPC C# Reflection</AssemblyTitle> + <Description>gRPC C# Reflection</Description> + <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC reflection</PackageTags> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> - <Authors>Google Inc.</Authors> + </PropertyGroup> + + <PropertyGroup> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> - <AssemblyName>Grpc.Reflection</AssemblyName> - <PackageId>Grpc.Reflection</PackageId> - <PackageTags>gRPC reflection</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> <GenerateDocumentationFile>true</GenerateDocumentationFile> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> diff --git a/src/csharp/Grpc/Grpc.csproj b/src/csharp/Grpc/Grpc.csproj index 9f17e31971..0d23dcc023 100644 --- a/src/csharp/Grpc/Grpc.csproj +++ b/src/csharp/Grpc/Grpc.csproj @@ -4,16 +4,17 @@ <Import Project="..\Grpc.Core\Common.csproj.include" /> <PropertyGroup> + <Authors>Google Inc.</Authors> <Copyright>Copyright 2015, Google Inc.</Copyright> - <Title>gRPC C#</Title> <Description>C# implementation of gRPC - an RPC library and framework.</Description> + <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> + <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> + <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> <VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix> - <Authors>Google Inc.</Authors> + </PropertyGroup> + + <PropertyGroup> <TargetFrameworks>net45;netstandard1.5</TargetFrameworks> - <PackageId>Grpc</PackageId> - <PackageTags>gRPC RPC Protocol HTTP/2</PackageTags> - <PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl> - <PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl> <!-- This is only a metapackage --> <IncludeBuildOutput>false</IncludeBuildOutput> <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences> -- GitLab