update tool descriptions (#1879)
authorSung Yoon Whang <suwhang@microsoft.com>
Wed, 6 Jan 2021 03:11:02 +0000 (19:11 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Jan 2021 03:11:02 +0000 (19:11 -0800)
src/Tools/dotnet-counters/dotnet-counters.csproj
src/Tools/dotnet-gcdump/dotnet-gcdump.csproj
src/Tools/dotnet-stack/dotnet-stack.csproj
src/Tools/dotnet-trace/dotnet-trace.csproj

index 5835c9c627b1e1ceeb5378d6c050454f2b5c3eae..270446347cafc74b5d0c76f5c726c5ed1e0783e1 100644 (file)
@@ -6,7 +6,7 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <ToolCommandName>dotnet-counters</ToolCommandName>
     <RootNamespace>Microsoft.Diagnostics.Tools.Counters</RootNamespace>
-    <Description>.NET Core Performance Counter Tool</Description>
+    <Description>.NET Performance Counter Tool</Description>
     <PackageTags>Diagnostic</PackageTags>
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
   </PropertyGroup>
index 1ed9a06ba4718f19ad2c08a21984ac62d2e0693e..43eb9e76883202ea5bfb0ab9eadeca6ad28ce7ff 100644 (file)
@@ -4,7 +4,7 @@
     <TargetFramework Condition="'$(BundleTools)' != 'true'">netcoreapp2.1</TargetFramework>
     <RootNamespace>Microsoft.Diagnostics.Tools.GCDump</RootNamespace>
     <ToolCommandName>dotnet-gcdump</ToolCommandName>
-    <Description>.NET Core Performance Trace Tool</Description>
+    <Description>.NET Managed Heap Dump and Analysis Tool</Description>
     <PackageTags>Diagnostic</PackageTags>
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
     <PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>
index d04f2ddc99c9549202a810326f3ce964681fee4c..219341bdd86dd10b9bb6609a43bfcb0aac6169a5 100644 (file)
@@ -4,7 +4,7 @@
     <TargetFramework Condition="'$(BundleTools)' != 'true'">netcoreapp2.1</TargetFramework>
     <RootNamespace>Microsoft.Diagnostics.Tools.Stack</RootNamespace>
     <ToolCommandName>dotnet-stack</ToolCommandName>
-    <Description>.NET Core Stack printing tool</Description>
+    <Description>.NET Stack Printing Tool</Description>
     <PackageTags>Diagnostic</PackageTags>
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
     <PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>
index 6cabfc2b5c940590f14349e01ddd8ea570ee7d17..24aec7554e38401d0dea9ba178f3fe44b4d01458 100644 (file)
@@ -4,7 +4,7 @@
     <TargetFramework Condition="'$(BundleTools)' != 'true'">netcoreapp2.1</TargetFramework>
     <RootNamespace>Microsoft.Diagnostics.Tools.Trace</RootNamespace>
     <ToolCommandName>dotnet-trace</ToolCommandName>
-    <Description>.NET Core Performance Trace Tool</Description>
+    <Description>.NET Performance Trace Tool</Description>
     <PackageTags>Diagnostic</PackageTags>
     <PackageReleaseNotes>$(Description)</PackageReleaseNotes>
     <PackagedShimOutputRootDirectory>$(OutputPath)</PackagedShimOutputRootDirectory>