nuget package icon, use recommended license tag

pull/18085/head
Jan Tattermusch 6 years ago
parent 966d49795c
commit dd6951e9d8
  1. 3
      src/csharp/Grpc.Auth/Grpc.Auth.csproj
  2. 3
      src/csharp/Grpc.Core.Api/Grpc.Core.Api.csproj
  3. 3
      src/csharp/Grpc.Core.NativeDebug/Grpc.Core.NativeDebug.csproj
  4. 3
      src/csharp/Grpc.Core.Testing/Grpc.Core.Testing.csproj
  5. 3
      src/csharp/Grpc.Core/Grpc.Core.csproj
  6. 3
      src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
  7. 3
      src/csharp/Grpc.Reflection/Grpc.Reflection.csproj
  8. 3
      src/csharp/Grpc.Tools/Grpc.Tools.csproj
  9. 3
      src/csharp/Grpc/Grpc.csproj

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Copyright>Copyright 2015 The gRPC Authors</Copyright>
<Description>gRPC C# Authentication Library</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2 Auth OAuth2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Copyright>Copyright 2019 The gRPC Authors</Copyright>
<Description>gRPC C# Surface API</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Copyright>Copyright 2015 The gRPC Authors</Copyright>
<Description>Debug symbols for the native library contained in Grpc.Core</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Description>Miscellaneous code for testing Grpc.Core</Description>
<Copyright>Copyright 2017 The gRPC Authors</Copyright>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC test testing</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Copyright>Copyright 2015 The gRPC Authors</Copyright>
<Description>C# implementation of gRPC based on native gRPC C-core library.</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Copyright>Copyright 2015 The gRPC Authors</Copyright>
<Description>gRPC C# Health Checking (for Grpc.Core)</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC health check</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Copyright>Copyright 2016 The gRPC Authors</Copyright>
<Description>gRPC C# Server Reflection (for Grpc.Core)</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC reflection</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

@ -53,7 +53,8 @@ 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.</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC protocol HTTP/2</PackageTags>
</PropertyGroup>

@ -7,7 +7,8 @@
<Authors>The gRPC Authors</Authors>
<Copyright>Copyright 2015 The gRPC Authors</Copyright>
<Description>Metapackage for gRPC C#</Description>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<PackageIconUrl>https://github.com/grpc/grpc.github.io/raw/master/img/grpc_square_reverse_4x.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageTags>gRPC RPC Protocol HTTP/2</PackageTags>
<VersionPrefix>$(GrpcCsharpVersion)</VersionPrefix>

Loading…
Cancel
Save