Skip to content

Commit 06e85cb

Browse files
committed
[Version] 1.0.43
1 parent 35f0522 commit 06e85cb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CoinbasePro.Specs/Services/Deposits/DepositsServiceSpecs.cs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using CoinbasePro.Network.HttpClient;
55
using CoinbasePro.Services.Deposits;
66
using CoinbasePro.Services.Deposits.Models.Responses;
7-
using CoinbasePro.Services.Withdrawals.Models.Responses;
87
using CoinbasePro.Shared.Types;
98
using CoinbasePro.Specs.JsonFixtures.Services.Deposits;
109
using Machine.Fakes;

CoinbasePro/CoinbasePro.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<RepositoryUrl>git://github.com/dougdellolio/coinbasepro-csharp</RepositoryUrl>
77
<Authors>Doug Dellolio</Authors>
88
<LangVersion>latest</LangVersion>
9-
<Version>1.0.42</Version>
9+
<Version>1.0.43</Version>
1010
<PackageId>GDAX.Api.ClientLibrary</PackageId>
1111
<Description>The unofficial .NET/C# client for the Coinbase Pro / GDAX API</Description>
1212
<PackageLicenseUrl>https://github.com/dougdellolio/coinbasepro-csharp/blob/master/LICENSE</PackageLicenseUrl>
13-
<Copyright>Copyright 2020</Copyright>
13+
<Copyright>Copyright 2021</Copyright>
1414
<PackageProjectUrl>https://github.com/dougdellolio/coinbasepro-csharp</PackageProjectUrl>
1515
<PackageTags>coinbase pro gdax c# client library api coinbase rest ethereum bitcoin coinbasepro</PackageTags>
1616
<PackageReleaseNotes>Coinbase Pro API C# Client Library</PackageReleaseNotes>

0 commit comments

Comments
 (0)