Skip to content

Commit 17e23a4

Browse files
committed
address comments 2
1 parent 8f7ac21 commit 17e23a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/how-to-convert-session-token.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This article explains how to convert between different session token formats to
2121
## Session token formats
2222

2323
There are two session token formats: **simple** and **vector**. These two formats are not interchangeable so, the format should be converted when passing to the client application with different versions.
24-
- The **simple** session token format is used by the .NET SDK V1
25-
- The **vector** session token format is used by the .NET SDK V2.
24+
- The **simple** session token format is used by the .NET SDK V1 (Microsoft.Azure.DocumentDB -version 1.x)
25+
- The **vector** session token format is used by the .NET SDK V2 (Microsoft.Azure.DocumentDB -version 2.x)
2626

2727
### Simple session token
2828

0 commit comments

Comments
 (0)