Skip to content

Commit e3a56cf

Browse files
author
Ahmad Noman Musleh
committed
Changed Nuget package name to cTrader.OpenAPI.Net
1 parent 6c48892 commit e3a56cf

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
# OpenAPI.Net
22

3-
[![NuGet version (Spotware.OpenAPI.Net)](https://buildstats.info/nuget/Spotware.OpenAPI.Net)](https://www.nuget.org/packages/Spotware.OpenAPI.Net/)
3+
[![NuGet version (cTrader.OpenAPI.Net)](https://buildstats.info/nuget/cTrader.OpenAPI.Net)](https://www.nuget.org/packages/cTrader.OpenAPI.Net/)
44

55
cTrader Open API .NET Rx library
66

77
This library allows you to easily use and integrate cTrader Open API on your .NET applications.
88

99
Its written by using RX streams so it makes API usage very easy and allows you to do a lot with few lines of code.
1010

11-
Current version of library is based on .NET standard 2.1, you can't use it on .NET framework apps, you can only use it on .NET core or .NET 5 and later.
11+
It uses channels and array pools to avoid too many allocations, we tried our best to make it as efficient as possible.
12+
13+
Current version of library is targets .NET 6, so you can't use it on .NET framework apps.
14+
15+
Please check the samples, we have some good samples for all kinds of .NET apps.
16+
17+
Feel free to fork and improve it!
1218

1319
Documentation: [https://spotware.github.io/OpenAPI.Net/](https://spotware.github.io/OpenAPI.Net/)
1420

1521
## Dependencies
1622

1723
* [protobuf](https://github.com/protocolbuffers/protobuf)
1824
* [Reactive](https://github.com/dotnet/reactive)
19-
* [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/)
2025
* [websocket-client](https://github.com/Marfusios/websocket-client)
2126

2227
## Licence

src/OpenAPI.Net/OpenAPI.Net.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<ItemGroup>
3030
<PackageReference Include="Google.Protobuf" Version="3.19.4" />
3131
<PackageReference Include="System.Reactive" Version="5.0.0" />
32-
<PackageReference Include="System.Text.Json" Version="6.0.2" />
3332
<PackageReference Include="Websocket.Client" Version="4.4.43" />
3433
</ItemGroup>
3534

0 commit comments

Comments
 (0)