Skip to content

Commit

Permalink
[release] 2.0.0 - Stop Lowercasing Name Passed in for Checks (#174)
Browse files Browse the repository at this point in the history
### Improvements
- Adds the passed field to get client initialize response for dynamic
configs
  ### Fixes
- Previously we were lower casing the name used to check
gates/configs/experiments/layers which could cause the correct result to
be returned but would break the exposure logging if the names did not
match. This change causes .Net to have the same behavior as all the
other sdks





>Included In This Release
>- 58a4f98 sroyal-statsig
>   - Do Not Lowercase Config Names (#172)
>- c400f46 sroyal-statsig
>   - Add Passed to GCIR for DCs (#171)
  • Loading branch information
sroyal-statsig authored Jan 31, 2025
1 parent 58a4f98 commit 427ff11
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.29.1.0";
private const String ExpectedSdkVersion = "2.0.0.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.29.1</Version>
<Version>2.0.0</Version>
<Authors>Statsig Inc.</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/statsig-io/dotnet-sdk.git</RepositoryUrl>
Expand Down

0 comments on commit 427ff11

Please sign in to comment.