diff --git a/countlyCommon/TestingRelated/RequestTestCases.cs b/countlyCommon/TestingRelated/RequestTestCases.cs
index 814eaadc..c4b8f827 100644
--- a/countlyCommon/TestingRelated/RequestTestCases.cs
+++ b/countlyCommon/TestingRelated/RequestTestCases.cs
@@ -64,7 +64,7 @@ public async void ValidateBaseRequestParams()
Assert.Equal("YOUR_APP_KEY", baseParams["app_key"]);
Assert.Equal("test device id", baseParams["device_id"]);
- Assert.Equal("24.1.0", baseParams["sdk_version"]);
+ Assert.Equal("24.1.1", baseParams["sdk_version"]);
Assert.Equal(0, baseParams["t"]);
Assert.Equal("1.0", baseParams["av"]);
diff --git a/countlyCommon/TestingRelated/TestHelper.cs b/countlyCommon/TestingRelated/TestHelper.cs
index 1fd3bb0c..c932214b 100644
--- a/countlyCommon/TestingRelated/TestHelper.cs
+++ b/countlyCommon/TestingRelated/TestHelper.cs
@@ -35,7 +35,7 @@ internal class TestHelper
public static string SERVER_URL = "https://domin.com";
public static string APP_VERSION = "1.0";
public static string DEVICE_ID = "TEST_DEVICE_ID";
- public static string SDK_VERSION = "24.1.0";
+ public static string SDK_VERSION = "24.1.1";
public static BeginSession CreateBeginSession(int indexData, int indexMetrics, TimeInstant timeInstant)
diff --git a/countlyCommon/countlyCommon/CountlyBase.cs b/countlyCommon/countlyCommon/CountlyBase.cs
index 6de342e6..c21aea64 100644
--- a/countlyCommon/countlyCommon/CountlyBase.cs
+++ b/countlyCommon/countlyCommon/CountlyBase.cs
@@ -52,7 +52,7 @@ public string GetAppVersion()
}
// Current version of the Count.ly SDK as a displayable string.
- protected const string sdkVersion = "24.1.0";
+ protected const string sdkVersion = "24.1.1";
public enum LogLevel { VERBOSE, DEBUG, INFO, WARNING, ERROR };
diff --git a/net35/Countly/Properties/AssemblyInfo.cs b/net35/Countly/Properties/AssemblyInfo.cs
index 9276691c..740abc9b 100644
--- a/net35/Countly/Properties/AssemblyInfo.cs
+++ b/net35/Countly/Properties/AssemblyInfo.cs
@@ -31,7 +31,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("24.1.0.0")]
-[assembly: AssemblyFileVersion("24.1.0.0")]
+[assembly: AssemblyVersion("24.1.1.0")]
+[assembly: AssemblyFileVersion("24.1.1.0")]
//[assembly: InternalsVisibleTo("CountlySample")]
diff --git a/net45/Countly/Properties/AssemblyInfo.cs b/net45/Countly/Properties/AssemblyInfo.cs
index 5dd2c1bd..f32fc6f1 100644
--- a/net45/Countly/Properties/AssemblyInfo.cs
+++ b/net45/Countly/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("24.1.0.0")]
-[assembly: AssemblyFileVersion("24.1.0.0")]
+[assembly: AssemblyVersion("24.1.1.0")]
+[assembly: AssemblyFileVersion("24.1.1.0")]
diff --git a/netstd/Countly/Countly.csproj b/netstd/Countly/Countly.csproj
index 2a137ef3..eae723ed 100644
--- a/netstd/Countly/Countly.csproj
+++ b/netstd/Countly/Countly.csproj
@@ -4,10 +4,10 @@
netstandard2.0
Countly Windows SDK targeting net standard 2.0
Countly SDK
- 24.1.0.0
+ 24.1.1.0
Copyright © Countly 2022
- 24.1.0.0
- 24.1.0
+ 24.1.1.0
+ 24.1.1
True
CountlyWinSDKStrongNameKey.pfx
false
diff --git a/nuget/Countly.nuspec b/nuget/Countly.nuspec
index ed2668e3..3eaf914a 100644
--- a/nuget/Countly.nuspec
+++ b/nuget/Countly.nuspec
@@ -2,7 +2,7 @@
Countly
- 24.1.0
+ 24.1.1
Countly Analytics
Countly
https://raw.githubusercontent.com/Countly/countly-sdk-windows/master/icon.png