From e89b261fab54729b7e6dcde25f44e0b7f5ee4137 Mon Sep 17 00:00:00 2001
From: sroyal-statsig <76536058+sroyal-statsig@users.noreply.github.com>
Date: Mon, 25 Nov 2024 15:49:48 -0800
Subject: [PATCH] [release] 1.29.0 - Use CDN for DCS Requests (#167)
### Improvements
- Switches to using a get request to get config specs from cdn
>Included In This Release
>- 91cd1dfc15150c5a74c3e5d5dd8259b5057a96cc sroyal-statsig
> - Switch DCS to use Get Request (#165)
>- 85ff9c2dc31044b90d2d31d53e62d58e35bfdc83 sroyal-statsig
> - Use CDN for DCS (#164)
---
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 7b94e76..8845248 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.1.0";
+ private const String ExpectedSdkVersion = "1.29.0.0";
Task IAsyncLifetime.InitializeAsync()
{
diff --git a/dotnet-statsig/dotnet-statsig.csproj b/dotnet-statsig/dotnet-statsig.csproj
index 3533658..71f41ec 100644
--- a/dotnet-statsig/dotnet-statsig.csproj
+++ b/dotnet-statsig/dotnet-statsig.csproj
@@ -7,7 +7,7 @@
statsig_dotnet
true
Statsig
- 1.28.1
+ 1.29.0
Statsig Inc.
true
https://github.com/statsig-io/dotnet-sdk.git