Skip to content

Commit

Permalink
Update the AspNetCore project.json file to tag Trace and Diagnostics (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iantalarico authored Feb 8, 2017
1 parent 59ec161 commit 4d634e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4d634e5

Please sign in to comment.