Skip to content

Commit c125d0f

Browse files
[release] 2.1.0 - Better Handling for Array Custom Fields (#178)
### New Features - Adds support for array operators ### Improvements - Adds a new option in to set environment to a custom string rather than predefined values ### Fixes - Makes array custom values work with string operators to have feature parity with other sdks >Included In This Release >- 13e164f sroyal-statsig > - Support Array Operators (#177) >- d39abad sroyal-statsig > - Support Custom Environment in Options (#176) >- 05ff33d sroyal-statsig > - Support Custom Arrays for String Ops (#175)
1 parent 13e164f commit c125d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotnet-statsig-tests/Common/StatsigTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class StatsigTest : IAsyncLifetime
2121
{
2222
WireMockServer _server;
2323

24-
private const String ExpectedSdkVersion = "2.0.0.0";
24+
private const String ExpectedSdkVersion = "2.1.0.0";
2525

2626
Task IAsyncLifetime.InitializeAsync()
2727
{

dotnet-statsig/dotnet-statsig.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RootNamespace>statsig_dotnet</RootNamespace>
88
<PackOnBuild>true</PackOnBuild>
99
<PackageId>Statsig</PackageId>
10-
<Version>2.0.0</Version>
10+
<Version>2.1.0</Version>
1111
<Authors>Statsig Inc.</Authors>
1212
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1313
<RepositoryUrl>https://github.com/statsig-io/dotnet-sdk.git</RepositoryUrl>

0 commit comments

Comments
 (0)