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 1
1
<Project >
2
2
3
3
<PropertyGroup >
4
- <Version >2.0.9 </Version >
4
+ <Version >2.0.10 </Version >
5
5
<PackageReleaseNotes >Bug fixes and minor performance optimizations</PackageReleaseNotes >
6
6
</PropertyGroup >
7
7
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public static class ServiceProviderExtensions
8
8
9
9
/// <summary>
10
10
/// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
11
- /// optionaly enabling scope validation.
11
+ /// optionally enabling scope validation.
12
12
/// </summary>
13
13
/// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
14
14
/// <param name="validateScopes">
@@ -23,7 +23,7 @@ public static IServiceProvider BuildServiceProvider(this IServiceCollection serv
23
23
24
24
/// <summary>
25
25
/// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
26
- /// optionaly enabling scope validation.
26
+ /// optionally enabling scope validation.
27
27
/// </summary>
28
28
/// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
29
29
/// <param name="container">Parent container</param>
@@ -36,7 +36,7 @@ public static IServiceProvider BuildServiceProvider(this IServiceCollection serv
36
36
37
37
/// <summary>
38
38
/// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
39
- /// optionaly enabling scope validation.
39
+ /// optionally enabling scope validation.
40
40
/// </summary>
41
41
/// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
42
42
/// <param name="container">Parent container</param>
You can’t perform that action at this time.
0 commit comments