Skip to content

Commit 70836af

Browse files
authored
Merge pull request #44
Increased the `TryAtSoftware.Randomizer` package version to v2.0.0
2 parents cd0ab02 + 1d712c0 commit 70836af

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,8 @@ The order will be preserved - the value setter of a given randomization rule wil
161161

162162
- We do not recommend using `complex randomizers` with abstract classes or interfaces.
163163
While it is possible to make such a setup work, there may be some intricacies along the way.
164-
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.
164+
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.
165+
166+
# Helpful Links
167+
168+
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.

src/TryAtSoftware.Randomizer.Core/TryAtSoftware.Randomizer.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77

88
<PackageId>TryAtSoftware.Randomizer</PackageId>
9-
<Version>1.0.4</Version>
9+
<Version>2.0.0</Version>
1010
<Authors>Tony Troeff</Authors>
1111
<RepositoryUrl>https://github.com/TryAtSoftware/Randomizer</RepositoryUrl>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)