Skip to content

Commit

Permalink
Version bump (#53)
Browse files Browse the repository at this point in the history
* WIP on master

* version bump
  • Loading branch information
ssnyder-intrinio authored Dec 2, 2024
1 parent cd7d1f6 commit 896b95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Intrinio.Realtime/WebSocketClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public abstract class WebSocketClient
private readonly Func<Task> _tryReconnect;
private readonly HttpClient _httpClient = new ();
private const string ClientInfoHeaderKey = "Client-Information";
private const string ClientInfoHeaderValue = "IntrinioDotNetSDKv12.3";
private const string ClientInfoHeaderValue = "IntrinioDotNetSDKv12.4";
private readonly ThreadPriority _mainThreadPriority;
private readonly Thread[] _threads;
private Thread? _receiveThread;
Expand Down
4 changes: 2 additions & 2 deletions IntrinioRealTimeClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>IntrinioRealTimeClient</id>
<version>12.3.0</version>
<version>12.4.0</version>
<title>Intrinio SDK for Real-Time Stock and Option Prices</title>
<authors>Intrinio</authors>
<owners>Intrinio</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
<projectUrl>https://github.com/intrinio/intrinio-realtime-csharp-sdk</projectUrl>
<description>Intrinio provides real-time stock and option prices via a two-way WebSocket connection.</description>
<releaseNotes>Version 12.3.0 release.</releaseNotes>
<releaseNotes>Version 12.4.0 release.</releaseNotes>
<copyright>Copyright 2024 Intrinio</copyright>
<tags>fintech stocks options prices websocket real-time market finance</tags>
<dependencies>
Expand Down

0 comments on commit 896b95f

Please sign in to comment.