diff --git a/CHANGELOG.md b/CHANGELOG.md index b47bbb04..0156e4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## XX.XX.XX +## 24.1.0 * New BackendMode features added and accesible through "Countly.Instance.BackendMode()" interface: * "ChangeDeviceIdWithMerge" diff --git a/countlyCommon/TestingRelated/RequestTestCases.cs b/countlyCommon/TestingRelated/RequestTestCases.cs index 55c38b3f..814eaadc 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("23.12.0", baseParams["sdk_version"]); + Assert.Equal("24.1.0", 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 6e0f5916..1fd3bb0c 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 = "23.12.0"; + public static string SDK_VERSION = "24.1.0"; public static BeginSession CreateBeginSession(int indexData, int indexMetrics, TimeInstant timeInstant) diff --git a/countlyCommon/countlyCommon/CountlyBase.cs b/countlyCommon/countlyCommon/CountlyBase.cs index 78d7d127..97c4979e 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 = "23.12.0"; + protected const string sdkVersion = "24.1.0"; public enum LogLevel { VERBOSE, DEBUG, INFO, WARNING, ERROR }; diff --git a/net35/Countly/Properties/AssemblyInfo.cs b/net35/Countly/Properties/AssemblyInfo.cs index 1a161170..9276691c 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("23.12.0.0")] -[assembly: AssemblyFileVersion("23.12.0.0")] +[assembly: AssemblyVersion("24.1.0.0")] +[assembly: AssemblyFileVersion("24.1.0.0")] //[assembly: InternalsVisibleTo("CountlySample")] diff --git a/net45/Countly/Properties/AssemblyInfo.cs b/net45/Countly/Properties/AssemblyInfo.cs index bc4d0367..5dd2c1bd 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("23.12.0.0")] -[assembly: AssemblyFileVersion("23.12.0.0")] +[assembly: AssemblyVersion("24.1.0.0")] +[assembly: AssemblyFileVersion("24.1.0.0")] diff --git a/netstd/Countly/Countly.csproj b/netstd/Countly/Countly.csproj index 3ed53e8e..145d51f3 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 - 23.12.0.0 + 24.1.0.0 Copyright © Countly 2022 - 23.12.0.0 - 23.12.0 + 24.1.0.0 + 24.1.0 True CountlyWinSDKStrongNameKey.pfx false diff --git a/nuget/Countly.nuspec b/nuget/Countly.nuspec index 4869a0e1..ed2668e3 100644 --- a/nuget/Countly.nuspec +++ b/nuget/Countly.nuspec @@ -2,7 +2,7 @@ Countly - 23.12.0 + 24.1.0 Countly Analytics Countly https://raw.githubusercontent.com/Countly/countly-sdk-windows/master/icon.png