Skip to content

Commit

Permalink
[release] 1.28.1 - Optimize evaluation process, add IDType to getClie…
Browse files Browse the repository at this point in the history
…ntInitializeResponse (#163)

### Improvements
  - Add IDType to getClientInitializeResponse
  - Optimized the evaluation process






>Included In This Release
>- b14f020 sroyal-statsig
>   - Add IDType to GCIR (#162)
>- cc95848 Weihao Ding
>   - optimize: evaluation process (#161)
  • Loading branch information
weihao-statsig authored Oct 11, 2024
1 parent b14f020 commit 3f13a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet-statsig-tests/Common/StatsigTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
2 changes: 1 addition & 1 deletion dotnet-statsig/dotnet-statsig.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>statsig_dotnet</RootNamespace>
<PackOnBuild>true</PackOnBuild>
<PackageId>Statsig</PackageId>
<Version>1.28.0</Version>
<Version>1.28.1</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/statsig-io/dotnet-sdk.git</RepositoryUrl>
Expand Down

0 comments on commit 3f13a49

Please sign in to comment.