File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<Project >
22
33 <PropertyGroup >
4- <Version >2.0.9 </Version >
4+ <Version >2.0.10 </Version >
55 <PackageReleaseNotes >Bug fixes and minor performance optimizations</PackageReleaseNotes >
66 </PropertyGroup >
77
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public static class ServiceProviderExtensions
88
99 /// <summary>
1010 /// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
11- /// optionaly enabling scope validation.
11+ /// optionally enabling scope validation.
1212 /// </summary>
1313 /// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
1414 /// <param name="validateScopes">
@@ -23,7 +23,7 @@ public static IServiceProvider BuildServiceProvider(this IServiceCollection serv
2323
2424 /// <summary>
2525 /// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
26- /// optionaly enabling scope validation.
26+ /// optionally enabling scope validation.
2727 /// </summary>
2828 /// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
2929 /// <param name="container">Parent container</param>
@@ -36,7 +36,7 @@ public static IServiceProvider BuildServiceProvider(this IServiceCollection serv
3636
3737 /// <summary>
3838 /// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
39- /// optionaly enabling scope validation.
39+ /// optionally enabling scope validation.
4040 /// </summary>
4141 /// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
4242 /// <param name="container">Parent container</param>
You can’t perform that action at this time.
0 commit comments