forked from ridicoulous/HitBtc.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HitBtc.Net.csproj
25 lines (22 loc) · 1014 Bytes
/
HitBtc.Net.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>8.0</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>ridicoulous,alokym86</Authors>
<PackageId>HitBtc.Net.Client</PackageId>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/ridicoulous/HitBtc.Net</RepositoryUrl>
<PackageReleaseNotes>
05/06/2021 - IExchangeClient recent trades changed to public, base lib update
03/18/2021 - IExchangeClient common interface implementation
03/09/2021 - socket, more api methods implemented
02/27/2021 - Initial release</PackageReleaseNotes>
<Version>0.1.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CryptoExchange.Net" Version="4.2.2" />
</ItemGroup>
</Project>