Skip to content

Commit

Permalink
Merge pull request #302 from microsoft/release-2.3.0
Browse files Browse the repository at this point in the history
Release 2.3.0
  • Loading branch information
Cloudwu1 authored Aug 23, 2019
2 parents ba085f5 + 9299f44 commit 0da3d12
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2.2.0";
public const string AnalyticsSDKVersion = "2.3.0";

public static void PrepareEventHandlers()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static class WrapperSdk
private static bool _hasAttemptedToGetRuntimeVersion;

public const string Name = "appcenter.unity";
public const string WrapperSdkVersion = "2.2.0";
public const string WrapperSdkVersion = "2.3.0";

internal static string WrapperRuntimeVersion
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2.2.0";
public const string CrashesSDKVersion = "2.3.0";
private static bool _reportUnhandledExceptions = false;
private static readonly object _objectLock = new object();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2.2.0";
public const string DistributeSDKVersion = "2.3.0";

public static void PrepareEventHandlers()
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared/Push.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "2.2.0";
public const string PushSDKVersion = "2.3.0";
private static readonly object _lockObject = new object();
private static bool _needsReplay = true;

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# App Center SDK for Unity Change Log

## Release 2.3.0 (Under development)
## Release 2.3.0

Updated native SDK versions:
* Android from 2.2.0 to [2.3.0](https://github.com/Microsoft/AppCenter-SDK-Android/releases/tag/2.3.0)
* iOS from 2.2.0 to [2.3.0](https://github.com/Microsoft/AppCenter-SDK-Apple/releases/tag/2.3.0)

* **[Feature]** Catch "low memory warning" and provide the API to check if it has happened in last session: `Crashes.HasReceivedMemoryWarningInLastSessionAsync()`.

Expand Down
11 changes: 11 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Release 2.3.0

Updated native SDK versions:
* Android from 2.2.0 to [2.3.0](https://github.com/Microsoft/AppCenter-SDK-Android/releases/tag/2.3.0)
* iOS from 2.2.0 to [2.3.0](https://github.com/Microsoft/AppCenter-SDK-Apple/releases/tag/2.3.0)
* **[Feature]** Catch "low memory warning" and provide the API to check if it has happened in last session: `Crashes.HasReceivedMemoryWarningInLastSessionAsync()`.

**Android**

* **[Bug fix]** Fixed handling the update actions in custom update dialog in Distributed module.

## Release 2.2.0

Updated native SDK versions:
Expand Down
2 changes: 1 addition & 1 deletion UnityPackageSpecs/AppCenter.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenter" version="2.2.0">
<package name="AppCenter" version="2.3.0">
<include>
<!-- Editor related files -->
<file path="Assets/AppCenter/Editor" />
Expand Down
2 changes: 1 addition & 1 deletion UnityPackageSpecs/AppCenterAnalytics.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterAnalytics" version="2.2.0" needsCore="true">
<package name="AppCenterAnalytics" version="2.3.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Analytics/Shared" />
Expand Down
2 changes: 1 addition & 1 deletion UnityPackageSpecs/AppCenterCrashes.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterCrashes" version="2.2.0" needsCore="true">
<package name="AppCenterCrashes" version="2.3.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Crashes/Shared" />
Expand Down
2 changes: 1 addition & 1 deletion UnityPackageSpecs/AppCenterDistribute.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterDistribute" version="2.2.0" needsCore="true">
<package name="AppCenterDistribute" version="2.3.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Distribute/Shared" />
Expand Down
2 changes: 1 addition & 1 deletion UnityPackageSpecs/AppCenterPush.unitypackagespec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<package name="AppCenterPush" version="2.2.0" needsCore="true">
<package name="AppCenterPush" version="2.3.0" needsCore="true">
<include>
<!-- Shared files -->
<file path="Assets/AppCenter/Plugins/AppCenterSDK/Push/Shared" />
Expand Down
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ using System.Runtime.Versioning;
using NuGet;

// Native SDK versions
var AndroidSdkVersion = "2.2.1-4+731760d88";
var IosSdkVersion = "2.2.1-5+49fca27d68baabc7654b47c2bb6ab609e997382e";
var AndroidSdkVersion = "2.3.0";
var IosSdkVersion = "2.3.0";
var UwpSdkVersion = "2.1.0";

// URLs for downloading binaries.
Expand Down

0 comments on commit 0da3d12

Please sign in to comment.