Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Mar 20, 2023
1 parent 6d91a1e commit 2217856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IntrinioRealtimeOptions/Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ type Client(
config.Validate()
Log.Information("useOnTrade: {0}, useOnQuote: {1}, useOnRefresh: {2}, useOnUA: {3}", useOnTrade, useOnQuote, useOnRefresh, useOnUA)
httpClient.Timeout <- TimeSpan.FromSeconds(5.0)
httpClient.DefaultRequestHeaders.Add("Client-Information", "IntrinioRealtimeOptionsDotNetSDKv4.0")
httpClient.DefaultRequestHeaders.Add("Client-Information", "IntrinioRealtimeOptionsDotNetSDKv4.1")
tryReconnect <- fun () ->
let reconnectFn () : bool =
Log.Information("Websocket - Reconnecting...")
Expand Down
4 changes: 2 additions & 2 deletions SampleApp/IntrinioRealtimeOptions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>IntrinioRealtimeOptions</id>
<version>4.0.0</version>
<version>4.1.0</version>
<title>Intrinio SDK for Real-Time Options 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-options-dotnet-sdk</projectUrl>
<description>Intrinio provides real-time options prices via a two-way WebSocket connection.</description>
<releaseNotes>Version 4.0.0 release.</releaseNotes>
<releaseNotes>Version 4.1.0 release.</releaseNotes>
<copyright>Copyright 2022 Intrinio</copyright>
<tags>fintech options prices websocket real-time market finance</tags>
<dependencies>
Expand Down

0 comments on commit 2217856

Please sign in to comment.