Skip to content

Commit

Permalink
Update nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ceddlyburge committed Aug 27, 2020
1 parent 8d2c734 commit e073b8a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CustomerTestsExcel/CustomerTestsExcel.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
<metadata>
<id>CustomerTestsExcel</id>
<version>2.0.0.0</version>
<authors>RES</authors>
<authors>Cedd Burge</authors>
<title>Customer Tests Excel</title>
<description>A framework to round trip NUnit to / from Microsoft Excel customer tests</description>
<summary>Round trip NUnit / Microsoft Excel customer tests</summary>
<projectUrl>https://github.com/resgroup/customer-tests-excel</projectUrl>
<License>https://raw.githubusercontent.com/resgroup/customer-tests-excel/master/LICENSE</License>
<PackageIcon>https://raw.githubusercontent.com/resgroup/customer-tests-excel/master/media/customer-tests-excel-icon-small.png</PackageIcon>
<repository type="git" url="https://github.com/resgroup/customer-tests-excel" />
<license type="expression">MIT</license>
<icon>media\customer-tests-excel-icon-small.png</icon>
<copyright>Copyright © Cedd Burge 2020</copyright>
<tags>nunit excel customer-tests acceptance-tests end-to-end-tests code-generation</tags>
<releaseNotes>
The test project is now expected to be .Net Core (the project under test can be either Core or Framework).
The framework can now scan assemblies / dlls for interfaces that match the definitions in the Excel tests, and generate the setup classes automatically.
Improved error / warning messages for badly formatted Excel tests.
The generated C# test code now uses fluent syntax and is more concise and readable.
</releaseNotes>
</metadata>
<files>
<file src="..\media\customer-tests-excel-icon-small.png" target="media\" />
<file src="bin\Release\netcoreapp3.1\CustomerTestsExcel.dll" target="lib\net45" />
<file src="..\GenerateCodeFromExcelTest\bin\Release\netcoreapp3.1\**\*" target="tools\GenerateCodeFromExcelTest" />
<file src="..\AddNavigationToSpecificationHTMLOutputFiles\bin\Release\netcoreapp3.1\**\*" target="tools\AddNavigationToSpecificationHTMLOutputFiles" />
Expand Down

0 comments on commit e073b8a

Please sign in to comment.