Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Nov 9, 2021
1 parent dbbd320 commit de2a2f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Binance.Net/Binance.Net.csproj
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Binance.Net</PackageId>
<Authors>JKorf, Nikkozp, CaptHolley</Authors>
<PackageVersion>7.2.5</PackageVersion>
<AssemblyVersion>7.2.5</AssemblyVersion>
<FileVersion>7.2.5</FileVersion>
<PackageVersion>7.2.6</PackageVersion>
<AssemblyVersion>7.2.6</AssemblyVersion>
<FileVersion>7.2.6</FileVersion>
<Description>Binance.Net is a .Net wrapper for the Binance API, including Binance Futures. It includes all features the API provides, REST API and Websocket, using clear and readable objects including but not limited to Reading market info, Placing and managing orders and Reading balances and funds</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>Binance Binance.Net C# .Net CryptoCurrency Exchange API wrapper</PackageTags>
Expand All @@ -20,7 +20,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>7.2.5 - Updated CryptoExchange.Net to fix some socket issues</PackageReleaseNotes>
<PackageReleaseNotes>7.2.6 - Updated TransferType enum to match new API</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Label="Deterministic Build" Condition="'$(Configuration)' == 'Release'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -167,6 +167,9 @@ Yes, as long as the API endpoints are the same. Switch by changing the BaseAddre
See Timestamping.

## Release notes
* Version 7.2.6 - 09 Nov 2021
* Updated TransferType enum to match new API

* Version 7.2.5 - 08 Oct 2021
* Updated CryptoExchange.Net to fix some socket issues

Expand Down

0 comments on commit de2a2f1

Please sign in to comment.