From f3ef0169a717fe7ea1e3b3ea504a80e2d5b32ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1sp=C3=A1r=20Nagy?= Date: Tue, 4 Jun 2024 11:55:08 +0200 Subject: [PATCH] Improve NuGet metadata (#161) * add repo url and license expression * remove Microsoft.SourceLink.GitHub (because included in .NET 8.0 SDK anyway) * remove as it is not used with nuspec * Update 3rd party licenses * enable deterministic build * fix build * generate source package? * update CHANGELOG.md * update package texts --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 3 +- Directory.Build.props | 10 + Directory.Build.targets | 7 +- Licenses/BoDi-LICENSE-Apache2.txt | 190 ------------------ ...umber.CucumberExpressions-LICENSE-MIT.txt} | 6 +- ...=> SpecFlow.Internal.Json-LICENSE-MIT.txt} | 12 +- .../Reqnroll.Autofac.ReqnrollPlugin.csproj | 13 +- .../Reqnroll.Autofac.nuspec | 3 +- .../Reqnroll.CustomPlugin.nuspec | 6 +- ...eqnroll.ExternalData.ReqnrollPlugin.csproj | 5 +- .../Reqnroll.ExternalData.nuspec | 3 +- ...oll.MSTest.Generator.ReqnrollPlugin.csproj | 11 +- .../Reqnroll.MSTest.nuspec | 7 +- .../Reqnroll.MSTest.ReqnrollPlugin.csproj | 13 +- ....DependencyInjection.ReqnrollPlugin.csproj | 11 - ...soft.Extensions.DependencyInjection.nuspec | 3 +- ...roll.NUnit.Generator.ReqnrollPlugin.csproj | 11 +- .../Reqnroll.NUnit.nuspec | 7 +- .../Reqnroll.NUnit.ReqnrollPlugin.csproj | 13 +- ...patibility.Generator.ReqnrollPlugin.csproj | 8 - .../Reqnroll.SpecFlowCompatibility.nuspec | 3 +- ...pecFlowCompatibility.ReqnrollPlugin.csproj | 11 - .../Reqnroll.Verify.ReqnrollPlugin.csproj | 3 - .../Reqnroll.Verify.nuspec | 3 +- .../Reqnroll.Windsor.ReqnrollPlugin.csproj | 13 +- .../Reqnroll.Windsor.nuspec | 3 +- ...roll.xUnit.Generator.ReqnrollPlugin.csproj | 9 - .../Reqnroll.xUnit.nuspec | 7 +- .../Reqnroll.xUnit.ReqnrollPlugin.csproj | 13 +- Reqnroll.Generator/Reqnroll.Generator.csproj | 9 - Reqnroll.Parser/Reqnroll.Parser.csproj | 10 - .../Reqnroll.Tools.MsBuild.Generation.csproj | 15 +- .../Reqnroll.Tools.MsBuild.Generation.nuspec | 3 +- Reqnroll.Utils/Reqnroll.Utils.csproj | 14 +- Reqnroll/PackageReadme.md | 3 + Reqnroll/Reqnroll.csproj | 8 - Reqnroll/Reqnroll.nuspec | 8 +- 38 files changed, 73 insertions(+), 406 deletions(-) delete mode 100644 Licenses/BoDi-LICENSE-Apache2.txt rename Licenses/{System.ValueTuple-LICENSE-MIT.txt => Cucumber.CucumberExpressions-LICENSE-MIT.txt} (91%) rename Licenses/{Newtonsoft.Json-LICENSE-MIT.md => SpecFlow.Internal.Json-LICENSE-MIT.txt} (70%) create mode 100644 Reqnroll/PackageReadme.md diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc33a26ac..13e87732c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: packages - path: "GeneratedNuGetPackages/**/*.nupkg" + path: "GeneratedNuGetPackages/**/*.*nupkg" - name: Upload TRX files uses: actions/upload-artifact@v4 if: always() diff --git a/CHANGELOG.md b/CHANGELOG.md index 42fd42935..b57570741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## Improvements: -* Update [versioning policy for plugins](https://docs.reqnroll.net/latest/installation/compatibility.html#versioning-policy) and set plugin dependencies accordingly (#160). +* Update [versioning policy for plugins](https://docs.reqnroll.net/latest/installation/compatibility.html#versioning-policy) and set plugin dependencies accordingly (#160) +* Generate symbol packages, use deterministic build and update package metadata (#161) # v2.0.2 - 2024-05-31 diff --git a/Directory.Build.props b/Directory.Build.props index fc15f8853..bf87d1ac9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,6 +6,7 @@ Copyright © Reqnroll Reqnroll Reqnroll + Reqnroll is an open-source Cucumber-style BDD test automation framework for .NET. It has been created as a reboot of the SpecFlow project. @@ -15,6 +16,15 @@ 3 + + $(GITHUB_REF_NAME) + $(GITHUB_SHA) + true + true + true + snupkg + + diff --git a/Directory.Build.targets b/Directory.Build.targets index 4d9889aed..98b878d13 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -7,7 +7,10 @@ $(NuspecProperties);copyright=$(Reqnroll_Copyright) $(NuspecProperties);author=$(Reqnroll_Authors) $(NuspecProperties);owner=$(Reqnroll_Owners) + $(NuspecProperties);summary=$(Reqnroll_Summary) $(NuspecProperties);CompatibilityVersionRange=[$(PackageVersion),$(CompatibilityVersionUpperRange)) + $(NuspecProperties);branch=$(GitBranch) + $(NuspecProperties);commit=$(GitCommitSha) $(NuspecProperties);Reqnroll_FullFramework_Tools_TFM=$(Reqnroll_FullFramework_Tools_TFM) $(NuspecProperties);Reqnroll_Core_Tools_TFM=$(Reqnroll_Core_Tools_TFM) @@ -16,14 +19,14 @@ - + - + diff --git a/Licenses/BoDi-LICENSE-Apache2.txt b/Licenses/BoDi-LICENSE-Apache2.txt deleted file mode 100644 index d0a2248db..000000000 --- a/Licenses/BoDi-LICENSE-Apache2.txt +++ /dev/null @@ -1,190 +0,0 @@ -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - Copyright 2014 Gaspar Nagy (http://gasparnagy.com) - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file diff --git a/Licenses/System.ValueTuple-LICENSE-MIT.txt b/Licenses/Cucumber.CucumberExpressions-LICENSE-MIT.txt similarity index 91% rename from Licenses/System.ValueTuple-LICENSE-MIT.txt rename to Licenses/Cucumber.CucumberExpressions-LICENSE-MIT.txt index 984713a49..a5e1512d0 100644 --- a/Licenses/System.ValueTuple-LICENSE-MIT.txt +++ b/Licenses/Cucumber.CucumberExpressions-LICENSE-MIT.txt @@ -1,8 +1,6 @@ -The MIT License (MIT) +MIT License -Copyright (c) .NET Foundation and Contributors - -All rights reserved. +Copyright (c) 2016 Cucumber Ltd and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Licenses/Newtonsoft.Json-LICENSE-MIT.md b/Licenses/SpecFlow.Internal.Json-LICENSE-MIT.txt similarity index 70% rename from Licenses/Newtonsoft.Json-LICENSE-MIT.md rename to Licenses/SpecFlow.Internal.Json-LICENSE-MIT.txt index dfaadbe49..9c5992e4d 100644 --- a/Licenses/Newtonsoft.Json-LICENSE-MIT.md +++ b/Licenses/SpecFlow.Internal.Json-LICENSE-MIT.txt @@ -1,20 +1,20 @@ The MIT License (MIT) -Copyright (c) 2007 James Newton-King +Copyright (c) 2018 Alex Parker Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in +this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +use, copy, modify, merge, publish, distribute, sublicense, andor sell copies of the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +subject to the following conditions The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.ReqnrollPlugin.csproj b/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.ReqnrollPlugin.csproj index c46ff72dc..fe4404cc3 100644 --- a/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.ReqnrollPlugin.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 $(Reqnroll_KeyFile) @@ -8,20 +8,9 @@ true $(MSBuildThisFileDirectory)Reqnroll.Autofac.nuspec - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - Reqnroll.Autofac - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.nuspec b/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.nuspec index bfb840600..ee215a72f 100644 --- a/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.nuspec +++ b/Plugins/Reqnroll.Autofac.ReqnrollPlugin/Reqnroll.Autofac.nuspec @@ -10,10 +10,11 @@ Reqnroll plugin that enables to use Autofac for resolving test dependencies. en-US https://www.reqnroll.net + images\reqnroll-icon.png Copyright © Gaspar Nagy, Spec Solutions, $author$ false - LICENSE + BSD-3-Clause reqnroll autofac di dependency injection diff --git a/Plugins/Reqnroll.CustomPlugin/Reqnroll.CustomPlugin.nuspec b/Plugins/Reqnroll.CustomPlugin/Reqnroll.CustomPlugin.nuspec index d37fd9818..85632ac0c 100644 --- a/Plugins/Reqnroll.CustomPlugin/Reqnroll.CustomPlugin.nuspec +++ b/Plugins/Reqnroll.CustomPlugin/Reqnroll.CustomPlugin.nuspec @@ -10,9 +10,10 @@ Package for writing custom generator extensions for Reqnroll. en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll bdd gherkin cucumber generator $copyright$ @@ -27,8 +28,7 @@ - - + diff --git a/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.ReqnrollPlugin.csproj b/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.ReqnrollPlugin.csproj index 37ba8799a..bbb4452b3 100644 --- a/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.ReqnrollPlugin.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 $(MSBuildThisFileDirectory)Reqnroll.ExternalData.nuspec @@ -7,10 +7,7 @@ $(Reqnroll_PublicSign) true - true - true true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb diff --git a/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.nuspec b/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.nuspec index 3dc99c503..ad933daff 100644 --- a/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.nuspec +++ b/Plugins/Reqnroll.ExternalData/Reqnroll.ExternalData.ReqnrollPlugin/Reqnroll.ExternalData.nuspec @@ -9,9 +9,10 @@ Package to use external data in Gherkin scenarios en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll externaldata json $copyright$ diff --git a/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.Generator.ReqnrollPlugin.csproj b/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.Generator.ReqnrollPlugin.csproj index 216d841d0..b38f2b856 100644 --- a/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.Generator.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.Generator.ReqnrollPlugin.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 $(MSBuildThisFileDirectory)Reqnroll.MSTest.nuspec @@ -6,10 +6,6 @@ $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) true - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -17,11 +13,6 @@ - - all - runtime; build; native; contentfiles; analyzers - - diff --git a/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.nuspec b/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.nuspec index accdf6f86..b7cae26a3 100644 --- a/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.nuspec +++ b/Plugins/Reqnroll.MSTest.Generator.ReqnrollPlugin/Reqnroll.MSTest.nuspec @@ -6,13 +6,14 @@ Reqnroll.MsTest $author$ $owner$ - Package to setup Reqnroll for use with MsTest v2. - Package to setup Reqnroll for use with MsTest v2. + Package to use Reqnroll for use with MsTest v2. $summary$ + Package to use Reqnroll for use with MsTest v2. $summary$ en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll mstest $copyright$ diff --git a/Plugins/Reqnroll.MSTest.ReqnrollPlugin/Reqnroll.MSTest.ReqnrollPlugin.csproj b/Plugins/Reqnroll.MSTest.ReqnrollPlugin/Reqnroll.MSTest.ReqnrollPlugin.csproj index 928684ecc..44b0dd958 100644 --- a/Plugins/Reqnroll.MSTest.ReqnrollPlugin/Reqnroll.MSTest.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.MSTest.ReqnrollPlugin/Reqnroll.MSTest.ReqnrollPlugin.csproj @@ -1,22 +1,11 @@ - + netstandard2.0 $(Reqnroll_KeyFile) $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin.csproj b/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin.csproj index 372e6918a..d8e1d0a3e 100644 --- a/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin.csproj @@ -8,20 +8,9 @@ true $(MSBuildThisFileDirectory)Reqnroll.Microsoft.Extensions.DependencyInjection.nuspec - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - Reqnroll.Microsoft.Extensions.DependencyInjection - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.nuspec b/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.nuspec index 9221cd520..4c11fb5f9 100644 --- a/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.nuspec +++ b/Plugins/Reqnroll.Microsoft.Extensions.DependencyInjection.ReqnrollPlugin/Reqnroll.Microsoft.Extensions.DependencyInjection.nuspec @@ -10,10 +10,11 @@ Reqnroll plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies. en-US https://www.reqnroll.net + images\reqnroll-icon.png Copyright © Mark Hoek, Solid Token, $author$ false - LICENSE + BSD-3-Clause reqnroll microsoft extensions di dependency injection diff --git a/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.Generator.ReqnrollPlugin.csproj b/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.Generator.ReqnrollPlugin.csproj index 243b1dec7..16774791b 100644 --- a/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.Generator.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.Generator.ReqnrollPlugin.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 $(MSBuildThisFileDirectory)Reqnroll.NUnit.nuspec @@ -6,10 +6,6 @@ $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) true - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -17,11 +13,6 @@ - - all - runtime; build; native; contentfiles; analyzers - - diff --git a/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.nuspec b/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.nuspec index dc12ee964..116543523 100644 --- a/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.nuspec +++ b/Plugins/Reqnroll.NUnit.Generator.ReqnrollPlugin/Reqnroll.NUnit.nuspec @@ -6,13 +6,14 @@ Reqnroll.NUnit $author$ $owner$ - Package to use Reqnroll with NUnit 3.13 and later - Package to use Reqnroll with NUnit 3.13 and later + Package to use Reqnroll with NUnit 3.13 and later. $summary$ + Package to use Reqnroll with NUnit 3.13 and later. $summary$ en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll nunit $copyright$ diff --git a/Plugins/Reqnroll.NUnit.ReqnrollPlugin/Reqnroll.NUnit.ReqnrollPlugin.csproj b/Plugins/Reqnroll.NUnit.ReqnrollPlugin/Reqnroll.NUnit.ReqnrollPlugin.csproj index 9eb93ad40..6855d2380 100644 --- a/Plugins/Reqnroll.NUnit.ReqnrollPlugin/Reqnroll.NUnit.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.NUnit.ReqnrollPlugin/Reqnroll.NUnit.ReqnrollPlugin.csproj @@ -1,22 +1,11 @@ - + netstandard2.0 $(Reqnroll_KeyFile) $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin.csproj b/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin.csproj index 3d871baa8..4dbe3ca99 100644 --- a/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin.csproj @@ -6,17 +6,9 @@ $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) true - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - all - runtime; build; native; contentfiles; analyzers - diff --git a/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.nuspec b/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.nuspec index ee051fbd3..331f423b3 100644 --- a/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.nuspec +++ b/Plugins/Reqnroll.SpecFlowCompatibility.Generator.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.nuspec @@ -10,9 +10,10 @@ Enables SpecFlow compatibility mode for Reqnroll en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll specflow $copyright$ diff --git a/Plugins/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin.csproj b/Plugins/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin.csproj index f36633d45..acb3b59c7 100644 --- a/Plugins/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin/Reqnroll.SpecFlowCompatibility.ReqnrollPlugin.csproj @@ -4,19 +4,8 @@ $(Reqnroll_KeyFile) $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.ReqnrollPlugin.csproj b/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.ReqnrollPlugin.csproj index a6aec9b9e..7271dcf11 100644 --- a/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.ReqnrollPlugin.csproj @@ -7,10 +7,7 @@ $(Reqnroll_PublicSign) true - true - true true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb diff --git a/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.nuspec b/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.nuspec index 4ca9d470f..a21debbc6 100644 --- a/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.nuspec +++ b/Plugins/Reqnroll.Verify/Reqnroll.Verify.ReqnrollPlugin/Reqnroll.Verify.nuspec @@ -9,9 +9,10 @@ Package to use Verify with Reqnroll en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll externaldata json $copyright$ diff --git a/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.ReqnrollPlugin.csproj b/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.ReqnrollPlugin.csproj index b9e35ec99..2aa3d526f 100644 --- a/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.ReqnrollPlugin.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 $(Reqnroll_KeyFile) @@ -7,19 +7,8 @@ true $(MSBuildThisFileDirectory)Reqnroll.Windsor.nuspec - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.nuspec b/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.nuspec index d532ee712..927f59d02 100644 --- a/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.nuspec +++ b/Plugins/Reqnroll.Windsor.ReqnrollPlugin/Reqnroll.Windsor.nuspec @@ -10,10 +10,11 @@ Reqnroll plugin that enables to use Windsor for resolving test dependencies. en-US https://www.reqnroll.net + images\reqnroll-icon.png Copyright © Gaspar Nagy, Spec Solutions, $author$ false - LICENSE + BSD-3-Clause reqnroll castle windsor di dependency injection diff --git a/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.Generator.ReqnrollPlugin.csproj b/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.Generator.ReqnrollPlugin.csproj index 5ffc370da..7f51cb772 100644 --- a/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.Generator.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.Generator.ReqnrollPlugin.csproj @@ -6,10 +6,6 @@ $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) true - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb @@ -17,11 +13,6 @@ - - all - runtime; build; native; contentfiles; analyzers - - diff --git a/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.nuspec b/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.nuspec index c7dd72312..c6b1b0b86 100644 --- a/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.nuspec +++ b/Plugins/Reqnroll.xUnit.Generator.ReqnrollPlugin/Reqnroll.xUnit.nuspec @@ -6,13 +6,14 @@ Reqnroll.xUnit $author$ $owner$ - Package to use Reqnroll with xUnit 2.4 and later - Package to use Reqnroll with xUnit 2.4 and later + Package to use Reqnroll with xUnit 2.4 and later. $summary$ + Package to use Reqnroll with xUnit 2.4 and later. $summary$ en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll xUnit $copyright$ diff --git a/Plugins/Reqnroll.xUnit.ReqnrollPlugin/Reqnroll.xUnit.ReqnrollPlugin.csproj b/Plugins/Reqnroll.xUnit.ReqnrollPlugin/Reqnroll.xUnit.ReqnrollPlugin.csproj index f0001a95d..ea0415ac2 100644 --- a/Plugins/Reqnroll.xUnit.ReqnrollPlugin/Reqnroll.xUnit.ReqnrollPlugin.csproj +++ b/Plugins/Reqnroll.xUnit.ReqnrollPlugin/Reqnroll.xUnit.ReqnrollPlugin.csproj @@ -1,22 +1,11 @@ - + netstandard2.0;net462 $(Reqnroll_KeyFile) $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Reqnroll.Generator/Reqnroll.Generator.csproj b/Reqnroll.Generator/Reqnroll.Generator.csproj index 4938fbb2d..73448ee44 100644 --- a/Reqnroll.Generator/Reqnroll.Generator.csproj +++ b/Reqnroll.Generator/Reqnroll.Generator.csproj @@ -7,18 +7,9 @@ $(Reqnroll_PublicSign) Reqnroll.Generator - true - true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Reqnroll.Parser/Reqnroll.Parser.csproj b/Reqnroll.Parser/Reqnroll.Parser.csproj index 5f7365f78..3eb107eea 100644 --- a/Reqnroll.Parser/Reqnroll.Parser.csproj +++ b/Reqnroll.Parser/Reqnroll.Parser.csproj @@ -7,19 +7,9 @@ $(Reqnroll_PublicSign) Reqnroll.Parser - true - true $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - all - runtime; build; native; contentfiles; analyzers - - - - diff --git a/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.csproj b/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.csproj index fab42b65a..db052fce8 100644 --- a/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.csproj +++ b/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.csproj @@ -6,22 +6,13 @@ $(Reqnroll_PublicSign) $(MSBuildThisFileDirectory)Reqnroll.Tools.MsBuild.Generation.nuspec true - true true - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + false - - all - runtime; build; native; contentfiles; analyzers - - @@ -44,10 +35,6 @@ - - all - runtime; build; native; contentfiles; analyzers - diff --git a/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.nuspec b/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.nuspec index b16bb720d..263b360ab 100644 --- a/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.nuspec +++ b/Reqnroll.Tools.MsBuild.Generation/Reqnroll.Tools.MsBuild.Generation.nuspec @@ -10,9 +10,10 @@ Package to enable the code-behind file generation during build time http://reqnroll.net/documentation/Generate-Tests-from-MsBuild/ en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll msbuild $copyright$ diff --git a/Reqnroll.Utils/Reqnroll.Utils.csproj b/Reqnroll.Utils/Reqnroll.Utils.csproj index 1508d14d0..8b9f1daa0 100644 --- a/Reqnroll.Utils/Reqnroll.Utils.csproj +++ b/Reqnroll.Utils/Reqnroll.Utils.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 Reqnroll.Utils @@ -6,17 +6,5 @@ $(Reqnroll_KeyFile) $(Reqnroll_EnableStrongNameSigning) $(Reqnroll_PublicSign) - - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - - - - all - runtime; build; native; contentfiles; analyzers - - - diff --git a/Reqnroll/PackageReadme.md b/Reqnroll/PackageReadme.md new file mode 100644 index 000000000..467159dea --- /dev/null +++ b/Reqnroll/PackageReadme.md @@ -0,0 +1,3 @@ +Reqnroll (pronounced as [reknroʊl]) is an open-source Cucumber-style BDD test automation framework for .NET. It has been created as a reboot of the SpecFlow project. + +Reqnroll enables writing executable specifications for BDD using Gherkin, the widely-accepted *feature file* specification format. With that you can define the requirements using *Given-When-Then* style *scenarios* and turn them to automated tests in order to verify their implementation. diff --git a/Reqnroll/Reqnroll.csproj b/Reqnroll/Reqnroll.csproj index 023f1c76d..7735f6783 100644 --- a/Reqnroll/Reqnroll.csproj +++ b/Reqnroll/Reqnroll.csproj @@ -10,20 +10,12 @@ $(MSBuildThisFileDirectory)Reqnroll.nuspec true - true - true - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - $(NoWarn);1591;CS2002 true - - all - runtime; build; native; contentfiles; analyzers - diff --git a/Reqnroll/Reqnroll.nuspec b/Reqnroll/Reqnroll.nuspec index fd0d550d4..1db87fad1 100644 --- a/Reqnroll/Reqnroll.nuspec +++ b/Reqnroll/Reqnroll.nuspec @@ -6,13 +6,14 @@ Reqnroll $author$ $owner$ - Reqnroll 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. - Reqnroll 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. + README.md + $summary$ en-US https://www.reqnroll.net + images\reqnroll-icon.png false - LICENSE + BSD-3-Clause reqnroll bdd gherkin cucumber $copyright$ @@ -40,6 +41,7 @@ +