diff --git a/apis/Google.Cloud.Diagnostics.AspNet/Google.Cloud.Diagnostics.AspNet/project.json b/apis/Google.Cloud.Diagnostics.AspNet/Google.Cloud.Diagnostics.AspNet/project.json index 0d4eae657aae..97b7fb893aee 100644 --- a/apis/Google.Cloud.Diagnostics.AspNet/Google.Cloud.Diagnostics.AspNet/project.json +++ b/apis/Google.Cloud.Diagnostics.AspNet/Google.Cloud.Diagnostics.AspNet/project.json @@ -6,7 +6,7 @@ "packOptions": { "summary": "Google Stackdriver Instrumentation Libraries for ASP.NET.", "owners": [ "google-cloud" ], - "tags": [ "Google", "Cloud", "Error", "Reporting", "Stackdriver", "ExceptionLogger", "Trace" ], + "tags": [ "Google", "Cloud", "Error", "Reporting", "Stackdriver", "ExceptionLogger", "Trace", "Diagnostics" ], "iconUrl": "https://cloud.google.com/images/gcp-icon-64x64.png", "projectUrl": "https://github.com/GoogleCloudPlatform/google-cloud-dotnet", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", diff --git a/apis/Google.Cloud.Diagnostics.AspNetCore/Google.Cloud.Diagnostics.AspNetCore/project.json b/apis/Google.Cloud.Diagnostics.AspNetCore/Google.Cloud.Diagnostics.AspNetCore/project.json index 41eca55c678c..2d61bc459068 100644 --- a/apis/Google.Cloud.Diagnostics.AspNetCore/Google.Cloud.Diagnostics.AspNetCore/project.json +++ b/apis/Google.Cloud.Diagnostics.AspNetCore/Google.Cloud.Diagnostics.AspNetCore/project.json @@ -6,7 +6,7 @@ "packOptions": { "summary": "Google Stackdriver Instrumentation Libraries for ASP.NET Core.", "owners": [ "google-cloud" ], - "tags": [ "Google", "Cloud", "Stackdriver", "Log", "Error", "Reporting"], + "tags": [ "Google", "Cloud", "Stackdriver", "Log", "Error", "Reporting", "Trace", "Diagnostics" ], "iconUrl": "https://cloud.google.com/images/gcp-icon-64x64.png", "projectUrl": "https://github.com/GoogleCloudPlatform/google-cloud-dotnet", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0",