Skip to content

Commit 0525be1

Browse files
authored
chore: update readme to remove net-questdb-client-tcp-auth refrence (#42)
1 parent f7edfc0 commit 0525be1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ using var sender = Sender.New("https::addr=localhost:9009;tls_verify=unsafe_off;
122122

123123
#### TCP Authentication
124124

125-
💥 From net-questdb-client Version 2.1.0, if you want to use TCP Authentication, you must add a reference to [https://www.nuget.org/packages/net-questdb-client-tcp-auth/](https://www.nuget.org/packages/net-questdb-client-tcp-auth/).
126-
127125
```csharp
128126
using var sender = Sender.New("tcps::addr=localhost:9009;tls_verify=unsafe_off;username=admin;token=NgdiOWDoQNUP18WOnb1xkkEG5TzPYMda5SiUOvT1K0U=;");
129127
```

0 commit comments

Comments
 (0)