From 5c676630f72f7e73f84a45864cf8ffccdaed0148 Mon Sep 17 00:00:00 2001 From: ArtursK Date: Wed, 10 May 2023 21:07:27 +0300 Subject: [PATCH] Updating SDK version --- countlyCommon/TestingRelated/RequestTestCases.cs | 2 +- countlyCommon/countlyCommon/CountlyBase.cs | 2 +- net35/Countly/Properties/AssemblyInfo.cs | 4 ++-- net45/Countly/Properties/AssemblyInfo.cs | 4 ++-- netstd/Countly/Countly.csproj | 6 +++--- nuget/Countly.nuspec | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/countlyCommon/TestingRelated/RequestTestCases.cs b/countlyCommon/TestingRelated/RequestTestCases.cs index a0663051..78b0a1ea 100644 --- a/countlyCommon/TestingRelated/RequestTestCases.cs +++ b/countlyCommon/TestingRelated/RequestTestCases.cs @@ -63,7 +63,7 @@ public async void ValidateBaseRequestParams() Assert.Equal("YOUR_APP_KEY", baseParams["app_key"]); Assert.Equal("test device id", baseParams["device_id"]); - Assert.Equal("22.06.1", baseParams["sdk_version"]); + Assert.Equal("23.02.0", baseParams["sdk_version"]); Assert.Equal(0, baseParams["t"]); Assert.True(baseParams.ContainsKey("sdk_name")); diff --git a/countlyCommon/countlyCommon/CountlyBase.cs b/countlyCommon/countlyCommon/CountlyBase.cs index 3bb0606a..dee661cf 100644 --- a/countlyCommon/countlyCommon/CountlyBase.cs +++ b/countlyCommon/countlyCommon/CountlyBase.cs @@ -48,7 +48,7 @@ async Task IRequestHelper.GetDeviceId() } // Current version of the Count.ly SDK as a displayable string. - protected const string sdkVersion = "22.06.1"; + protected const string sdkVersion = "23.02.0"; public enum LogLevel { VERBOSE, DEBUG, INFO, WARNING, ERROR }; diff --git a/net35/Countly/Properties/AssemblyInfo.cs b/net35/Countly/Properties/AssemblyInfo.cs index ac8fce7b..dc099c07 100644 --- a/net35/Countly/Properties/AssemblyInfo.cs +++ b/net35/Countly/Properties/AssemblyInfo.cs @@ -32,7 +32,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("22.06.1.0")] -[assembly: AssemblyFileVersion("22.06.1.0")] +[assembly: AssemblyVersion("23.02.0.0")] +[assembly: AssemblyFileVersion("23.02.0.0")] //[assembly: InternalsVisibleTo("CountlySample")] diff --git a/net45/Countly/Properties/AssemblyInfo.cs b/net45/Countly/Properties/AssemblyInfo.cs index 7e21fac6..ce5ea7fd 100644 --- a/net45/Countly/Properties/AssemblyInfo.cs +++ b/net45/Countly/Properties/AssemblyInfo.cs @@ -32,5 +32,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("22.06.1.0")] -[assembly: AssemblyFileVersion("22.06.1.0")] +[assembly: AssemblyVersion("23.02.0.0")] +[assembly: AssemblyFileVersion("23.02.0.0")] diff --git a/netstd/Countly/Countly.csproj b/netstd/Countly/Countly.csproj index e6abfc5f..febc3652 100644 --- a/netstd/Countly/Countly.csproj +++ b/netstd/Countly/Countly.csproj @@ -4,11 +4,11 @@ netstandard2.0 Countly Windows SDK targeting net standard 2.0 Countly SDK - 22.06.1.0 + 23.02.0.0 Copyright © Countly 2022 - 22.06.1.0 - 22.06.1 True + 23.02.0.0 + 23.02.0 CountlyWinSDKStrongNameKey.pfx false diff --git a/nuget/Countly.nuspec b/nuget/Countly.nuspec index 6c52f1f0..2b2907dd 100644 --- a/nuget/Countly.nuspec +++ b/nuget/Countly.nuspec @@ -2,7 +2,7 @@ Countly - 22.06.1 + 23.02.0 Countly Analytics Countly https://raw.githubusercontent.com/Countly/countly-sdk-windows/master/icon.png