File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 <PackageReference Include =" Serilog.Sinks.Console" Version =" 6.0.0" />
2626 <PackageReference Include =" Serilog.Sinks.File" Version =" 6.0.0" />
2727 <PackageReference Include =" System.Text.Json" Version =" 9.0.0" />
28- <PackageReference Include =" Intrinio.Collections" Version =" 5.0 .0" />
28+ <PackageReference Include =" Intrinio.Collections" Version =" 5.1 .0" />
2929 </ItemGroup >
3030
3131</Project >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public abstract class WebSocketClient
3737 private readonly Func < Task > _tryReconnect ;
3838 private readonly HttpClient _httpClient = new ( ) ;
3939 private const string ClientInfoHeaderKey = "Client-Information" ;
40- private const string ClientInfoHeaderValue = "IntrinioDotNetSDKv17.1 " ;
40+ private const string ClientInfoHeaderValue = "IntrinioDotNetSDKv17.2 " ;
4141 private readonly ThreadPriority _mainThreadPriority ;
4242 private readonly Thread [ ] _threads ;
4343 private Thread ? _receiveThread ;
Original file line number Diff line number Diff line change 22<package >
33 <metadata >
44 <id >IntrinioRealTimeClient</id >
5- <version >17.1 .0</version >
5+ <version >17.2 .0</version >
66 <title >Intrinio SDK for Real-Time Stock and Option Prices</title >
77 <authors >Intrinio</authors >
88 <owners >Intrinio</owners >
99 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1010 <licenseUrl >https://licenses.nuget.org/MIT</licenseUrl >
1111 <projectUrl >https://github.com/intrinio/intrinio-realtime-csharp-sdk</projectUrl >
1212 <description >Intrinio provides real-time stock and option prices via a two-way WebSocket connection.</description >
13- <releaseNotes >Version 17.1 .0 release.</releaseNotes >
13+ <releaseNotes >Version 17.2 .0 release.</releaseNotes >
1414 <copyright >Copyright 2025 Intrinio</copyright >
1515 <tags >fintech stocks options prices websocket real-time market finance</tags >
1616 <dependencies >
You can’t perform that action at this time.
0 commit comments