From 3f13a49725bdba44feeb4aa2a052dcc624bcf1ba Mon Sep 17 00:00:00 2001 From: Weihao Ding <158090588+weihao-statsig@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:02:05 -0700 Subject: [PATCH] [release] 1.28.1 - Optimize evaluation process, add IDType to getClientInitializeResponse (#163) ### Improvements - Add IDType to getClientInitializeResponse - Optimized the evaluation process >Included In This Release >- b14f020c932b3a832fe44814be10be221e286d00 sroyal-statsig > - Add IDType to GCIR (#162) >- cc958484fa247a88a6d0c13409a6dd26c875c284 Weihao Ding > - optimize: evaluation process (#161) --- 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 63d316b..24ea8f1 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.28.0.0"; + private const String ExpectedSdkVersion = "1.28.1.0"; Task IAsyncLifetime.InitializeAsync() { diff --git a/dotnet-statsig/dotnet-statsig.csproj b/dotnet-statsig/dotnet-statsig.csproj index ed6126b..3533658 100644 --- a/dotnet-statsig/dotnet-statsig.csproj +++ b/dotnet-statsig/dotnet-statsig.csproj @@ -7,7 +7,7 @@ statsig_dotnet true Statsig - 1.28.0 + 1.28.1 Statsig Inc. true https://github.com/statsig-io/dotnet-sdk.git