Skip to content

Commit da10f1d

Browse files
committed
docs
1 parent 12d1228 commit da10f1d

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

docs/intro.include.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow [comparison](https://github.com/VerifyTests/Verify/blob/master/docs/comparer.md) of text via [DiffPlex](https://github.com/mmanela/diffplex).

docs/zzz.include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Entity Framework Extensions
22

3-
[Entity Framework Extensions](https://entityframework-extensions.net/) is a major sponsor and is proud to contribute to the development this project.
3+
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.DiffPlex) is a major sponsor and is proud to contribute to the development this project.
44

5-
[![Entity Framework Extensions](docs/zzz.png)](https://entityframework-extensions.net)
5+
[![Entity Framework Extensions](https://raw.githubusercontent.com/VerifyTests/Verify.DiffPlex/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.DiffPlex)

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build status](https://ci.appveyor.com/api/projects/status/9ug1ufa69m4vf4ph?svg=true)](https://ci.appveyor.com/project/SimonCropp/Verify-DiffPlex)
55
[![NuGet Status](https://img.shields.io/nuget/v/Verify.DiffPlex.svg)](https://www.nuget.org/packages/Verify.DiffPlex/)
66

7-
Extends [Verify](https://github.com/VerifyTests/Verify) to allow [comparison](https://github.com/VerifyTests/Verify/blob/master/docs/comparer.md) of text via [DiffPlex](https://github.com/mmanela/diffplex).
7+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow [comparison](https://github.com/VerifyTests/Verify/blob/master/docs/comparer.md) of text via [DiffPlex](https://github.com/mmanela/diffplex).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
88

99
**See [Milestones](../../milestones?state=closed) for release notes.**
1010

@@ -14,9 +14,9 @@ Extends [Verify](https://github.com/VerifyTests/Verify) to allow [comparison](ht
1414

1515
### Entity Framework Extensions<!-- include: zzz. path: /docs/zzz.include.md -->
1616

17-
[Entity Framework Extensions](https://entityframework-extensions.net/) is a major sponsor and is proud to contribute to the development this project.
17+
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.DiffPlex) is a major sponsor and is proud to contribute to the development this project.
1818

19-
[![Entity Framework Extensions](docs/zzz.png)](https://entityframework-extensions.net)<!-- endInclude -->
19+
[![Entity Framework Extensions](https://raw.githubusercontent.com/VerifyTests/Verify.DiffPlex/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.DiffPlex)<!-- endInclude -->
2020

2121

2222
## NuGet

src/Verify.DiffPlex.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1818
mdsnippets.json = mdsnippets.json
1919
..\readme.md = ..\readme.md
2020
global.json = global.json
21+
nuget.md = nuget.md
22+
..\docs\intro.include.md = ..\docs\intro.include.md
23+
..\docs\zzz.include.md = ..\docs\zzz.include.md
2124
EndProjectSection
2225
EndProject
2326
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompactTests", "CompactTests\CompactTests.csproj", "{97B95710-31B3-4044-A527-D35747C8E2FB}"

src/nuget.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[Documentation](https://github.com/VerifyTests/Verify.DiffPlex)
2+
3+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow [comparison](https://github.com/VerifyTests/Verify/blob/master/docs/comparer.md) of text via [DiffPlex](https://github.com/mmanela/diffplex).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
4+
5+
**See [Milestones](https://github.com/VerifyTests/Verify.DiffPlex/milestones?state=closed) for release notes.**
6+
7+
8+
## Sponsors
9+
10+
11+
### Entity Framework Extensions<!-- include: zzz. path: /docs/zzz.include.md -->
12+
13+
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.DiffPlex) is a major sponsor and is proud to contribute to the development this project.
14+
15+
[![Entity Framework Extensions](https://raw.githubusercontent.com/VerifyTests/Verify.DiffPlex/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.DiffPlex)<!-- endInclude -->

0 commit comments

Comments
 (0)