Skip to content

Commit 96f83a2

Browse files
committed
Added Fedor Zhekov (GitHub @ZFi88)
1 parent 7c13c0c commit 96f83a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

READMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This [NuGet library](https://www.nuget.org/packages/NetCore.AutoRegisterDi/) con
44

55
I have written a simple version of AutoFac's `RegisterAssemblyTypes` method that works directly with Microsoft's DI provider. Here are an example of me using this with ASP.NET Core.
66

7-
**Version 2 update**: New attributes for defining the `ServiceLifetime` of your classes, e.g. adding the `[RegisterAsScoped]` attribute to a class will mean its `ServiceLifetime` in the DI will be set to `Scoped`.
7+
**Version 2 update**: New attributes for defining the `ServiceLifetime` of your classes, e.g. adding the `[RegisterAsScoped]` attribute to a class will mean its `ServiceLifetime` in the DI will be set to `Scoped`. *Added by Fedor Zhekov (GitHub @ZFi88)*.
88

99
#### Example 1 - scan the calling assembly
1010

0 commit comments

Comments
 (0)