Skip to content

Commit 501f947

Browse files
authored
Merge pull request #470 from microsoft/release/3.3.1
Release 3.3.1
2 parents 96bf42c + 9bcd352 commit 501f947

File tree

14 files changed

+69
-17
lines changed

14 files changed

+69
-17
lines changed

Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared/Analytics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3.0";
19+
public const string AnalyticsSDKVersion = "3.3.1";
2020

2121
public static void PrepareEventHandlers()
2222
{

Assets/AppCenter/Plugins/AppCenterSDK/Core/Shared/WrapperSdk.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.0";
15+
public const string WrapperSdkVersion = "3.3.1";
1616

1717
internal static string WrapperRuntimeVersion
1818
{

Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared/Crashes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.0";
23+
public const string CrashesSDKVersion = "3.3.1";
2424
private static bool _reportUnhandledExceptions = false;
2525
private static bool _enableErrorAttachmentsCallbacks = false;
2626
private static readonly object _objectLock = new object();

Assets/AppCenter/Plugins/AppCenterSDK/Distribute/Shared/Distribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.0";
19+
public const string DistributeSDKVersion = "3.3.1";
2020

2121
public static void PrepareEventHandlers()
2222
{

Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared/Push.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3.0";
19+
public const string PushSDKVersion = "3.3.1";
2020
private static readonly object _lockObject = new object();
2121
private static bool _needsReplay = true;
2222
private static bool IsAppCenterStarted;

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
11
# App Center SDK for Unity Change Log
22

3-
## Release 3.3.1 (Under development)
3+
## Release 3.3.1
44

55
### App Center
66

77
#### iOS
88

99
* **[Fix]** Fix overriding custom `URLScheme` in the post-build script.
1010

11+
### App Center Analytics
12+
13+
#### iOS
14+
15+
* **[Fix]** Fix processing logs (e.g., events) emitted from the `applicationWillTerminate` application delegate method.
16+
17+
### App Center Crashes
18+
19+
#### Android/iOS
20+
21+
* **[Fix]** Fix sending attachments with a `null` text value.
22+
23+
#### iOS
24+
25+
* **[Improvement]** Update PLCrashReporter to 1.7.2.
26+
27+
### App Center Distribute
28+
29+
#### iOS
30+
31+
* **[Fix]** Fix manually checking for updates before `applicationDidBecomeActive` event.
32+
1133
___
1234

1335
## Release 3.3.0

RELEASE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## Release 3.3.1
2+
3+
### App Center
4+
5+
#### iOS
6+
7+
* **[Fix]** Fix overriding custom `URLScheme` in the post-build script.
8+
9+
### App Center Analytics
10+
11+
#### iOS
12+
13+
* **[Fix]** Fix processing logs (e.g., events) emitted from the `applicationWillTerminate` application delegate method.
14+
15+
### App Center Crashes
16+
17+
#### Android/iOS
18+
19+
* **[Fix]** Fix sending attachments with a `null` text value.
20+
21+
#### iOS
22+
23+
* **[Improvement]** Update PLCrashReporter to 1.7.2.
24+
25+
### App Center Distribute
26+
27+
#### iOS
28+
29+
* **[Fix]** Fix manually checking for updates before `applicationDidBecomeActive` event.
30+
131
## Release 3.3.0
232

333
This version has a breaking change on iOS - it drops Xcode 10 support, Xcode 11 is a minimal supported version now.

UnityPackageSpecs/AppCenter.unitypackagespec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package name="AppCenter" version="3.3.0">
2+
<package name="AppCenter" version="3.3.1">
33
<include>
44
<!-- Editor related files -->
55
<file path="Assets/AppCenter/Editor" />

UnityPackageSpecs/AppCenterAnalytics.unitypackagespec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package name="AppCenterAnalytics" version="3.3.0" needsCore="true">
2+
<package name="AppCenterAnalytics" version="3.3.1" needsCore="true">
33
<include>
44
<!-- Shared files -->
55
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared" />

UnityPackageSpecs/AppCenterCrashes.unitypackagespec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<package name="AppCenterCrashes" version="3.3.0" needsCore="true">
2+
<package name="AppCenterCrashes" version="3.3.1" needsCore="true">
33
<include>
44
<!-- Shared files -->
55
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared" />

0 commit comments

Comments
 (0)