Skip to content

Commit 57f08f2

Browse files
authored
Prepare v8.2.0 release (#78)
* Bump version * Format code
1 parent 843d64a commit 57f08f2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
build_version: 8.1.1
2+
build_version: 8.2.0
33
version: $(build_version)-{build}
44
image: Visual Studio 2022
55
configuration: Release

Diff for: src/ConfigCat.Client.Tests/OverrideTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,6 @@ public void OverrideValueTypeMismatchShouldBeHandledCorrectly_SimplifiedConfig(s
564564
overrideValueJson.Deserialize<System.Text.Json.JsonElement>();
565565
#endif
566566

567-
568567
var filePath = Path.GetTempFileName();
569568
File.WriteAllText(filePath, $"{{ \"flags\": {{ \"{key}\": {overrideValueJson} }} }}");
570569

Diff for: src/ConfigCatClient/Evaluation/RolloutEvaluator.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using ConfigCat.Client.Versioning;
21
using System;
32
using System.Collections.Generic;
43
using System.Globalization;
54
using System.Linq;
5+
using ConfigCat.Client.Versioning;
66

77
using static System.FormattableString;
88

0 commit comments

Comments
 (0)