forked from jonwagner/PSate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PSate.nuspec
21 lines (21 loc) · 822 Bytes
/
PSate.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>PSate</id>
<version>1.0.0</version>
<title>PSate</title>
<description>
A test runner module for PowerShell, supporting TDD- and BDD-style test cases,
NUnit-compatible test results, batch running or ISE F5 testing, and setup/teardown constructs.
Part of the PSST PowerShell Suite for Testing.
</description>
<tags>powershell unit testing test testrunner runner psst</tags>
<authors>Jon Wagner</authors>
<projectUrl>https://github.com/jonwagner/PSate</projectUrl>
<licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
</metadata>
<files>
<file src="PSate.psm1" target="tools" />
<file src="init.ps1" target="tools" />
</files>
</package>