Skip to content

Commit

Permalink
Moved Faker[T] extensions .OrNull() and .GenerateBetween() into main …
Browse files Browse the repository at this point in the history
…Bogus namespace.
  • Loading branch information
bchavez committed Nov 23, 2021
1 parent 8f59ea5 commit d9ec5c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## v34.0.1
Release Date: 2021-11-ZZ
Release Date: 2021-11-22

* PR 399: Add support for .NET 6 DateOnly and TimeOnly random genrations in Faker.Date.
* Moved Faker[T] extensions .OrNull() and .GenerateBetween() into main Bogus namespace.
* C# 10 and VS 2022 build tooling.

## v33.1.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;

namespace Bogus.Extensions
namespace Bogus
{
/// <summary>
/// Extensions for <see cref="Faker{T}"/>.
Expand Down

0 comments on commit d9ec5c3

Please sign in to comment.