Skip to content

Commit

Permalink
Version bump (#42)
Browse files Browse the repository at this point in the history
* public tick

* version bump
  • Loading branch information
ssnyder-intrinio authored Oct 7, 2024
1 parent e75a6f4 commit 6d138bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Intrinio.Realtime/Equities/Tick.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Intrinio.Realtime.Equities;
using System;
using System.Text;

internal class Tick
public class Tick
{
private readonly DateTime _timeReceived;
private readonly Trade? _trade;
Expand Down
2 changes: 1 addition & 1 deletion IntrinioRealTimeClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>IntrinioRealTimeClient</id>
<version>11.0.1</version>
<version>11.0.3</version>
<title>Intrinio SDK for Real-Time Stock and Option Prices</title>
<authors>Intrinio</authors>
<owners>Intrinio</owners>
Expand Down

0 comments on commit 6d138bc

Please sign in to comment.