This commit is contained in:
Yuyao Hu (Beyondsoft Corporation) 2020-05-28 16:36:30 +08:00
Родитель 3148de96c3
Коммит 0469f30891
12 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -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" />