Skip to content

Commit 34255a2

Browse files
Build bug caused by menu item fixed (#178)
* Build bug caused by menu item fixed * constants updated * Update CHANGELOG.md --------- Co-authored-by: Artūrs Kadiķis <kadikis.arturs@gmail.com>
1 parent 3a3b1ef commit 34255a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Assets/Plugins/CountlySDK/Helpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Plugins.CountlySDK.Helpers
55
{
66
internal class Constants
77
{
8-
public const string SdkVersion = "23.06.0";
8+
public const string SdkVersion = "23.06.1";
99

1010
#if UNITY_EDITOR
1111
public const string SdkName = "csharp-unity-editor";

Assets/Plugins/Editor/CountlyEditorMenu.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using UnityEngine;
22
using UnityEditor;
33

4+
#if UNITY_EDITOR
45
public class CountlyEditorMenu
56
{
67
[MenuItem("Countly/SDK Documentation")]
@@ -9,3 +10,4 @@ private static void SDKDocumentation()
910
Application.OpenURL("https://support.count.ly/hc/en-us/articles/360037813851-Unity");
1011
}
1112
}
13+
#endif

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## XX.XX.X
1+
## 23.06.1
22
* Added app version metric to every request sent.
3+
* Fixed a bug that caused build issues when not running inside the editor.
34

45
## 23.06.0
56
* Deprecated "CrushReports" and "OptionalParameters" getters, in "Countly" class are removed.

0 commit comments

Comments
 (0)