Skip to content

Commit d01fe58

Browse files
committed
add nuget readme
1 parent dc5f676 commit d01fe58

7 files changed

Lines changed: 23 additions & 7 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 Xaml UIs.

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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build status](https://ci.appveyor.com/api/projects/status/o2iy3b7k9le0ntps?svg=true)](https://ci.appveyor.com/project/SimonCropp/verify-xaml)
55
[![NuGet Status](https://img.shields.io/nuget/v/Verify.Xaml.svg)](https://www.nuget.org/packages/Verify.Xaml/)
66

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

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

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<LangVersion>preview</LangVersion>
55
<NoWarn>CS1591;CS0649;CS8632;CA1416;NU1608;NU1109</NoWarn>
6-
<Version>4.1.0</Version>
6+
<Version>4.1.1</Version>
77
<AssemblyVersion>1.0.0</AssemblyVersion>
88
<LangVersion>preview</LangVersion>
99
<PackageTags>Xaml, Wpf, Verify</PackageTags>

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PackageVersion Include="ProjectDefaults" Version="1.0.156" />
1212
<PackageVersion Include="Shipwreck.Phash.Bitmaps" Version="0.5.0" />
1313
<PackageVersion Include="System.Drawing.Common" Version="8.0.10" />
14-
<PackageVersion Include="Verify" Version="30.3.1" />
14+
<PackageVersion Include="Verify" Version="30.4.0" />
1515
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
16-
<PackageVersion Include="Verify.NUnit" Version="30.3.1" />
16+
<PackageVersion Include="Verify.NUnit" Version="30.4.0" />
1717
<PackageVersion Include="Verify.Phash" Version="3.1.0" />
1818
<PackageVersion Include="Microsoft.Sbom.Targets" Version="4.0.3" />
1919
</ItemGroup>

src/Verify.Xaml.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9A6C4741-C83D-4E05-A62F-8049F65B9B6C}"
1111
ProjectSection(SolutionItems) = preProject
1212
.editorconfig = .editorconfig
13-
.gitattributes = .gitattributes
1413
..\.gitignore = ..\.gitignore
1514
appveyor.yml = appveyor.yml
1615
Directory.Build.props = Directory.Build.props
1716
Directory.Packages.props = Directory.Packages.props
1817
mdsnippets.json = mdsnippets.json
1918
..\readme.md = ..\readme.md
19+
..\.gitattributes = ..\.gitattributes
2020
EndProjectSection
2121
EndProject
2222
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.Xaml)
2+
3+
Extends [Verify](https://github.com/VerifyTests/Verify) to allow verification of Xaml UIs.<!-- singleLineInclude: intro. path: /docs/intro.include.md -->
4+
5+
**See [Milestones](https://github.com/VerifyTests/Verify.Xaml/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.Xaml) 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.Xaml/refs/heads/main/docs/zzz.png)](https://entityframework-extensions.net/?utm_source=simoncropp&utm_medium=Verify.Xaml)<!-- endInclude -->

0 commit comments

Comments
 (0)