From 3d42622c0b5bfdb14b45c5f1da98048bedff2d52 Mon Sep 17 00:00:00 2001 From: Alexandru Macocian Date: Sat, 2 Oct 2021 07:36:48 +0200 Subject: [PATCH] Remove GC.SupressFinalize --- Slim/ServiceManager.cs | 1 - Slim/Slim.csproj | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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