We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f59ea5 commit d9ec5c3Copy full SHA for d9ec5c3
HISTORY.md
@@ -1,7 +1,8 @@
1
## v34.0.1
2
-Release Date: 2021-11-ZZ
+Release Date: 2021-11-22
3
4
* PR 399: Add support for .NET 6 DateOnly and TimeOnly random genrations in Faker.Date.
5
+* Moved Faker[T] extensions .OrNull() and .GenerateBetween() into main Bogus namespace.
6
* C# 10 and VS 2022 build tooling.
7
8
## v33.1.1
Source/Bogus/Extensions/ExtensionsForFakerT.cs renamed to Source/Bogus/Faker[T].Extensions.cs
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
-namespace Bogus.Extensions
+namespace Bogus
{
/// <summary>
/// Extensions for <see cref="Faker{T}"/>.
0 commit comments