From e41657d2e4a67ea3d881603b083306efbed410c7 Mon Sep 17 00:00:00 2001 From: Jan Korf Date: Wed, 5 Dec 2018 19:01:39 +0100 Subject: [PATCH] Re-added IDisposable interface --- CryptoExchange.Net/BaseClient.cs | 2 +- CryptoExchange.Net/CryptoExchange.Net.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CryptoExchange.Net/BaseClient.cs b/CryptoExchange.Net/BaseClient.cs index 766e2c0..6ceadef 100644 --- a/CryptoExchange.Net/BaseClient.cs +++ b/CryptoExchange.Net/BaseClient.cs @@ -12,7 +12,7 @@ using System.Reflection; namespace CryptoExchange.Net { - public abstract class BaseClient + public abstract class BaseClient: IDisposable { public string BaseAddress; protected Log log; diff --git a/CryptoExchange.Net/CryptoExchange.Net.csproj b/CryptoExchange.Net/CryptoExchange.Net.csproj index 2ff58a0..6f720b3 100644 --- a/CryptoExchange.Net/CryptoExchange.Net.csproj +++ b/CryptoExchange.Net/CryptoExchange.Net.csproj @@ -7,7 +7,7 @@ CryptoExchange.Net JKorf - 2.0.0 + 2.0.1 false https://github.com/JKorf/CryptoExchange.Net https://github.com/JKorf/CryptoExchange.Net/blob/master/LICENSE