Swap -alpha to -beta, and update all links to point to Github.
This commit is contained in:
Родитель
94722761be
Коммит
f560aefa3a
|
@ -2,14 +2,14 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>xunit.abstractions</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net [Abstractions]</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Common abstractions used to exchange information between xUnit.net and version-independent runners (xunit.abstractions.dll).</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>xunit.assert.source</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net [Assertion Library, as source]</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Includes the current assertion library from xUnit.net, as source into your project.</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>xunit.assert</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net [Assertion Library]</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Includes the current assertion library from xUnit.net (xunit.assert.dll).</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
</metadata>
|
||||
</package>
|
|
@ -2,20 +2,20 @@
|
|||
<package>
|
||||
<metadata minClientVersion="2.5">
|
||||
<id>xunit.core</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net [Core Library]</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Includes the core unit testing framework from xUnit.net (xunit.core.dll).</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<references>
|
||||
<reference file="xunit.core.dll" />
|
||||
</references>
|
||||
<dependencies>
|
||||
<dependency id="xunit.abstractions" version="[2.0.0-alpha]" />
|
||||
<dependency id="xunit.abstractions" version="[2.0.0-beta]" />
|
||||
<!-- FOR WHEN WE RTM: -->
|
||||
<!--<dependency id="xunit.abstractions" version="[2.0.0,2.1)" />-->
|
||||
</dependencies>
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>xunit.execution</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net [Test Execution Library]</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Includes the execution framework for xUnit.net (xunit.execution.dll).</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<dependencies>
|
||||
<dependency id="xunit.abstractions" version="[2.0.0-alpha]" />
|
||||
<dependency id="xunit.abstractions" version="[2.0.0-beta]" />
|
||||
<!--<dependency id="xunit.abstractions" version="[2.0.0-alpha,2.1)" />-->
|
||||
<dependency id="xunit.core" version="[2.0.0-alpha]" />
|
||||
<dependency id="xunit.core" version="[2.0.0-beta]" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
|
@ -2,18 +2,18 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>xunit</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<dependencies>
|
||||
<dependency id="xunit.core" version="[2.0.0-alpha]" />
|
||||
<dependency id="xunit.assert" version="[2.0.0-alpha]" />
|
||||
<dependency id="xunit.core" version="[2.0.0-beta]" />
|
||||
<dependency id="xunit.assert" version="[2.0.0-beta]" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files />
|
||||
|
|
|
@ -2,17 +2,17 @@
|
|||
<package>
|
||||
<metadata>
|
||||
<id>xunit.runner.utility</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net [Runner Utility]</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Includes the version-independent runner for xUnit.net to run both v1 and v2 tests (xunit.runner.utility.dll).</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<dependencies>
|
||||
<dependency id="xunit.abstractions" version="[2.0.0-alpha]" />
|
||||
<dependency id="xunit.abstractions" version="[2.0.0-beta]" />
|
||||
<!--<dependency id="xunit.abstractions" version="[2.0.0-alpha,2.1)" />-->
|
||||
</dependencies>
|
||||
</metadata>
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Includes support for running xUnit.net v1 and v2 tests from Visual Studio 2012+ and TFS Build 2012+.</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<references>
|
||||
<reference file="xunit.runner.visualstudio.testadapter.dll" />
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<Version>0.99.5</Version>
|
||||
<Description xml:space="preserve">xUnit.net is a unit testing tool for the .NET Framework. Written by the original inventor of NUnit, xUnit.net is the latest technology for unit testing C#, F#, VB.NET and other .NET languages.</Description>
|
||||
<Locale>1033</Locale>
|
||||
<MoreInfoUrl>http://xunit.codeplex.com/</MoreInfoUrl>
|
||||
<MoreInfoUrl>https://github.com/xunit/xunit</MoreInfoUrl>
|
||||
<License>License.txt</License>
|
||||
<Icon>Application.ico</Icon>
|
||||
<SupportedProducts>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string ExecutorUri = "executor://xunit.codeplex.com/VsTestRunner2";
|
||||
public const string ExecutorUri = "executor://xunit/VsTestRunner2";
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>xunit.runners</id>
|
||||
<version>2.0.0-alpha</version>
|
||||
<version>2.0.0-beta</version>
|
||||
<title>xUnit.net [Runners]</title>
|
||||
<authors>James Newkirk, Brad Wilson</authors>
|
||||
<description>Runners for the xUnit.net framework, including Console and MSBuild.</description>
|
||||
<language>en-US</language>
|
||||
<projectUrl>http://xunit.codeplex.com</projectUrl>
|
||||
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=xunit&DownloadId=662625</iconUrl>
|
||||
<licenseUrl>http://xunit.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>https://github.com/xunit/xunit</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/xunit/media/master/logo-512-transparent.png</iconUrl>
|
||||
<licenseUrl>https://raw.githubusercontent.com/xunit/xunit/master/license.txt</licenseUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
Загрузка…
Ссылка в новой задаче