namespace Unity.Services.Analytics { public static class SdkVersion { /// /// The version of the Analytics SDK. /// This value should always match what is in the package.json file for this package, /// to provide accurate SDK versions to the analytics data classes. /// public static readonly string SDK_VERSION = "6.0.1"; } }