From cc9d00fa0d7120c8c0020bc3fe742370d000f5b1 Mon Sep 17 00:00:00 2001 From: sroyal-statsig <76536058+sroyal-statsig@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:51:56 -0700 Subject: [PATCH] [release] 1.27.1 - Don't Update Internal if Definition is Outdated (#152) ### Fixes - Fixes a bug where we could update the internal store with stale values (older than the current values in memory). While this was unlikely, now it wont happen >Included In This Release >- 8d39580fb965d0ca5e806229716dffda6f0b77c5 sroyal-statsig > - Throw away outdated values (#151) --------- 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 e532b5f..c8795eb 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.0.0"; + private const String ExpectedSdkVersion = "1.27.1.0"; Task IAsyncLifetime.InitializeAsync() { diff --git a/dotnet-statsig/dotnet-statsig.csproj b/dotnet-statsig/dotnet-statsig.csproj index 72a39a7..d157770 100644 --- a/dotnet-statsig/dotnet-statsig.csproj +++ b/dotnet-statsig/dotnet-statsig.csproj @@ -7,7 +7,7 @@ statsig_dotnet true Statsig - 1.27.0 + 1.27.1 Statsig Inc. true https://github.com/statsig-io/dotnet-sdk.git