mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-10-27 08:27:19 +00:00
Compare commits
3 Commits
CryptoExch
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
99a203933c | ||
|
|
b43d2a2040 | ||
|
|
ba9c406def |
@ -6,9 +6,9 @@
|
||||
<PackageId>CryptoExchange.Net.Protobuf</PackageId>
|
||||
<Authors>JKorf</Authors>
|
||||
<Description>Protobuf support for CryptoExchange.Net</Description>
|
||||
<PackageVersion>9.9.0</PackageVersion>
|
||||
<AssemblyVersion>9.9.0</AssemblyVersion>
|
||||
<FileVersion>9.9.0</FileVersion>
|
||||
<PackageVersion>9.10.0</PackageVersion>
|
||||
<AssemblyVersion>9.10.0</AssemblyVersion>
|
||||
<FileVersion>9.10.0</FileVersion>
|
||||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
||||
<PackageTags>CryptoExchange;CryptoExchange.Net</PackageTags>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
@ -41,7 +41,7 @@
|
||||
<DocumentationFile>CryptoExchange.Net.Protobuf.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="CryptoExchange.Net" Version="9.9.0" />
|
||||
<PackageReference Include="CryptoExchange.Net" Version="9.10.0" />
|
||||
<PackageReference Include="protobuf-net" Version="3.2.56" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -5,6 +5,9 @@
|
||||
Protobuf support for CryptoExchange.Net.
|
||||
|
||||
## Release notes
|
||||
* Version 9.10.0 - 15 Oct 2025
|
||||
* Updated CryptoExchange.Net version to 9.10.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
|
||||
|
||||
* Version 9.9.0 - 06 Oct 2025
|
||||
* Updated CryptoExchange.Net version to 9.9.0, see https://github.com/JKorf/CryptoExchange.Net/releases/
|
||||
|
||||
|
||||
@ -66,9 +66,11 @@ Alternatively, sponsor me on Github using [Github Sponsors](https://github.com/s
|
||||
|
||||
## Release notes
|
||||
* Version 9.10.0 - 15 Oct 2025
|
||||
* Added ITransferRestClient Shared interface
|
||||
* Added ITransferRestClient Shared interface
|
||||
* Added ClientOrderId property to SharedUserTrade model
|
||||
* Updated IBalanceRestClient, GetBalancesRequest now mainly works with SharedAccountType type, allowing more options
|
||||
* Updated IBalanceRestClient, GetBalanceOptions now specifies supported account types
|
||||
* Updated DateTimeConverter to work primarily with decimal instead of double to prevent some floating point issues
|
||||
|
||||
* Version 9.9.0 - 06 Oct 2025
|
||||
* Updated socket Subscription status handling
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user