You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Simply add the following to the files that generate lists of builders and change
50
50
using NTestDataBuilder.Lists;
51
51
```
52
52
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;`.
53
+
Assuming you aren't using NBuilder for anything other than generating lists of entities with NTestDataBuilder 1.0 you should be abke to do a global find and replace against `using FizzWare.NBuilder;`.
54
54
55
55
If you uninstall the NBuilder package then you will need to remove the using statements for that library too.
0 commit comments