From 9728fe2185359728aab4c28383cef8f66b5aac8d Mon Sep 17 00:00:00 2001 From: Daniel <95646168+daniel-statsig@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:05:12 -0700 Subject: [PATCH] [release] 1.27.0 - Expose EvaluationDetails on Statsig Types (#150) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### New Features You can now access EvaluationDetails on all evaluated classes - `DynamicConfig.EvaluationDetails` - `FeatureGate.EvaluationDetails` - `Layer.EvaluationDetails` >Included In This Release >- 497d3186fd98ba1960c16f1f2cb79fae4fc961de Daniel > - fix: #43 appVersion is unknown in case Assembly.GetEntryAssembly() is… (#149) >- 053c3e88977b62b6135bdfa70c2314c1de7f3f47 sroyal-statsig > - Eval Details (#147) --- 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 427066e..e532b5f 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.26.0.0"; + private const String ExpectedSdkVersion = "1.27.0.0"; Task IAsyncLifetime.InitializeAsync() { diff --git a/dotnet-statsig/dotnet-statsig.csproj b/dotnet-statsig/dotnet-statsig.csproj index fbfd9a7..72a39a7 100644 --- a/dotnet-statsig/dotnet-statsig.csproj +++ b/dotnet-statsig/dotnet-statsig.csproj @@ -7,7 +7,7 @@ statsig_dotnet true Statsig - 1.26.0 + 1.27.0 Statsig Inc. true https://github.com/statsig-io/dotnet-sdk.git