@@ -41,7 +41,7 @@ public void TestCreateImpressionEventNoAttributes()
41
41
{ "layerId" , "7719770039" } ,
42
42
{ "visitorId" , "testUserId" } ,
43
43
{ "clientEngine" , "csharp-sdk" } ,
44
- { "clientVersion" , "1.0 .0" } ,
44
+ { "clientVersion" , "1.1 .0" } ,
45
45
{ "timestamp" , SecondsSince1970 ( ) * 1000L } ,
46
46
{ "isGlobalHoldback" , false } ,
47
47
{ "userFeatures" , new string [ 0 ] } ,
@@ -75,7 +75,7 @@ public void TestCreateImpressionEventWithAttributes()
75
75
{ "layerId" , "7719770039" } ,
76
76
{ "visitorId" , "testUserId" } ,
77
77
{ "clientEngine" , "csharp-sdk" } ,
78
- { "clientVersion" , "1.0 .0" } ,
78
+ { "clientVersion" , "1.1 .0" } ,
79
79
{ "timestamp" , SecondsSince1970 ( ) * 1000L } ,
80
80
{ "isGlobalHoldback" , false } ,
81
81
{ "userFeatures" ,
@@ -126,7 +126,7 @@ public void TestCreateConversionEventNoAttributesNovalue()
126
126
{ "accountId" , "1592310167" } ,
127
127
{ "visitorId" , TestUserId } ,
128
128
{ "clientEngine" , "csharp-sdk" } ,
129
- { "clientVersion" , "1.0 .0" } ,
129
+ { "clientVersion" , "1.1 .0" } ,
130
130
{ "userFeatures" , new string [ 0 ] } ,
131
131
{ "isGlobalHoldback" , false } ,
132
132
{ "timestamp" , SecondsSince1970 ( ) * 1000L } ,
@@ -172,7 +172,7 @@ public void TestCreateConversionEventWithAttributesNoValue()
172
172
{ "accountId" , "1592310167" } ,
173
173
{ "visitorId" , TestUserId } ,
174
174
{ "clientEngine" , "csharp-sdk" } ,
175
- { "clientVersion" , "1.0 .0" } ,
175
+ { "clientVersion" , "1.1 .0" } ,
176
176
177
177
{ "isGlobalHoldback" , false } ,
178
178
{ "timestamp" , SecondsSince1970 ( ) * 1000L } ,
@@ -239,7 +239,7 @@ public void TestCreateConversionEventNoAttributesWithValue()
239
239
{ "accountId" , "1592310167" } ,
240
240
{ "visitorId" , TestUserId } ,
241
241
{ "clientEngine" , "csharp-sdk" } ,
242
- { "clientVersion" , "1.0 .0" } ,
242
+ { "clientVersion" , "1.1 .0" } ,
243
243
244
244
{ "isGlobalHoldback" , false } ,
245
245
{ "timestamp" , SecondsSince1970 ( ) * 1000L } ,
@@ -311,7 +311,7 @@ public void TestCreateConversionEventWithAttributesWithValue()
311
311
{ "accountId" , "1592310167" } ,
312
312
{ "visitorId" , TestUserId } ,
313
313
{ "clientEngine" , "csharp-sdk" } ,
314
- { "clientVersion" , "1.0 .0" } ,
314
+ { "clientVersion" , "1.1 .0" } ,
315
315
{ "isGlobalHoldback" , false } ,
316
316
{ "timestamp" , SecondsSince1970 ( ) * 1000L } ,
317
317
{ "eventFeatures" ,
@@ -410,7 +410,7 @@ public void TestCreateConversionEventNoAttributesWithInvalidValue()
410
410
{ "visitorId" , "testUserId" } ,
411
411
// {"revision", "15"}, TODO: It should be a part of project config file, have to check it.
412
412
{ "clientEngine" , "csharp-sdk" } ,
413
- { "clientVersion" , "1.0 .0" } ,
413
+ { "clientVersion" , "1.1 .0" } ,
414
414
{ "userFeatures" , new object [ 0 ] } ,
415
415
{ "isGlobalHoldback" , false } ,
416
416
{ "timestamp" , SecondsSince1970 ( ) * 1000L } ,
0 commit comments