Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
JKorf committed Aug 25, 2023
1 parent 5f1a2f4 commit a6eda62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Bitfinex.Net/Bitfinex.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>
<Nullable>enable</Nullable>
Expand All @@ -7,9 +7,9 @@
<PropertyGroup>
<PackageId>Bitfinex.Net</PackageId>
<Authors>JKorf</Authors>
<PackageVersion>6.0.0</PackageVersion>
<AssemblyVersion>6.0.0</AssemblyVersion>
<FileVersion>6.0.0</FileVersion>
<PackageVersion>6.0.1</PackageVersion>
<AssemblyVersion>6.0.1</AssemblyVersion>
<FileVersion>6.0.1</FileVersion>
<Description>Bitfinex.Net is a .Net wrapper for the Bitfinex API. 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>Bitfinex Bitfinex.Net C# .Net CryptoCurrency Exchange API wrapper</PackageTags>
Expand All @@ -20,7 +20,7 @@
<PackageIcon>icon.png</PackageIcon>
<NeutralLanguage>en</NeutralLanguage>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>6.0.0 - Updated CryptoExchange.Net to version 6.0.0, Renamed BitfinexClient to BitfinexRestClient, Renamed SpotStreams to SpotApi on the BitfinexSocketClient, Updated endpoints to consistently use a base url without any path as basis to make switching environments/base urls clearer, Added IBitfinexOrderBookFactory and implementation for creating order books, Updated dependency injection register method (AddBitfinex)</PackageReleaseNotes>
<PackageReleaseNotes>6.0.1 - Updated CryptoExchange.Net</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<DocumentationFile>Bitfinex.Net.xml</DocumentationFile>
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
A Discord server is available [here](https://discord.gg/MSpeEtSY8t). Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.

## Release notes
* Version 6.0.1 - 25 Aug 2023
* Updated CryptoExchange.Net

* Version 6.0.0 - 25 Jun 2023
* Updated CryptoExchange.Net to version 6.0.0
* Renamed BitfinexClient to BitfinexRestClient
Expand Down

0 comments on commit a6eda62

Please sign in to comment.