-
Notifications
You must be signed in to change notification settings - Fork 55
/
AutoTest.NET.nuspec
17 lines (17 loc) · 1.07 KB
/
AutoTest.NET.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<package >
<metadata>
<id>AutoTest.NET</id>
<version>1.3.1</version>
<authors>Svein Arne Ackenhausen</authors>
<owners>zippy1981</owners>
<licenseUrl>https://raw.github.com/continuoustests/AutoTest.Net/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/continuoustests/AutoTest.Net/</projectUrl>
<iconUrl>https://github.com/continuoustests/AutoTest.Net/blob/master/Resources/MM-16-AT.ico?raw=true</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>AutoTest.NET is based off of autotest which is a popular Ruby tool for running your unit tests as soon as your save your files. This practice gives you immediate feedback and helps facilitate real test driven development. This project was originally started by James Avery at http://code.google.com/p/autotestnet/</description>
<releaseNotes>Summary of changes made in this release of the package.</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>chocolatey TDD testrunner VISX</tags>
</metadata>
</package>