Skip to content
Merged
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,8 @@ The order will be preserved - the value setter of a given randomization rule wil

- We do not recommend using `complex randomizers` with abstract classes or interfaces.
While it is possible to make such a setup work, there may be some intricacies along the way.
Another idea that is especially useful when dealing with many derived types that have behavioral but not structural differences, is to make the `complex randomizer` generic.
Another idea that is especially useful when dealing with many derived types that have behavioral but not structural differences, is to make the `complex randomizer` generic.

# Helpful Links

For additional information on troubleshooting, migration guides, answers to Frequently asked questions (FAQ), and more, you can refer to the [Wiki pages](https://github.com/TryAtSoftware/Randomizer/wiki) of this project.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>

<PackageId>TryAtSoftware.Randomizer</PackageId>
<Version>1.0.4</Version>
<Version>2.0.0</Version>
<Authors>Tony Troeff</Authors>
<RepositoryUrl>https://github.com/TryAtSoftware/Randomizer</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down