Releases: STARIONGROUP/VCD-Generator
Releases · STARIONGROUP/VCD-Generator
Version 7.0.0
This release includes the following features:
- [Update] dependencies (Serilog, ClosedXML)
- [Refactor] InvalidRequirementsFormatException and SheetNotFoundException, remove [Serializable] attribute
6.0.0
This release includes the following features:
- [Update] Starion Group
- [Update] dependencies - Spectre.Console
Version 5.0.1
This release includes the following features:
- [Update] dependencies (Spectre.Console, ClosedXML, Serilog, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Logging.Abstractions)
- [Update] to net8.0
- Add package readme
Version 4.0.0
This release includes the following features:
- [Update] dependencies (Spectre.Console, ClosedXML, Serilog)
- [Update] to net7.0
Version 3.1.0
This release includes the following features:
- [Update] dependencies (Spectre.Console, ClosedXML)
- [SQ] improvements (logging)
- [Update] copyright statements (2022-2023)
Version 3.0.1
This release includes the following features:
- [Fix] RequirementsReader.Read: start row, start column determination
- [Fix] RequirementsReader.Read: trim requirement-id when read from source requirements file to ease matching later
Version 3.0.0
This release includes the following features:
- [Improve] report generation formatting
- [Update] Spectre.Console: 0.45.1-preview.0.46
- [Update] Microsoft.Extensions.Configuration.Json: 7.0.0
- [Update] Microsoft.Extensions.Logging.Abstractions: 7.0.0
Version 2.0.0
This release includes the following features:
- [Add] add logo with ability to suppress it with the
--no-logo
option - [Add] commandline options: --requirements-sheet-name; --requirements-id-column; --requirements-text-column
- [Refactor] IRequirementsReader to use FileInfo
- [Add] GenerateCommand.Handler -> check that CLI options are valid, if not return -1 and exit with description of error
- [Cleanup] Program.cs and dependencies
Version 1.0.0
This release includes the following features:
- [MVP] generator that produces a spreadsheet that contains the following columns: Requirement ID; Requirement Text; results (full name of test case and pass/fail indication)
- The VCD-Generator is available as dotnet tool that can be installed from nuget.org as follows: dotnet tool install --global vcdg