Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Sep 6, 2023
1 parent f440879 commit 3cb3db5
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
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.1.1</PackageVersion>
<AssemblyVersion>9.1.1</AssemblyVersion>
<FileVersion>9.1.1</FileVersion>
<PackageVersion>9.1.2</PackageVersion>
<AssemblyVersion>9.1.2</AssemblyVersion>
<FileVersion>9.1.2</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.1.1 - Added missing account permissions</PackageReleaseNotes>
<PackageReleaseNotes>9.1.2 - Added GoodTillDate TimeInForce enum value, fixing UsdFutures.ExchangeData.GetExchangeInfoAsync endpoint deserialization error</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup Label="Deterministic Build" Condition="'$(Configuration)' == 'Release'">
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ 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.1.2 - 06 Sep 2023
* Added GoodTillDate TimeInForce enum value, fixing UsdFutures.ExchangeData.GetExchangeInfoAsync endpoint deserialization error

* Version 9.1.1 - 02 Sep 2023
* Added missing account permissions

Expand Down

0 comments on commit 3cb3db5

Please sign in to comment.