File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change 11using UnityEngine ;
22using UnityEditor ;
33
4+ #if UNITY_EDITOR
45public 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments