Skip to content

Commit 2f996ba

Browse files
authored
Merge pull request #609 from OneSignal/release/5.0.0-beta.3
Release 5.0.0-beta.3
2 parents 2ab9772 + f09867d commit 2f996ba

File tree

8 files changed

+13
-11
lines changed

8 files changed

+13
-11
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [5.0.0-beta.3]
89
### Changed
910
- Updated `Notifications`, `InAppMessages`, and `User` models to have Pascal Case properties
1011
- Updated public API. Please see the updated [migration guide](https://github.com/OneSignal/OneSignal-Unity-SDK/blob/5.0.0-beta.3/MIGRATION_GUIDE_v3_to_v5.md) for the most up to date signatures.
@@ -217,7 +218,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
217218
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
218219
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
219220

220-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.2...HEAD
221+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.3...HEAD
222+
[5.0.0-beta.3]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.2...5.0.0-beta.3
221223
[5.0.0-beta.2]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.0.0-beta.1...5.0.0-beta.2
222224
[5.0.0-beta.1]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.9...5.0.0-beta.1
223225
[3.0.9]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/3.0.8...3.0.9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-beta.2
1+
5.0.0-beta.3

OneSignalExample/Packages/packages-lock.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"depth": 0,
66
"source": "local",
77
"dependencies": {
8-
"com.onesignal.unity.core": "3.0.10"
8+
"com.onesignal.unity.core": "5.0.0-beta.3"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,7 +19,7 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "3.0.10"
22+
"com.onesignal.unity.core": "5.0.0-beta.3"
2323
}
2424
},
2525
"com.unity.ext.nunit": {

OneSignalExample/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 5.0.0-beta.2
137+
bundleVersion: 5.0.0-beta.3
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

com.onesignal.unity.android/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.android",
33
"displayName": "OneSignal Unity SDK - Android",
4-
"version": "5.0.0-beta.2",
4+
"version": "5.0.0-beta.3",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "5.0.0-beta.2"
8+
"com.onesignal.unity.core": "5.0.0-beta.3"
99
},
1010
"keywords": [
1111
"push-notifications",

com.onesignal.unity.core/Runtime/OneSignal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace OneSignalSDK {
4040
/// OneSignal SDK for Unity
4141
/// </summary>
4242
public static partial class OneSignal {
43-
public const string Version = "5.0.0-beta.2";
43+
public const string Version = "5.0.0-beta.3";
4444

4545
/// <summary>
4646
/// The default static instance of the OneSignal Unity SDK

com.onesignal.unity.core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.onesignal.unity.core",
33
"displayName": "OneSignal Unity SDK - Core",
4-
"version": "5.0.0-beta.2",
4+
"version": "5.0.0-beta.3",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {

com.onesignal.unity.ios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.onesignal.unity.ios",
33
"displayName": "OneSignal Unity SDK - iOS",
4-
"version": "5.0.0-beta.2",
4+
"version": "5.0.0-beta.3",
55
"unity": "2018.4",
66
"description": "OneSignal is the market leader in customer engagement, powering mobile push, web push, email, and in-app messages.",
77
"dependencies": {
8-
"com.onesignal.unity.core": "5.0.0-beta.2"
8+
"com.onesignal.unity.core": "5.0.0-beta.3"
99
},
1010
"keywords": [
1111
"push-notifications",

0 commit comments

Comments
 (0)