File tree Expand file tree Collapse file tree 14 files changed +81
-23
lines changed
Assets/AppCenter/Plugins/AppCenterSDK Expand file tree Collapse file tree 14 files changed +81
-23
lines changed Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft Corporation. All rights reserved.
1+ // Copyright (c) Microsoft Corporation. All rights reserved.
22// Licensed under the MIT license.
33
44using System ;
@@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Analytics
1616 public class Analytics
1717 {
1818 // Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
19- public const string AnalyticsSDKVersion = "3.1 .0" ;
19+ public const string AnalyticsSDKVersion = "3.2 .0" ;
2020
2121 public static void PrepareEventHandlers ( )
2222 {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public static class WrapperSdk
1212 private static bool _hasAttemptedToGetRuntimeVersion ;
1313
1414 public const string Name = "appcenter.unity" ;
15- public const string WrapperSdkVersion = "3.1 .0" ;
15+ public const string WrapperSdkVersion = "3.2 .0" ;
1616
1717 internal static string WrapperRuntimeVersion
1818 {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ namespace Microsoft.AppCenter.Unity.Crashes
2020 public class Crashes
2121 {
2222 // Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
23- public const string CrashesSDKVersion = "3.1 .0" ;
23+ public const string CrashesSDKVersion = "3.2 .0" ;
2424 private static bool _reportUnhandledExceptions = false ;
2525 private static bool _enableErrorAttachmentsCallbacks = false ;
2626 private static readonly object _objectLock = new object ( ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Distribute
1616 public class Distribute
1717 {
1818 // Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
19- public const string DistributeSDKVersion = "3.1 .0" ;
19+ public const string DistributeSDKVersion = "3.2 .0" ;
2020
2121 public static void PrepareEventHandlers ( )
2222 {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace Microsoft.AppCenter.Unity.Push
1616 public class Push
1717 {
1818 // Used by App Center Unity Editor Extensions: https://github.com/Microsoft/AppCenter-SDK-Unity-Extension
19- public const string PushSDKVersion = "3.1 .0" ;
19+ public const string PushSDKVersion = "3.2 .0" ;
2020 private static readonly object _lockObject = new object ( ) ;
2121 private static bool _needsReplay = true ;
2222 private static bool IsAppCenterStarted ;
Original file line number Diff line number Diff line change 11# App Center SDK for Unity Change Log
22
3- ## Release 3.1.1 (Under development)
3+ ## Release 3.2.0
44
55### App Center
66
1010
1111* ** [ Fix] ** Add missing system dependencies that aren't implicitly included when ` APPCENTER_DONT_USE_NATIVE_STARTER ` flag is used.
1212
13+ #### UWP
14+
15+ * ** [ Fix] ** Fix retry sending logs after timeout exception.
16+
17+ ### App Center Crashes
18+
19+ * ** [ Fix] ** Remove the multiple attachments warning as that is now supported by the portal.
20+
21+ #### Android
22+
23+ * ** [ Fix] ** Change minidump filter to use file extension instead of name.
24+ * ** [ Fix] ** Fix removing minidump files when the sending crash report was discarded.
25+
26+ #### iOS
27+
28+ * ** [ Improvement] ** Update PLCrashReporter to 1.5.1.
29+
30+ ### App Center Distribute
31+
32+ #### Android
33+
34+ * ** [ Feature] ** Automatically check for update when application switches from background to foreground (unless automatic checks are disabled).
35+ * ** [ Fix] ** Fix checking for updates after disabling the Distribute module while downloading the release.
36+
1337___
1438
1539## Release 3.1.0
Original file line number Diff line number Diff line change 1+ ## Release 3.2.0
2+
3+ ### App Center
4+
5+ * ** [ Fix] ** Fix SDK doesn't work without ` Distribute ` package.
6+
7+ #### iOS
8+
9+ * ** [ Fix] ** Add missing system dependencies that aren't implicitly included when ` APPCENTER_DONT_USE_NATIVE_STARTER ` flag is used.
10+
11+ #### UWP
12+
13+ * ** [ Fix] ** Fix retry sending logs after timeout exception.
14+
15+ ### App Center Crashes
16+
17+ * ** [ Fix] ** Remove the multiple attachments warning as that is now supported by the portal.
18+
19+ #### Android
20+
21+ * ** [ Fix] ** Change minidump filter to use file extension instead of name.
22+ * ** [ Fix] ** Fix removing minidump files when the sending crash report was discarded.
23+
24+ #### iOS
25+
26+ * ** [ Improvement] ** Update PLCrashReporter to 1.5.1.
27+
28+ ### App Center Distribute
29+
30+ #### Android
31+
32+ * ** [ Feature] ** Automatically check for update when application switches from background to foreground (unless automatic checks are disabled).
33+ * ** [ Fix] ** Fix checking for updates after disabling the Distribute module while downloading the release.
34+
135## Release 3.1.0
236
337### App Center
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <package name =" AppCenter" version =" 3.1 .0" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package name =" AppCenter" version =" 3.2 .0" >
33 <include >
44 <!-- Editor related files -->
55 <file path =" Assets/AppCenter/Editor" />
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <package name =" AppCenterAnalytics" version =" 3.1 .0" needsCore =" true" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package name =" AppCenterAnalytics" version =" 3.2 .0" needsCore =" true" >
33 <include >
44 <!-- Shared files -->
55 <file path =" Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared" />
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <package name =" AppCenterCrashes" version =" 3.1 .0" needsCore =" true" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <package name =" AppCenterCrashes" version =" 3.2 .0" needsCore =" true" >
33 <include >
44 <!-- Shared files -->
55 <file path =" Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared" />
You can’t perform that action at this time.
0 commit comments