Skip to content

Commit 2b5c288

Browse files
committed
docs
1 parent 5be1f76 commit 2b5c288

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 of documents via [Phash](https://github.com/pgrho/phash).

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.Phash) 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.Phash/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.Phash)

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/18lflc71pchw565r?svg=true)](https://ci.appveyor.com/project/SimonCropp/Verify-Phash)
55
[![NuGet Status](https://img.shields.io/nuget/v/Verify.Phash.svg)](https://www.nuget.org/packages/Verify.Phash/)
66

7-
Extends [Verify](https://github.com/VerifyTests/Verify) to allow comparison of documents via [Phash](https://github.com/pgrho/phash).
7+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow comparison of documents via [Phash](https://github.com/pgrho/phash).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
88

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

@@ -16,9 +16,9 @@ Contains [comparers](https://github.com/VerifyTests/Verify/blob/master/docs/comp
1616

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

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

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

2323

2424
## NuGet

src/Verify.Phash.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
Global

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.Phash)
2+
3+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow comparison of documents via [Phash](https://github.com/pgrho/phash).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
4+
5+
**See [Milestones](https://github.com/VerifyTests/Verify.Phash/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.Phash) 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.Phash/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.Phash)<!-- endInclude -->

0 commit comments

Comments
 (0)