Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Aug 6, 2023
1 parent 85ea01c commit 4770a04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Binance.Net/Binance.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Binance.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>9.0.4</PackageVersion>
<AssemblyVersion>9.0.4</AssemblyVersion>
<FileVersion>9.0.4</FileVersion>
<PackageVersion>9.0.5</PackageVersion>
<AssemblyVersion>9.0.5</AssemblyVersion>
<FileVersion>9.0.5</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>9.0.4 - Fixed GetUniversalTransferHistoryAsync deserialization</PackageReleaseNotes>
<PackageReleaseNotes>9.0.5 - Added Usd Futures EditOrder endpoint, Added cancelRestriction parameter to spot CancelOrder and ReplaceOrder endpoints</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Label="Deterministic Build" Condition="'$(Configuration)' == 'Release'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). For discussion and/or questions around the CryptoExchange.Net and implementation libraries, feel free to join.

## Release notes
* Version 9.0.5 - 06 Aug 2023
* Added Usd Futures EditOrder endpoint
* Added cancelRestriction parameter to spot CancelOrder and ReplaceOrder endpoints

* Version 9.0.4 - 11 Jul 2023
* Fixed GetUniversalTransferHistoryAsync deserialization

Expand Down

0 comments on commit 4770a04

Please sign in to comment.