Skip to content

Commit 37e5064

Browse files
committed
Bumped version to 5.1.16
1 parent 0fe1650 commit 37e5064

File tree

13 files changed

+25
-33
lines changed

13 files changed

+25
-33
lines changed

OneSignalExample/Assets/OneSignal/Attribution/OneSignal.UnityPackage.Attribution.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "5.1.15",
19+
"expression": "5.1.16",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

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.1.16]
89
## [5.1.15]
910
### Changed
1011
- Updated included Android SDK from 5.1.31 to [5.1.37](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.37)
@@ -483,7 +484,8 @@ If you run into any problems, please don’t hesitate to [open an issue](https:/
483484
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
484485
the [README](https://github.com/OneSignal/OneSignal-Unity-SDK/README.md#unity-asset-store) to ensure a smooth transition.
485486

486-
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.15...HEAD
487+
[Unreleased]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.16...HEAD
488+
[5.1.16]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.15...5.1.16
487489
[5.1.15]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.14...5.1.15
488490
[5.1.14]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.13...5.1.14
489491
[5.1.13]: https://github.com/OneSignal/OneSignal-Unity-SDK/compare/5.1.12...5.1.13

OneSignalExample/Assets/OneSignal/Editor/OneSignal.UnityPackage.Editor.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"versionDefines": [
1717
{
1818
"name": "com.onesignal.unity.core",
19-
"expression": "5.1.15",
19+
"expression": "5.1.16",
2020
"define": "ONE_SIGNAL_INSTALLED"
2121
}
2222
],

OneSignalExample/Assets/OneSignal/Example/OneSignal.UnityPackage.Example.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"versionDefines": [
1919
{
2020
"name": "com.onesignal.unity.core",
21-
"expression": "5.1.15",
21+
"expression": "5.1.16",
2222
"define": "ONE_SIGNAL_INSTALLED"
2323
}
2424
],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.15
1+
5.1.16

OneSignalExample/Packages/packages-lock.json

Lines changed: 7 additions & 7 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": "5.1.15"
8+
"com.onesignal.unity.core": "5.1.16"
99
}
1010
},
1111
"com.onesignal.unity.core": {
@@ -19,11 +19,11 @@
1919
"depth": 0,
2020
"source": "local",
2121
"dependencies": {
22-
"com.onesignal.unity.core": "5.1.15"
22+
"com.onesignal.unity.core": "5.1.16"
2323
}
2424
},
2525
"com.unity.ai.navigation": {
26-
"version": "1.1.5",
26+
"version": "1.1.4",
2727
"depth": 0,
2828
"source": "registry",
2929
"dependencies": {
@@ -45,7 +45,7 @@
4545
"url": "https://packages.unity.com"
4646
},
4747
"com.unity.ide.rider": {
48-
"version": "3.0.35",
48+
"version": "3.0.24",
4949
"depth": 0,
5050
"source": "registry",
5151
"dependencies": {
@@ -54,7 +54,7 @@
5454
"url": "https://packages.unity.com"
5555
},
5656
"com.unity.ide.visualstudio": {
57-
"version": "2.0.22",
57+
"version": "2.0.18",
5858
"depth": 0,
5959
"source": "registry",
6060
"dependencies": {
@@ -97,7 +97,7 @@
9797
"url": "https://packages.unity.com"
9898
},
9999
"com.unity.textmeshpro": {
100-
"version": "3.0.7",
100+
"version": "3.0.6",
101101
"depth": 0,
102102
"source": "registry",
103103
"dependencies": {
@@ -106,7 +106,7 @@
106106
"url": "https://packages.unity.com"
107107
},
108108
"com.unity.timeline": {
109-
"version": "1.7.7",
109+
"version": "1.7.5",
110110
"depth": 0,
111111
"source": "registry",
112112
"dependencies": {

OneSignalExample/ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ PlayerSettings:
4848
defaultScreenHeightWeb: 600
4949
m_StereoRenderingPath: 0
5050
m_ActiveColorSpace: 0
51-
unsupportedMSAAFallback: 0
5251
m_SpriteBatchVertexThreshold: 300
5352
m_MTRendering: 1
5453
mipStripping: 0
@@ -76,16 +75,13 @@ PlayerSettings:
7675
androidMinimumWindowWidth: 400
7776
androidMinimumWindowHeight: 300
7877
androidFullscreenMode: 1
79-
androidAutoRotationBehavior: 1
80-
androidPredictiveBackSupport: 0
8178
defaultIsNativeResolution: 1
8279
macRetinaSupport: 1
8380
runInBackground: 1
8481
captureSingleScreen: 0
8582
muteOtherAudioSources: 0
8683
Prepare IOS For Recording: 0
8784
Force IOS Speakers When Recording: 0
88-
audioSpatialExperience: 0
8985
deferSystemGesturesMode: 0
9086
hideHomeButton: 0
9187
submitAnalytics: 1
@@ -139,9 +135,7 @@ PlayerSettings:
139135
vulkanEnableLateAcquireNextImage: 0
140136
vulkanEnableCommandBufferRecycling: 1
141137
loadStoreDebugModeEnabled: 0
142-
visionOSBundleVersion: 1.0
143-
tvOSBundleVersion: 1.0
144-
bundleVersion: 5.1.15
138+
bundleVersion: 5.1.16
145139
preloadedAssets: []
146140
metroInputSource: 0
147141
wsaTransparentSwapchain: 0
@@ -153,7 +147,6 @@ PlayerSettings:
153147
isWsaHolographicRemotingEnabled: 0
154148
enableFrameTimingStats: 0
155149
enableOpenGLProfilerGPURecorders: 1
156-
allowHDRDisplaySupport: 0
157150
useHDRDisplay: 0
158151
hdrBitDepth: 0
159152
m_ColorGamuts: 00000000
@@ -188,10 +181,8 @@ PlayerSettings:
188181
strictShaderVariantMatching: 0
189182
VertexChannelCompressionMask: 4054
190183
iPhoneSdkVersion: 988
191-
iOSSimulatorArchitecture: 0
192184
iOSTargetOSVersionString: 12.0
193185
tvOSSdkVersion: 0
194-
tvOSSimulatorArchitecture: 0
195186
tvOSRequireExtendedGameController: 0
196187
tvOSTargetOSVersionString: 12.0
197188
VisionOSSdkVersion: 0
@@ -238,7 +229,6 @@ PlayerSettings:
238229
iOSMetalForceHardShadows: 0
239230
metalEditorSupport: 1
240231
metalAPIValidation: 1
241-
metalCompileShaderBinary: 0
242232
iOSRenderExtraFrameOnPause: 0
243233
iosCopyPluginsCodeInsteadOfSymlink: 0
244234
appleDeveloperTeamID:
@@ -523,6 +513,7 @@ PlayerSettings:
523513
switchScreenResolutionBehavior: 2
524514
switchUseCPUProfiler: 0
525515
switchEnableFileSystemTrace: 0
516+
switchUseGOLDLinker: 0
526517
switchLTOSetting: 0
527518
switchApplicationID: 0x01004b9000490000
528519
switchNSODependencies:
@@ -652,7 +643,7 @@ PlayerSettings:
652643
switchSocketBufferEfficiency: 4
653644
switchSocketInitializeEnabled: 1
654645
switchNetworkInterfaceManagerInitializeEnabled: 1
655-
switchDisableHTCSPlayerConnection: 0
646+
switchPlayerConnectionEnabled: 1
656647
switchUseNewStyleFilepaths: 0
657648
switchUseLegacyFmodPriorities: 0
658649
switchUseMicroSleepForYield: 1
@@ -823,7 +814,6 @@ PlayerSettings:
823814
metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0}
824815
metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1}
825816
metroSplashScreenUseBackgroundColor: 0
826-
syncCapabilities: 0
827817
platformCapabilities: {}
828818
metroTargetDeviceFamilies: {}
829819
metroFTAName:

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.1.15",
4+
"version": "5.1.16",
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.1.15"
8+
"com.onesignal.unity.core": "5.1.16"
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
@@ -42,7 +42,7 @@ namespace OneSignalSDK
4242
/// </summary>
4343
public static partial class OneSignal
4444
{
45-
public const string Version = "5.1.15";
45+
public const string Version = "5.1.16";
4646

4747
/// <summary>
4848
/// The default static instance of the OneSignal Unity SDK

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace OneSignalSDK
4040
{
4141
public abstract class OneSignalPlatform
4242
{
43-
public const string VersionHeader = "050115";
43+
public const string VersionHeader = "050116";
4444

4545
internal static event Action<string> OnInitialize;
4646

0 commit comments

Comments
 (0)