Skip to content

Commit 008f279

Browse files
committed
Updated NDepend logo
1 parent 83a49d0 commit 008f279

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed
28.7 KB
Loading

site/index.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Install the xUnit.net v3 project templates:
2828
dotnet new install xunit.v3.templates
2929
```
3030

31-
```shell
31+
```text
3232
The following template packages will be installed:
3333
xunit.v3.templates
3434
@@ -45,7 +45,7 @@ Create a unit test project:
4545
dotnet new xunit3 --language C#
4646
```
4747

48-
```shell
48+
```text
4949
The template "xUnit.net v3 Test Project" was created successfully.
5050
5151
Processing post-creation actions...
@@ -79,7 +79,7 @@ Execute the tests:
7979
dotnet run
8080
```
8181

82-
```shell
82+
```text
8383
xUnit.net v3 In-Process Runner v2.0.3+216a74a292 (64-bit .NET 8.0.17)
8484
Discovering: SampleProject
8585
Discovered: SampleProject
@@ -103,7 +103,7 @@ Install the xUnit.net v3 project templates:
103103
dotnet new install xunit.v3.templates
104104
```
105105

106-
```shell
106+
```text
107107
The following template packages will be installed:
108108
xunit.v3.templates
109109
@@ -120,7 +120,7 @@ Create a unit test project:
120120
dotnet new xunit3 --language F#
121121
```
122122

123-
```shell
123+
```text
124124
The template "xUnit.net v3 Test Project" was created successfully.
125125
126126
Processing post-creation actions...
@@ -153,7 +153,7 @@ Execute the tests: `dotnet run`
153153
dotnet run
154154
```
155155

156-
```shell
156+
```text
157157
xUnit.net v3 In-Process Runner v2.0.3+216a74a292 (64-bit .NET 8.0.17)
158158
Discovering: SampleProject
159159
Discovered: SampleProject
@@ -177,7 +177,7 @@ Install the xUnit.net v3 project templates:
177177
dotnet new install xunit.v3.templates
178178
```
179179

180-
```shell
180+
```text
181181
The following template packages will be installed:
182182
xunit.v3.templates
183183
@@ -194,7 +194,7 @@ Create a unit test project:
194194
dotnet new xunit3 --language VB
195195
```
196196

197-
```shell
197+
```text
198198
The template "xUnit.net v3 Test Project" was created successfully.
199199
200200
Processing post-creation actions...
@@ -232,7 +232,7 @@ Execute the tests: `dotnet run`
232232
dotnet run
233233
```
234234

235-
```shell
235+
```text
236236
xUnit.net v3 In-Process Runner v2.0.3+216a74a292 (64-bit .NET 8.0.17)
237237
Discovering: SampleProject
238238
Discovered: SampleProject
@@ -291,8 +291,7 @@ _For older release notes, see the [full release notes list](/releases/)._
291291
* [Visual Studio Community](https://visualstudio.microsoft.com/vs/community/)
292292
* [MSBuild Reference](https://docs.microsoft.com/visualstudio/msbuild/msbuild-reference)
293293

294-
{: .ndepend-logo }
295-
[![Powered by NDepend](https://raw.github.com/xunit/media/main/powered-by-ndepend-transparent.png){: width="142" }](https://www.NDepend.com)
294+
[![Powered by NDepend](/images/powered-by-ndepend-transparent.png){: width="175" }](https://www.ndepend.com)
296295

297296
## Sponsors
298297

0 commit comments

Comments
 (0)