diff --git a/README.md b/README.md index 18d22b8..460e7e2 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/src/TryAtSoftware.Randomizer.Core/TryAtSoftware.Randomizer.Core.csproj b/src/TryAtSoftware.Randomizer.Core/TryAtSoftware.Randomizer.Core.csproj index 524e566..e1d9169 100644 --- a/src/TryAtSoftware.Randomizer.Core/TryAtSoftware.Randomizer.Core.csproj +++ b/src/TryAtSoftware.Randomizer.Core/TryAtSoftware.Randomizer.Core.csproj @@ -6,7 +6,7 @@ enable TryAtSoftware.Randomizer - 1.0.4 + 2.0.0 Tony Troeff https://github.com/TryAtSoftware/Randomizer MIT