Skip to content

Commit

Permalink
Releasing v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Mar 27, 2018
1 parent 7ac157f commit 9b293fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>2.0.9</Version>
<Version>2.0.10</Version>
<PackageReleaseNotes>Bug fixes and minor performance optimizations</PackageReleaseNotes>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions src/ServiceProviderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class ServiceProviderExtensions

/// <summary>
/// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
/// optionaly enabling scope validation.
/// optionally enabling scope validation.
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
/// <param name="validateScopes">
Expand All @@ -23,7 +23,7 @@ public static IServiceProvider BuildServiceProvider(this IServiceCollection serv

/// <summary>
/// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
/// optionaly enabling scope validation.
/// optionally enabling scope validation.
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
/// <param name="container">Parent container</param>
Expand All @@ -36,7 +36,7 @@ public static IServiceProvider BuildServiceProvider(this IServiceCollection serv

/// <summary>
/// Creates a <see cref="ServiceProvider"/> containing services from the provided <see cref="IServiceCollection"/>
/// optionaly enabling scope validation.
/// optionally enabling scope validation.
/// </summary>
/// <param name="services">The <see cref="IServiceCollection"/> containing service descriptors.</param>
/// <param name="container">Parent container</param>
Expand Down

0 comments on commit 9b293fc

Please sign in to comment.