Skip to content

Commit 6107476

Browse files
committed
Refined the breaking changes documentation
1 parent a2bb31a commit 6107476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BREAKING_CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Simply add the following to the files that generate lists of builders and change
5050
using NTestDataBuilder.Lists;
5151
```
5252

53+
Assuming you aren't using NBuilder for anything other than generating lists of entities with NTestDataBuilder 1.0 wou should be abke to do a global find and replace against `using FizzWare.NBuilder;`.
54+
5355
If you uninstall the NBuilder package then you will need to remove the using statements for that library too.
5456

5557
Also, remove any `BuildList` extension methods you created.

0 commit comments

Comments
 (0)