Skip to content

Commit 0cbcbbd

Browse files
committed
docs
1 parent 68f20da commit 0cbcbbd

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
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 [ImageSharp](https://github.com/SixLabors/ImageSharp).

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

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

7-
Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of documents via [ImageSharp](https://github.com/SixLabors/ImageSharp).
7+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of documents via [ImageSharp](https://github.com/SixLabors/ImageSharp).<!-- 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 verification of
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.ImageSharp) 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.ImageSharp/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.ImageSharp)<!-- endInclude -->
2020

2121

2222
## NuGet

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageVersion Include="NUnit" Version="4.3.2" />
1010
<PackageVersion Include="NUnit3TestAdapter" Version="5.0.0" />
1111
<PackageVersion Include="ProjectDefaults" Version="1.0.156" />
12-
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.9" />
12+
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.10" />
1313
<PackageVersion Include="Verify" Version="30.4.0" />
1414
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
1515
<PackageVersion Include="Verify.Nunit" Version="30.4.0" />

src/Verify.ImageSharp.sln

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

0 commit comments

Comments
 (0)