Skip to content

Commit 3d5129e

Browse files
author
ryancrawcour
committed
updating useragent suffix to v3
1 parent 937155a commit 3d5129e

File tree

1 file changed

+1
-1
lines changed
  • samples/code-samples/CollectionManagement

1 file changed

+1
-1
lines changed

samples/code-samples/CollectionManagement/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class Program
5454
private static readonly string authorizationKey = ConfigurationManager.AppSettings["AuthorizationKey"];
5555
private static readonly string databaseId = ConfigurationManager.AppSettings["DatabaseId"];
5656
private static readonly string collectionId = ConfigurationManager.AppSettings["CollectionId"];
57-
private static readonly ConnectionPolicy connectionPolicy = new ConnectionPolicy { UserAgentSuffix = " samples-net/2" };
57+
private static readonly ConnectionPolicy connectionPolicy = new ConnectionPolicy { UserAgentSuffix = " samples-net/3" };
5858

5959
//Reusable instance of DocumentClient which represents the connection to a DocumentDB endpoint
6060
private static DocumentClient client;

0 commit comments

Comments
 (0)