From dd4a4ecac339efc819732bf3c90c4a4e4bf18028 Mon Sep 17 00:00:00 2001 From: sroyal-statsig <76536058+sroyal-statsig@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:34:52 -0700 Subject: [PATCH] [release] 1.27.2 - Make Evaluation Reason a String (#154) ### Fixes - Switches evaluation reason to be a string instead of an enum to be inline with other sdks >Included In This Release >- b231b09b0f223dfed741c5736a72d8e73dba88f0 sroyal-statsig > - Make Eval Reason a String (#153) --------- Co-authored-by: statsig-kong[bot] --- dotnet-statsig-tests/Common/StatsigTest.cs | 2 +- dotnet-statsig/dotnet-statsig.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-statsig-tests/Common/StatsigTest.cs b/dotnet-statsig-tests/Common/StatsigTest.cs index c8795eb..3ffd970 100644 --- a/dotnet-statsig-tests/Common/StatsigTest.cs +++ b/dotnet-statsig-tests/Common/StatsigTest.cs @@ -21,7 +21,7 @@ public class StatsigTest : IAsyncLifetime { WireMockServer _server; - private const String ExpectedSdkVersion = "1.27.1.0"; + private const String ExpectedSdkVersion = "1.27.2.0"; Task IAsyncLifetime.InitializeAsync() { diff --git a/dotnet-statsig/dotnet-statsig.csproj b/dotnet-statsig/dotnet-statsig.csproj index d157770..56bfea2 100644 --- a/dotnet-statsig/dotnet-statsig.csproj +++ b/dotnet-statsig/dotnet-statsig.csproj @@ -7,7 +7,7 @@ statsig_dotnet true Statsig - 1.27.1 + 1.27.2 Statsig Inc. true https://github.com/statsig-io/dotnet-sdk.git