update version to 3.2.1
This commit is contained in:
Родитель
3148de96c3
Коммит
0469f30891
|
@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Analytics
|
|||
public class Analytics
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string AnalyticsSDKVersion = "3.3.0";
|
||||
public const string AnalyticsSDKVersion = "3.2.1";
|
||||
|
||||
public static void PrepareEventHandlers()
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@ namespace Microsoft.AppCenter.Unity
|
|||
private static bool _hasAttemptedToGetRuntimeVersion;
|
||||
|
||||
public const string Name = "appcenter.unity";
|
||||
public const string WrapperSdkVersion = "3.3.0";
|
||||
public const string WrapperSdkVersion = "3.2.1";
|
||||
|
||||
internal static string WrapperRuntimeVersion
|
||||
{
|
||||
|
|
|
@ -20,7 +20,7 @@ namespace Microsoft.AppCenter.Unity.Crashes
|
|||
public class Crashes
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string CrashesSDKVersion = "3.3.0";
|
||||
public const string CrashesSDKVersion = "3.2.1";
|
||||
private static bool _reportUnhandledExceptions = false;
|
||||
private static bool _enableErrorAttachmentsCallbacks = false;
|
||||
private static readonly object _objectLock = new object();
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Distribute
|
|||
public class Distribute
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string DistributeSDKVersion = "3.3.0";
|
||||
public const string DistributeSDKVersion = "3.2.1";
|
||||
|
||||
public static void PrepareEventHandlers()
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Push
|
|||
public class Push
|
||||
{
|
||||
// Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
|
||||
public const string PushSDKVersion = "3.3.0";
|
||||
public const string PushSDKVersion = "3.2.1";
|
||||
private static readonly object _lockObject = new object();
|
||||
private static bool _needsReplay = true;
|
||||
private static bool IsAppCenterStarted;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# App Center SDK for Unity Change Log
|
||||
|
||||
## Release 3.3.0
|
||||
## Release 3.2.1
|
||||
|
||||
### App Center
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Release 3.3.0
|
||||
## Release 3.2.1
|
||||
|
||||
### App Center
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenter" version="3.3.0">
|
||||
<package name="AppCenter" version="3.2.1">
|
||||
<include>
|
||||
<!-- Editor related files -->
|
||||
<file path="Assets/AppCenter/Editor" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterAnalytics" version="3.3.0" needsCore="true">
|
||||
<package name="AppCenterAnalytics" version="3.2.1" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterCrashes" version="3.3.0" needsCore="true">
|
||||
<package name="AppCenterCrashes" version="3.2.1" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterDistribute" version="3.3.0" needsCore="true">
|
||||
<package name="AppCenterDistribute" version="3.2.1" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Distribute/Shared" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package name="AppCenterPush" version="3.3.0" needsCore="true">
|
||||
<package name="AppCenterPush" version="3.2.1" needsCore="true">
|
||||
<include>
|
||||
<!-- Shared files -->
|
||||
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче