-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathStatePrinter.nuspec
23 lines (23 loc) · 986 Bytes
/
StatePrinter.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>StatePrinter</id>
<version>4.0.0</version>
<description>
An open source utility to turn object graphs into strings. Automate your ToString and unit tests asserts.
</description>
<releaseNotes>
* Requires .NET Framework 4.7.2
* Added `TestingBehaviour.SetAreEqualsMethod()` for easier integration with NUnit v3.x
* Removed all obsolete functionality.
</releaseNotes>
<tags>UnitTest ToString Serialization Approvals Test Testing ApprovalsTest</tags>
<copyright>Copyright 2014-2020</copyright>
<language>en-US</language>
<authors>Kasper B. Graversen</authors>
<projectUrl>https://github.com/kbilsted/StatePrinter</projectUrl>
<iconUrl>https://raw.githubusercontent.com/kbilsted/StatePrinter/master/StatePrinter/gfx/stateprinter.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<dependencies />
</metadata>
</package>