Skip to content

Commit 77a8d4f

Browse files
committed
Add nuget readme
1 parent 1af4561 commit 77a8d4f

File tree

8 files changed

+42
-8
lines changed

8 files changed

+42
-8
lines changed

docs/mdsource/intro.include.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DiffEngine manages launching and cleanup of diff tools. It is designed to be used by any Snapshot/Approval testing library.

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

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To change this file edit the source file and then run MarkdownSnippets.
1212
[![NuGet Status](https://img.shields.io/nuget/v/DiffEngine.svg?label=DiffEngine)](https://www.nuget.org/packages/DiffEngine/)
1313
[![NuGet Status](https://img.shields.io/nuget/v/DiffEngineTray.svg?label=DiffEngineTray)](https://www.nuget.org/packages/DiffEngineTray/)
1414

15-
DiffEngine manages launching and cleanup of diff tools. It is designed to be used by any Snapshot/Approval testing library.
15+
DiffEngine manages launching and cleanup of diff tools. It is designed to be used by any Snapshot/Approval testing library.<!-- singleLineInclude: intro. path: /docs/mdsource/intro.include.md -->
1616

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

@@ -27,9 +27,9 @@ DiffEngine manages launching and cleanup of diff tools. It is designed to be use
2727

2828
### Entity Framework Extensions<!-- include: zzz. path: /docs/mdsource/zzz.include.md -->
2929

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

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

3434

3535
### JetBrains

readme.source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![NuGet Status](https://img.shields.io/nuget/v/DiffEngine.svg?label=DiffEngine)](https://www.nuget.org/packages/DiffEngine/)
66
[![NuGet Status](https://img.shields.io/nuget/v/DiffEngineTray.svg?label=DiffEngineTray)](https://www.nuget.org/packages/DiffEngineTray/)
77

8-
DiffEngine manages launching and cleanup of diff tools. It is designed to be used by any Snapshot/Approval testing library.
8+
include: intro
99

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

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;NU1608;NU1109</NoWarn>
5-
<Version>16.2.2</Version>
5+
<Version>16.2.3</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<PackageTags>Testing, Snapshot, Diff, Compare</PackageTags>
88
<Description>Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.</Description>

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ItemGroup>
77
<PackageVersion Include="Argon" Version="0.30.0" />
88
<PackageVersion Include="Caseless.Fody" Version="1.9.1" />
9-
<PackageVersion Include="EmptyFiles" Version="8.10.0" />
9+
<PackageVersion Include="EmptyFiles" Version="8.10.1" />
1010
<PackageVersion Include="Fody" Version="6.9.2" />
1111
<PackageVersion Include="MarkdownSnippets.MsBuild" Version="28.0.0-beta.2" />
1212
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.0.3" />

src/nuget.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
GENERATED FILE - DO NOT EDIT
3+
This file was generated by [MarkdownSnippets](https://github.com/SimonCropp/MarkdownSnippets).
4+
Source File: /src/nuget.source.md
5+
To change this file edit the source file and then run MarkdownSnippets.
6+
-->
7+
8+
[Documentation](https://github.com/VerifyTests/DiffEngine)
9+
10+
DiffEngine manages launching and cleanup of diff tools. It is designed to be used by any Snapshot/Approval testing library.<!-- singleLineInclude: intro. path: /docs/mdsource/intro.include.md -->
11+
12+
**See [Milestones](https://github.com/VerifyTests/DiffEngine/milestones?state=closed) for release notes.**
13+
14+
15+
## Sponsors
16+
17+
18+
### Entity Framework Extensions<!-- include: zzz. path: /docs/mdsource/zzz.include.md -->
19+
20+
[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=DiffEngine) is a major sponsor and is proud to contribute to the development this project.
21+
22+
[![Entity Framework Extensions](https://raw.githubusercontent.com/VerifyTests/DiffEngine/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=DiffEngine)<!-- endInclude -->

src/nuget.source.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Documentation](https://github.com/VerifyTests/DiffEngine)
2+
3+
include: intro
4+
5+
**See [Milestones](https://github.com/VerifyTests/DiffEngine/milestones?state=closed) for release notes.**
6+
7+
8+
## Sponsors
9+
10+
11+
include: zzz

0 commit comments

Comments
 (0)