Skip to content

Commit 19c0f40

Browse files
committed
Releasing v2.0.3
- Added BuildServiceProvider extension - Fixed exception on Finalize
1 parent 4fe98b3 commit 19c0f40

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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.2</Version>
4+
<Version>2.0.3</Version>
55
<PackageReleaseNotes>This package is distributed as .NET Standard 2.0 package. It is compatible with Microsoft.Extensions.DependencyInjection v2 specification.</PackageReleaseNotes>
66
</PropertyGroup>
77

src/ServiceProvider.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,6 @@ public static IServiceProvider ConfigureServices(IServiceCollection services)
6666

6767
#region Disposable
6868

69-
~ServiceProvider()
70-
{
71-
Dispose(false);
72-
}
73-
7469
public void Dispose()
7570
{
7671
Dispose(true);

0 commit comments

Comments
 (0)