diff --git a/DotnetToolProperties.xml b/DotnetToolProperties.xml new file mode 100644 index 00000000..73acfa10 --- /dev/null +++ b/DotnetToolProperties.xml @@ -0,0 +1,28 @@ + + + + + + $([System.IO.Path]::GetDirectoryName($([MSBuild]::GetPathOfFileAbove('.gitignore', '$(MSBuildThisFileDirectory)')))) + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + true + true + + Google LLC + Copyright $([System.DateTime]::UtcNow.ToString(yyyy)) Google LLC + NuGetIcon.png + https://cloud.google.com/images/gcp-icon-64x64.png + Apache-2.0 + https://github.com/googleapis/gapic-generator-csharp + git + https://github.com/googleapis/gapic-generator-csharp + + true + + + + + + + \ No newline at end of file diff --git a/Google.Api.Generator.Rest/Google.Api.Generator.Rest.csproj b/Google.Api.Generator.Rest/Google.Api.Generator.Rest.csproj index 178688f7..e171b14f 100644 --- a/Google.Api.Generator.Rest/Google.Api.Generator.Rest.csproj +++ b/Google.Api.Generator.Rest/Google.Api.Generator.Rest.csproj @@ -1,8 +1,14 @@  + + Exe net6.0 + + 1.5.0 + Tool used by Google .NET client library maintainers to generate Discovery-based (REST) libraries. While there is nothing "secret" in this package, it is unlikely to be useful to other developers. It is only published as a matter of convenience for other Google .NET repositories. + google-rest-generator diff --git a/Google.Api.Generator/Google.Api.Generator.csproj b/Google.Api.Generator/Google.Api.Generator.csproj index d39737b8..0b47fb4d 100644 --- a/Google.Api.Generator/Google.Api.Generator.csproj +++ b/Google.Api.Generator/Google.Api.Generator.csproj @@ -1,9 +1,16 @@  + + Exe net6.0 latest + + 1.5.0 + Tool used by Google .NET client library maintainers to generate GAPIC libraries. While there is nothing "secret" in this package, it is unlikely to be useful to other developers. It is only published as a matter of convenience for other Google .NET repositories. + google-gapic-generator + true diff --git a/NuGetIcon.png b/NuGetIcon.png new file mode 100644 index 00000000..eee422cb Binary files /dev/null and b/NuGetIcon.png differ