Skip to content

Commit 50e64e3

Browse files
committed
docs
1 parent 04965c2 commit 50e64e3

6 files changed

Lines changed: 23 additions & 6 deletions

File tree

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 [PandocNet](https://github.com/SimonCropp/PandocNet).

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

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

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

99
Converts documents to markdown.
1010

@@ -21,9 +21,9 @@ Currently supported documents:
2121

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

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

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

2828

2929
## NuGet package

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649;CA1416;NU1608;NU1109</NoWarn>
5-
<Version>0.1.0</Version>
5+
<Version>0.1.1</Version>
66
<LangVersion>preview</LangVersion>
77
<AssemblyVersion>1.0.0</AssemblyVersion>
88
<PackageTags>Pandoc, Verify</PackageTags>

src/Verify.Pandoc.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1717
..\readme.md = ..\readme.md
1818
global.json = global.json
1919
..\.gitattributes = ..\.gitattributes
20+
..\docs\intro.include.md = ..\docs\intro.include.md
2021
EndProjectSection
2122
EndProject
2223
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.Pandoc)
2+
3+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of documents via [PandocNet](https://github.com/SimonCropp/PandocNet).<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
4+
5+
**See [Milestones](https://github.com/VerifyTests/Verify.Pandoc/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.Pandoc) 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.Pandoc/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.Pandoc)<!-- endInclude -->

0 commit comments

Comments
 (0)