From f96fbc54866eba8a6528d358756bf3b59dbefde9 Mon Sep 17 00:00:00 2001 From: Farshad DASHTI Date: Wed, 9 Oct 2024 15:44:15 +0100 Subject: [PATCH] Updated release note indicator (%release-note: Updated release note indicator 2 %) --- src/DfE.CoreLibs.Testing/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DfE.CoreLibs.Testing/readme.md b/src/DfE.CoreLibs.Testing/readme.md index ddf80ec..5b18f23 100644 --- a/src/DfE.CoreLibs.Testing/readme.md +++ b/src/DfE.CoreLibs.Testing/readme.md @@ -12,6 +12,7 @@ dotnet add package DfE.CoreLibs.Testing ## Usage + ### Usage of Customization Attributes In your tests, you can use `CustomAutoData` to easily inject customizations like `AutoMapperCustomization`, this Customization scans your assembly for profiles and registers them automatically.