Skip to content

Commit a623faf

Browse files
authored
Merge pull request #52 from xmlunit/typos-in-readmes
improve readmes of the constraint packages
2 parents 4c528c6 + 88cc2ce commit a623faf

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

src/doc/readmes/net-constraints-nunit2/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ one you want to create.
55

66
This package provides Constraints on top of the XMLUnit.NET core
77
library to be used with NUnit 2.x. If you are using a different
8-
version of NUUnit, please use the package for your version.
8+
version of NUnit, please use the package matching your version.
99

1010
* [XMLUnit.Core - Core Library ![nuget](https://img.shields.io/nuget/v/XMLUnit.Core.svg)](https://www.nuget.org/packages/XMLUnit.Core/)
1111
* [XMLUnit.NUnit3.Constraints - Constraints for NUnit 3.x ![nuget](https://img.shields.io/nuget/v/XMLUnit.NUnit3.Constraints.svg)](https://www.nuget.org/packages/XMLUnit.NUnit3.Constraints/)
@@ -15,10 +15,11 @@ version of NUUnit, please use the package for your version.
1515

1616
## Requirements
1717

18-
XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt now) and
19-
should still support .NET Framework 3.5 and Mono.
18+
Generally, XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt
19+
now) and should still support .NET Framework 3.5 and Mono.
2020

21-
This Constraints package requires NUnit 2.x and XMLUnit.Core.
21+
This Constraints package requires .NET Framework, NUnit 2.x and
22+
XMLUnit.Core.
2223

2324
## Usage
2425

src/doc/readmes/net-constraints-nunit3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ one you want to create.
55

66
This package provides Constraints on top of the XMLUnit.NET core
77
library to be used with NUnit 3.x. If you are using a different
8-
version of NUUnit, please use the package for your version.
8+
version of NUnit, please use the package matching your version.
99

1010
* [XMLUnit.Core - Core Library ![nuget](https://img.shields.io/nuget/v/XMLUnit.Core.svg)](https://www.nuget.org/packages/XMLUnit.Core/)
1111
* [XMLUnit.NUnit2.Constraints - Constraints for NUnit 2.x ![nuget](https://img.shields.io/nuget/v/XMLUnit.NUnit2.Constraints.svg)](https://www.nuget.org/packages/XMLUnit.NUnit2.Constraints/)

src/doc/readmes/net-constraints-nunit4/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ one you want to create.
55

66
This package provides Constraints on top of the XMLUnit.NET core
77
library to be used with NUnit 4.x. If you are using a different
8-
version of NUUnit, please use the package for your version.
8+
version of NUnit, please use the package matching your version.
99

1010
* [XMLUnit.Core - Core Library ![nuget](https://img.shields.io/nuget/v/XMLUnit.Core.svg)](https://www.nuget.org/packages/XMLUnit.Core/)
1111
* [XMLUnit.NUnit2.Constraints - Constraints for NUnit 2.x ![nuget](https://img.shields.io/nuget/v/XMLUnit.NUnit2.Constraints.svg)](https://www.nuget.org/packages/XMLUnit.NUnit2.Constraints/)
@@ -15,10 +15,12 @@ version of NUUnit, please use the package for your version.
1515

1616
## Requirements
1717

18-
XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt now) and
19-
should still support .NET Framework 3.5 and Mono.
18+
Generally, XMLUnit requires .NET Standard 2.0 (tested with .NET 8 rigt
19+
now) and should still support .NET Framework 3.5 and Mono.
2020

21-
This Constraints package requires NUnit 4.x and XMLUnit.Core.
21+
This Constraints package requires at least .NET 6 or .NET Framework
22+
4.6.2 (the same frameworks supported by NUnit 4.x), NUnit 4.x and
23+
XMLUnit.Core.
2224

2325
## Usage
2426

0 commit comments

Comments
 (0)