Skip to content

Commit

Permalink
Prepare v8.2.0 release (#78)
Browse files Browse the repository at this point in the history
* Bump version

* Format code
  • Loading branch information
adams85 authored Jul 26, 2023
1 parent 843d64a commit 57f08f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
build_version: 8.1.1
build_version: 8.2.0
version: $(build_version)-{build}
image: Visual Studio 2022
configuration: Release
Expand Down
1 change: 0 additions & 1 deletion src/ConfigCat.Client.Tests/OverrideTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ public void OverrideValueTypeMismatchShouldBeHandledCorrectly_SimplifiedConfig(s
overrideValueJson.Deserialize<System.Text.Json.JsonElement>();
#endif


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

Expand Down
2 changes: 1 addition & 1 deletion src/ConfigCatClient/Evaluation/RolloutEvaluator.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using ConfigCat.Client.Versioning;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using ConfigCat.Client.Versioning;

using static System.FormattableString;

Expand Down

0 comments on commit 57f08f2

Please sign in to comment.