Skip to content

Commit

Permalink
Updating SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed May 10, 2023
1 parent b09de83 commit 5c67663
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion countlyCommon/TestingRelated/RequestTestCases.cs
Expand Up @@ -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"));
Expand Down
2 changes: 1 addition & 1 deletion countlyCommon/countlyCommon/CountlyBase.cs
Expand Up @@ -48,7 +48,7 @@ async Task<DeviceId> 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 };

Expand Down
4 changes: 2 additions & 2 deletions net35/Countly/Properties/AssemblyInfo.cs
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions net45/Countly/Properties/AssemblyInfo.cs
Expand Up @@ -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")]
6 changes: 3 additions & 3 deletions netstd/Countly/Countly.csproj
Expand Up @@ -4,11 +4,11 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Countly Windows SDK targeting net standard 2.0</Description>
<Product>Countly SDK</Product>
<AssemblyVersion>22.06.1.0</AssemblyVersion>
<AssemblyVersion>23.02.0.0</AssemblyVersion>
<Copyright>Copyright © Countly 2022</Copyright>
<FileVersion>22.06.1.0</FileVersion>
<Version>22.06.1</Version>
<SignAssembly>True</SignAssembly>
<FileVersion>23.02.0.0</FileVersion>
<Version>23.02.0</Version>
<AssemblyOriginatorKeyFile>CountlyWinSDKStrongNameKey.pfx</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion nuget/Countly.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Countly</id>
<version>22.06.1</version>
<version>23.02.0</version>
<title>Countly Analytics</title>
<authors>Countly</authors>
<iconUrl>https://raw.githubusercontent.com/Countly/countly-sdk-windows/master/icon.png</iconUrl>
Expand Down

0 comments on commit 5c67663

Please sign in to comment.