Skip to content

Commit 9b293fc

Browse files
committed
Releasing v2.0.10
1 parent 7ac157f commit 9b293fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

src/ServiceProviderExtensions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)