Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #24 from MNie/feature/update_nuspec_file
Browse files Browse the repository at this point in the history
update nuspec file
  • Loading branch information
MNie authored Jul 1, 2017
2 parents 31cbdc3 + 120489e commit 265b475
Showing 1 changed file with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Expecto.VisualStudio.TestAdapter</id>
<version>5.0.0-alpha008</version>
<version>5.0.0</version>
<title>Expecto.VisualStudio.TestAdapter</title>
<authors>Expecto</authors>
<owners>adamchester</owners>
<licenseUrl>https://github.com/adamchester/expecto-adapter/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/adamchester/expecto-adapter</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Visual Studio test adapter for Expecto. Shows Expecto tests in Visual Studio's Test Explorer, and also enables them to be run in Visual Studio Online builds.</description>
<releaseNotes>This version should support >= Expecto 4.0.0</releaseNotes>
<releaseNotes>This version should support >= Expecto 5.0.0</releaseNotes>
<copyright>Copyright © 2016 Ian Griffiths, Copyright © 2017 Expecto Visual Studio Test Adapter Contributors</copyright>
<tags>Expecto, Visual Studio, Test Adapter, testadapter</tags>
<developmentDependency>true</developmentDependency>
<dependencies>
<!--
Even thoough this is distributed with it's own Expecto.dll as
part of the 'tools' assemblies, this let's the end user know we
can only support Expecto 4.x versions because this adapter is
compiled against that semver API surface.
We assume Expecto 5.0 will break something that prevents this
test adapter package from being used with it.
-->
<dependency id="Expecto" version="[5.0.0-beta1,6.0)" />
<dependency id="Expecto" version="[5.0.0,6.0)" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 265b475

Please sign in to comment.