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

Commit

Permalink
Version bump (#16)
Browse files Browse the repository at this point in the history
* delayed

* update example and readme

* move the delay to query token for ws

* Bump version
  • Loading branch information
ssnyder-intrinio authored Jul 10, 2024
1 parent 8ec6a5c commit b32ce87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IntrinioRealtimeOptions.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>IntrinioRealtimeOptions</id>
<version>6.0.0</version>
<version>6.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 6.0.0 release.</releaseNotes>
<releaseNotes>Version 6.1.0 release.</releaseNotes>
<copyright>Copyright 2023 Intrinio</copyright>
<tags>fintech options prices websocket real-time market finance</tags>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion IntrinioRealtimeOptions/Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ type Client(
let httpClient : HttpClient = new HttpClient()

let clientInfoHeaderKey : string = "Client-Information"
let clientInfoHeaderValue : string = "IntrinioRealtimeOptionsDotNetSDKv6.0"
let clientInfoHeaderValue : string = "IntrinioRealtimeOptionsDotNetSDKv6.1"
let delayHeaderKey : string = "delay"
let delayHeaderValue : string = "true"

Expand Down

0 comments on commit b32ce87

Please sign in to comment.