Skip to content

Commit a6c21ed

Browse files
authored
Replace unicode check mark with emoji (#16721)
* replace unicode check mark with emoji and remove bolding * this topic applies to * replace X DO NOT
1 parent 145cd00 commit a6c21ed

File tree

77 files changed

+1949
-1948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1949
-1948
lines changed

docs/core/diagnostics/debug-memory-leak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 12/17/2019
66
---
77
# Tutorial: Debug a memory leak in .NET Core
88

9-
**This article applies to:** .NET Core 3.0 SDK and later versions
9+
**This article applies to:** ✔️ .NET Core 3.0 SDK and later versions
1010

1111
This tutorial demonstrates the tools to analyze a .NET Core memory leak.
1212

docs/core/diagnostics/dotnet-counters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 10/14/2019
55
---
66
# dotnet-counters
77

8-
**This article applies to:** .NET Core 3.0 SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 3.0 SDK and later versions
99

1010
## Install dotnet-counters
1111

docs/core/diagnostics/dotnet-dump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 10/14/2019
55
---
66
# Dump collection and analysis utility (`dotnet-dump`)
77

8-
**This article applies to:** .NET Core 3.0 SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 3.0 SDK and later versions
99

1010
> [!NOTE]
1111
> `dotnet-dump` isn't supported on macOS.

docs/core/diagnostics/dotnet-trace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 11/21/2019
55
---
66
# dotnet-trace performance analysis utility
77

8-
**This article applies to:** .NET Core 3.0 SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 3.0 SDK and later versions
99

1010
## Install dotnet-trace
1111

@@ -32,7 +32,7 @@ The `dotnet-trace` tool:
3232

3333
## Options
3434

35-
- **`--version`**
35+
- **`--version`**
3636

3737
Displays the version of the dotnet-counters utility.
3838

docs/core/tools/dotnet-add-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 06/26/2019
55
---
66
# dotnet add package
77

8-
**This article applies to:** .NET Core 1.x SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 1.x SDK and later versions
99

1010
<!-- todo: uncomment when all CLI commands are reviewed
1111
[!INCLUDE [topic-appliesto-net-core-all](../../../includes/topic-appliesto-net-core-all.md)]

docs/core/tools/dotnet-add-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 06/26/2019
55
---
66
# dotnet add reference
77

8-
**This article applies to:** .NET Core 1.x SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 1.x SDK and later versions
99

1010
<!-- todo: uncomment when all CLI commands are reviewed
1111
[!INCLUDE [topic-appliesto-net-core-all](../../../includes/topic-appliesto-net-core-all.md)]

docs/core/tools/dotnet-build-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 04/24/2019
55
---
66
# dotnet build-server
77

8-
**This article applies to:** .NET Core 2.1 SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 2.1 SDK and later versions
99

1010
<!-- todo: uncomment when all CLI commands are reviewed
1111
[!INCLUDE [topic-appliesto-net-core-21plus](../../../includes/topic-appliesto-net-core-21plus.md)]

docs/core/tools/dotnet-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 10/14/2019
55
---
66
# dotnet build
77

8-
**This article applies to:** .NET Core 1.x SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 1.x SDK and later versions
99

1010
<!-- todo: uncomment when all CLI commands are reviewed
1111
[!INCLUDE [topic-appliesto-net-core-all](../../../includes/topic-appliesto-net-core-all.md)]
@@ -19,7 +19,7 @@ ms.date: 10/14/2019
1919

2020
```dotnetcli
2121
dotnet build [<PROJECT>|<SOLUTION>] [-c|--configuration] [-f|--framework] [--force]
22-
[--interactive] [--no-dependencies] [--no-incremental] [--no-restore] [--nologo]
22+
[--interactive] [--no-dependencies] [--no-incremental] [--no-restore] [--nologo]
2323
[-o|--output] [-r|--runtime] [-v|--verbosity] [--version-suffix]
2424
2525
dotnet build [-h|--help]

docs/core/tools/dotnet-clean.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 06/26/2019
55
---
66
# dotnet clean
77

8-
**This topic applies to:** .NET Core 1.x SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 1.x SDK and later versions
99

1010
<!-- todo: uncomment when all CLI commands are reviewed
1111
[!INCLUDE [topic-appliesto-net-core-all](../../../includes/topic-appliesto-net-core-all.md)]
@@ -18,7 +18,7 @@ ms.date: 06/26/2019
1818
## Synopsis
1919

2020
```dotnetcli
21-
dotnet clean [<PROJECT>|<SOLUTION>] [-c|--configuration] [-f|--framework] [--interactive]
21+
dotnet clean [<PROJECT>|<SOLUTION>] [-c|--configuration] [-f|--framework] [--interactive]
2222
[--nologo] [-o|--output] [-r|--runtime] [-v|--verbosity]
2323
dotnet clean [-h|--help]
2424
```

docs/core/tools/dotnet-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 08/08/2019
55
---
66
# dotnet help reference
77

8-
**This article applies to:** .NET Core 2.0 SDK and later versions
8+
**This article applies to:** ✔️ .NET Core 2.0 SDK and later versions
99

1010
<!-- todo: uncomment when all CLI commands are reviewed
1111
[!INCLUDE [topic-appliesto-net-core-all](../../../includes/topic-appliesto-net-core-2plus.md)]

0 commit comments

Comments
 (0)