Skip to content

Commit d9ec5c3

Browse files
committed
Moved Faker[T] extensions .OrNull() and .GenerateBetween() into main Bogus namespace.
1 parent 8f59ea5 commit d9ec5c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## v34.0.1
2-
Release Date: 2021-11-ZZ
2+
Release Date: 2021-11-22
33

44
* 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.
56
* C# 10 and VS 2022 build tooling.
67

78
## v33.1.1

Source/Bogus/Extensions/ExtensionsForFakerT.cs renamed to Source/Bogus/Faker[T].Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Collections.Generic;
33

4-
namespace Bogus.Extensions
4+
namespace Bogus
55
{
66
/// <summary>
77
/// Extensions for <see cref="Faker{T}"/>.

0 commit comments

Comments
 (0)