Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set repo url & license expression #2744

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<summary>Package for writing custom generator extensions for SpecFlow.</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow bdd gherkin cucumber generator</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand All @@ -29,7 +30,7 @@
</metadata>

<files>

<file src="bin\$config$\net462\Gherkin.dll" target="lib\$SpecFlow_FullFramework_Runtime_TFM$" />
<file src="bin\$config$\net462\TechTalk.SpecFlow.Generator.*" target="lib\$SpecFlow_FullFramework_Runtime_TFM$" />
<file src="bin\$config$\net462\TechTalk.SpecFlow.Utils.*" target="lib\$SpecFlow_FullFramework_Runtime_TFM$" />
Expand All @@ -48,7 +49,6 @@
<file src="$SolutionDir$Licenses\Gherkin-LICENSE-MIT.txt" target="Licenses" />
<file src="$SolutionDir$Licenses\BoDi-LICENSE-Apache2.txt" target="Licenses" />

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<summary>Combined package to setup SpecFlow with NUnit easily for running the tests with the NUnit runners.</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow nunit nunit.runners nunit-console</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand All @@ -23,7 +24,6 @@
</metadata>

<files>
<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
<summary>SpecFlow plugin that enables to use Autofac for resolving test dependencies.</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<copyright>Copyright © Gaspar Nagy, Spec Solutions, $author$</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow autofac di dependency injection</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2">
Expand All @@ -40,7 +41,6 @@
<file src="bin\$config$\net6.0\SpecFlow.Autofac.SpecFlowPlugin.dll" target="lib\$SpecFlow_Net6_TFM$" />
<file src="bin\$config$\net6.0\SpecFlow.Autofac.SpecFlowPlugin.pdb" target="lib\$SpecFlow_Net6_TFM$" />

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<summary>Package to use external data in Gherkin scenarios</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow externaldata json</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand All @@ -25,7 +26,6 @@

<file src="bin\$config$\netcoreapp3.1\*" target="build\netcoreapp3.1"/>

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<summary>Package to use Verify with SpecFlow</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow externaldata json</tags>
<copyright>$copyright$</copyright>

Expand Down Expand Up @@ -41,7 +42,6 @@
<file src="bin\$config$\netcoreapp3.1\SpecFlow.Verify.SpecFlowPlugin.*" target="lib\netcoreapp3.1"/>
<file src="bin\$config$\net6.0\SpecFlow.Verify.SpecFlowPlugin.*" target="lib\net6.0"/>

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
<summary>SpecFlow plugin that enables to use Windsor for resolving test dependencies.</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<copyright>Copyright © Gaspar Nagy, Spec Solutions, $author$</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow castle windsor di dependency injection</tags>
<dependencies>
<group targetFramework=".NETFramework4.6.2">
Expand All @@ -39,7 +40,6 @@
<file src="bin\$config$\netstandard2.0\SpecFlow.Windsor.SpecFlowPlugin.pdb" target="lib\$SpecFlow_Core_Runtime_TFM$" />
<file src="bin\$config$\net6.0\SpecFlow.Windsor.SpecFlowPlugin.*" target="lib\$SpecFlow_Net6_TFM$" />

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<summary>Package to setup SpecFlow for use with MsTest v2.</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow mstest</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand Down Expand Up @@ -46,7 +47,6 @@
<file src="bin\$config$\netcoreapp3.1\TechTalk.SpecFlow.MSTest.Generator.SpecFlowPlugin.pdb" target="build\$SpecFlow_Core_Generator_TFM$" />
<file src="bin\$config$\net6.0\TechTalk.SpecFlow.MSTest.Generator.SpecFlowPlugin.*" target="build\$SpecFlow_Net6_TFM$" />

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<summary>Package to use SpecFlow with NUnit 3.13 and later</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow nunit</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand Down Expand Up @@ -46,7 +47,6 @@
<file src="bin\$config$\netcoreapp3.1\TechTalk.SpecFlow.NUnit.Generator.SpecFlowPlugin.pdb" target="build\$SpecFlow_Core_Generator_TFM$" />
<file src="bin\$config$\net6.0\TechTalk.SpecFlow.NUnit.Generator.SpecFlowPlugin.*" target="build\$SpecFlow_Net6_TFM$" />

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<summary>Package to use SpecFlow with xUnit 2.4 and later</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow xUnit</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand Down Expand Up @@ -50,7 +51,6 @@
<file src="bin\$config$\netcoreapp3.1\TechTalk.SpecFlow.xUnit.Generator.SpecFlowPlugin.pdb" target="build\$SpecFlow_Core_Generator_TFM$" />
<file src="bin\$config$\net6.0\TechTalk.SpecFlow.xUnit.Generator.SpecFlowPlugin.*" target="build\$SpecFlow_Net6_TFM$" />

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<summary>Package to enable the code-behind file generation during build time http://specflow.org/documentation/Generate-Tests-from-MsBuild/</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow msbuild</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand All @@ -25,12 +26,11 @@
<file src="bin\$config$\net462\*.dll" target="tasks\$SpecFlow_FullFramework_Generator_TFM$" />
<file src="bin\$config$\netcoreapp3.1\*.dll" target="tasks\$SpecFlow_Core_Tools_TFM$" />
<file src="bin\$config$\netcoreapp3.1\*.deps.json" target="tasks\$SpecFlow_Core_Tools_TFM$" />

<file src="bin\$config$\net6.0\*.dll" target="tasks\$SpecFlow_Net6_TFM$" />
<file src="bin\$config$\net6.0\*.deps.json" target="tasks\$SpecFlow_Net6_TFM$" />

<file src="$SolutionDir$\Licenses\**\*" target="licenses" />
<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />
</files>
</package>
4 changes: 2 additions & 2 deletions TechTalk.SpecFlow/SpecFlow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<summary>SpecFlow aims at bridging the communication gap between domain experts and developers by binding business readable behavior specifications to the underlying implementation. Our mission is to provide a pragmatic and frictionless approach to Acceptance Test Driven Development and Behavior Driven Development for .NET projects today.</summary>
<language>en-US</language>
<projectUrl>https://www.specflow.org</projectUrl>
<RepositoryUrl>https://github.com/SpecFlowOSS/SpecFlow.git</RepositoryUrl>
<icon>images\specflow-icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<license type="expression">BSD-3-Clause</license>
<tags>specflow bdd gherkin cucumber</tags>
<copyright>$copyright$</copyright>
<dependencies>
Expand Down Expand Up @@ -51,7 +52,6 @@
<file src="$SolutionDir$\Licenses\*" target="Licenses" />
<file src="$SolutionDir$\*.txt" target="" />

<file src="$SolutionDir$LICENSE.txt" target="LICENSE.txt" />
<file src="$SolutionDir$specflow-icon.png" target="images\" />

</files>
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.0.1
+ Update package meta data

4.0

Breaking Changes:
Expand Down