diff --git a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj index 0917852d..18f9e958 100644 --- a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj +++ b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.ManufacturerCenter.v1/Google.Apis.ManufacturerCenter.v1.csproj @@ -8,7 +8,7 @@ Copyright 2022 Google LLC Google https://github.com/google/google-api-dotnet-client - LICENSE + Apache-2.0 git https://github.com/google/google-api-dotnet-client https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png diff --git a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj index 73635a93..e2436c98 100644 --- a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj +++ b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Storage.v1/Google.Apis.Storage.v1.csproj @@ -8,7 +8,7 @@ Copyright 2022 Google LLC Google https://github.com/google/google-api-dotnet-client - LICENSE + Apache-2.0 git https://github.com/google/google-api-dotnet-client https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png diff --git a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj index a0845c28..d00abc06 100644 --- a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj +++ b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Translate.v2/Google.Apis.Translate.v2.csproj @@ -8,7 +8,7 @@ Copyright 2022 Google LLC Google https://github.com/google/google-api-dotnet-client - LICENSE + Apache-2.0 git https://github.com/google/google-api-dotnet-client https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png diff --git a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj index fff50af2..c015378b 100644 --- a/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj +++ b/Google.Api.Generator.Rest.Tests/GoldenTestData/Google.Apis.Webfonts.v1/Google.Apis.Webfonts.v1.csproj @@ -8,7 +8,7 @@ Copyright 2022 Google LLC Google https://github.com/google/google-api-dotnet-client - LICENSE + Apache-2.0 git https://github.com/google/google-api-dotnet-client https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png diff --git a/Google.Api.Generator.Rest/Models/PackageModel.cs b/Google.Api.Generator.Rest/Models/PackageModel.cs index ea60196a..2ba1812f 100644 --- a/Google.Api.Generator.Rest/Models/PackageModel.cs +++ b/Google.Api.Generator.Rest/Models/PackageModel.cs @@ -323,7 +323,7 @@ public XDocument GenerateProjectFile(IClock clock) new XElement("Copyright", $"Copyright {clock.GetCurrentDateTimeUtc().Year} {(_discoveryDoc.OwnerName == "Google" ? "Google LLC" : _discoveryDoc.OwnerName)}"), new XElement("PackageTags", "Google"), new XElement("PackageProjectUrl", "https://github.com/google/google-api-dotnet-client"), - new XElement("PackageLicenseFile", "LICENSE"), + new XElement("PackageLicenseExpression", "Apache-2.0"), new XElement("RepositoryType", "git"), new XElement("RepositoryUrl", "https://github.com/google/google-api-dotnet-client"), new XElement("PackageIconUrl", "https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png"),