Files
speckle.xunit.runner.wpf/xunit.runner.wpf/xunit.runner.wpf.nuspec
T
2016-05-18 17:30:49 -07:00

21 lines
769 B
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>xUnit.Runner.WPF</id>
<version>1.0.0</version>
<title>xUnit.Runner.WPF</title>
<authors>Pilchie</authors>
<owners>Pilchie</owners>
<projectUrl>https://github.com/Pilchie/xunit.runner.wpf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>XUnit Gui written in WPF</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>XUnit Gui test runner</tags>
</metadata>
<files>
<file src="*.dll" target="tools\"/>
<file src="*.exe" target="tools\" exclude="*vshost*"/>
<file src="*.config" target="tools\" exclude="*vshost*"/>
</files>
</package>