-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathFitSharp.nuspec
21 lines (21 loc) · 1006 Bytes
/
FitSharp.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FitSharp</id>
<version>2024.11.28.1</version>
<title>fitSharp</title>
<authors>MikeStockdale,sqeezy</authors>
<owners>mikestockdale</owners>
<projectUrl>http://fitsharp.github.io/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>fitSharp is a set of open-source functional testing tools for .NET, inspired by the Framework for Integrated Test. It can be used in combination with FitNesse.</description>
<copyright>Copyright © 2024 Syterra Software Inc. All rights reserved.</copyright>
<releaseNotes>See https://fitsharp.github.io/FitSharp/ReleaseInformation.html</releaseNotes>
<license type="file">license\license.txt</license>
<tags>fit fitnesse testing dotnet</tags>
<references>
<reference file="fitsharp.dll" />
<reference file="fit.dll" />
</references>
</metadata>
</package>