Skip to content

Releases: relaxdays/TestUtilities.Scenarios

v1.2.0

20 Nov 06:35
6ab0939
Compare
Choose a tag to compare

What's Changed

Features 🦚

  • Feat/#81 - Add extension method creating a scenarios from collection by @Laxynium in #90

Infrastructure 🏗

Repository 💾

New Contributors

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

07 Mar 06:07
78c6247
Compare
Choose a tag to compare

Availability

This package version is available on nuget.org

Summary

This release adds support for the net6.0 (in addition to the pre-existing net7.0) tfm

Version 1.0.1

06 Mar 20:55
f23b6e6
Compare
Choose a tag to compare

This release adds the relaxdays icon to the nuget package

Version 1.0.0

05 Mar 11:22
28940ff
Compare
Choose a tag to compare

This is the initial release of this package. It provides:

  • The Scenario<TData> type which is the main focus of this package. See README for more information.
  • Extension methods for any generic type that can be used to fluently create a scenario for an instance of that type.