diff --git a/Slim/ServiceManager.cs b/Slim/ServiceManager.cs index a4017a0..794a202 100644 --- a/Slim/ServiceManager.cs +++ b/Slim/ServiceManager.cs @@ -489,7 +489,6 @@ namespace Slim public void Dispose() { this.Dispose(disposing: true); - GC.SuppressFinalize(this); } private IEnumerable EnumerateAndReturnServicesOfType(Type type) diff --git a/Slim/Slim.csproj b/Slim/Slim.csproj index 717cd15..fd72971 100644 --- a/Slim/Slim.csproj +++ b/Slim/Slim.csproj @@ -8,10 +8,10 @@ Service lifetime management and dependency injection framework. - 1.5.3 - 1.5.3 + 1.5.4 + 1.5.4 https://github.com/AlexMacocian/Slim - 1.5.3 + 1.5.4 true true LICENSE