Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Dec 3, 2023
1 parent 533d8b4 commit 723a2af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Binance.Net/Binance.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>8.0</LangVersion>
Expand All @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Binance.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>9.1.7</PackageVersion>
<AssemblyVersion>9.1.7</AssemblyVersion>
<FileVersion>9.1.7</FileVersion>
<PackageVersion>9.2.0</PackageVersion>
<AssemblyVersion>9.2.0</AssemblyVersion>
<FileVersion>9.2.0</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 @@ -21,7 +21,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>9.1.7 - Added missing BreakEvenPrice property on PositionInfo model, Fixed deserialization issue on ratelimiters socket client GetExchangeInfoAsync</PackageReleaseNotes>
<PackageReleaseNotes>9.2.0 - Added Convert endpoints, Updated default ratelimits, Fixed handling of ratelimit errors, Added missing trade group enum values</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Label="Deterministic Build" Condition="'$(Configuration)' == 'Release'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ 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.2.0 - 03 Dec 2023
* Added Convert endpoints
* Updated default ratelimits
* Fixed handling of ratelimit errors
* Added missing trade group enum values

* Version 9.1.7 - 24 Nov 2023
* Added missing BreakEvenPrice property on PositionInfo model
* Fixed deserialization issue on ratelimiters socket client GetExchangeInfoAsync
Expand Down

0 comments on commit 723a2af

Please sign in to comment.