Skip to content

Commit bd3d4c9

Browse files
committed
docs
1 parent c74819a commit bd3d4c9

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 verification of documents via [PdfPig](https://github.com/UglyToad/PdfPig).

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

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

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

99
Converts documents pdfs to text for verification.
1010

@@ -16,9 +16,9 @@ Converts documents pdfs to text for verification.
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.PdfPig) 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.PdfP/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.PdfPig)<!-- endInclude -->
2222

2323

2424
## NuGet

src/Verify.PdfPig.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
Directory.Packages.props = Directory.Packages.props
1818
mdsnippets.json = mdsnippets.json
1919
..\readme.md = ..\readme.md
20+
nuget.md = nuget.md
21+
..\docs\intro.include.md = ..\docs\intro.include.md
22+
..\docs\zzz.include.md = ..\docs\zzz.include.md
2023
EndProjectSection
2124
EndProject
2225
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.PdfP)
2+
3+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of documents via [PdfPig](https://github.com/UglyToad/PdfPig).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
4+
5+
**See [Milestones](https://github.com/VerifyTests/Verify.PdfP/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.PdfPig) 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.PdfP/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.PdfPig)<!-- endInclude -->

0 commit comments

Comments
 (0)