@@ -41,7 +41,7 @@ public void TestCreateImpressionEventNoAttributes()
4141                    { "layerId" ,  "7719770039"  } , 
4242                    { "visitorId" ,  "testUserId"  } , 
4343                    { "clientEngine" ,  "csharp-sdk"  } , 
44-                     { "clientVersion" ,  "1.1.0 "  } , 
44+                     { "clientVersion" ,  "1.1.1 "  } , 
4545                    { "timestamp" ,  SecondsSince1970 ( )  *  1000L  } , 
4646                    { "isGlobalHoldback" ,  false  } , 
4747                    { "userFeatures" ,  new  string [ 0 ]  } , 
@@ -75,7 +75,7 @@ public void TestCreateImpressionEventWithAttributes()
7575                    { "layerId" ,  "7719770039"  } , 
7676                    { "visitorId" ,  "testUserId"  } , 
7777                    { "clientEngine" ,  "csharp-sdk"  } , 
78-                     { "clientVersion" ,  "1.1.0 "  } , 
78+                     { "clientVersion" ,  "1.1.1 "  } , 
7979                    { "timestamp" ,  SecondsSince1970 ( )  *  1000L } , 
8080                    { "isGlobalHoldback" ,  false  } , 
8181                    { "userFeatures" , 
@@ -126,7 +126,7 @@ public void TestCreateConversionEventNoAttributesNovalue()
126126                    { "accountId" ,  "1592310167" } , 
127127                    { "visitorId" ,  TestUserId } , 
128128                    { "clientEngine" ,  "csharp-sdk" } , 
129-                     { "clientVersion" ,  "1.1.0 " } , 
129+                     { "clientVersion" ,  "1.1.1 " } , 
130130                    { "userFeatures" ,  new  string [ 0 ] } , 
131131                    { "isGlobalHoldback" ,  false } , 
132132                    { "timestamp" ,  SecondsSince1970 ( )  *  1000L }  , 
@@ -172,7 +172,7 @@ public void TestCreateConversionEventWithAttributesNoValue()
172172                    { "accountId" ,  "1592310167" } , 
173173                    { "visitorId" ,  TestUserId } , 
174174                    { "clientEngine" ,  "csharp-sdk" } , 
175-                     { "clientVersion" ,  "1.1.0 " } , 
175+                     { "clientVersion" ,  "1.1.1 " } , 
176176
177177                    { "isGlobalHoldback" ,  false } , 
178178                    { "timestamp" ,  SecondsSince1970 ( )  *  1000L }  , 
@@ -239,7 +239,7 @@ public void TestCreateConversionEventNoAttributesWithValue()
239239                    { "accountId" ,  "1592310167" } , 
240240                    { "visitorId" ,  TestUserId } , 
241241                    { "clientEngine" ,  "csharp-sdk" } , 
242-                     { "clientVersion" ,  "1.1.0 " } , 
242+                     { "clientVersion" ,  "1.1.1 " } , 
243243
244244                    { "isGlobalHoldback" ,  false } , 
245245                    { "timestamp" ,  SecondsSince1970 ( )  *  1000L }  , 
@@ -311,7 +311,7 @@ public void TestCreateConversionEventWithAttributesWithValue()
311311                    { "accountId" ,  "1592310167" } , 
312312                    { "visitorId" ,  TestUserId } , 
313313                    { "clientEngine" ,  "csharp-sdk" } , 
314-                     { "clientVersion" ,  "1.1.0 " } , 
314+                     { "clientVersion" ,  "1.1.1 " } , 
315315                    { "isGlobalHoldback" ,  false } , 
316316                    { "timestamp" ,  SecondsSince1970 ( )  *  1000L }  , 
317317                    { "eventFeatures" , 
@@ -410,7 +410,7 @@ public void TestCreateConversionEventNoAttributesWithInvalidValue()
410410                { "visitorId" ,  "testUserId" } , 
411411                // {"revision", "15"}, TODO: It should be a part of project config file, have to check it. 
412412                { "clientEngine" ,  "csharp-sdk" } , 
413-                 { "clientVersion" ,  "1.1.0 " } , 
413+                 { "clientVersion" ,  "1.1.1 " } , 
414414                { "userFeatures"  ,  new  object [ 0 ] } , 
415415                { "isGlobalHoldback" ,  false } , 
416416                { "timestamp" ,  SecondsSince1970 ( )  *  1000L  } , 
0 commit comments