Skip to content

Commit 00c65d0

Browse files
JordiFBfacebook-github-bot
authored andcommitted
Bumped version to 14.1.0 (Hotfix)
Summary: As title Reviewed By: SergioGuerreroFB Differential Revision: D37850324 fbshipit-source-id: 5b1d8decebaef220a12913ddd8807aafb25f7c57
1 parent c6e1087 commit 00c65d0

File tree

14 files changed

+20
-16
lines changed

14 files changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Issue with new Unity Input System and UnitySDK Example.
1212
- Issue with misconfiguration of each DLL when Unity import the package.
1313

14+
### Changed
15+
- Bumped native SDK versions to 14.1.0
16+
1417
## [14.0.0]
1518

1619
### Added
@@ -259,7 +262,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259262

260263
<!-- Links -->
261264

262-
[14.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-13.2.0...HEAD
265+
[14.1.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-14.0.0...HEAD
266+
[14.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-13.2.0...sdk-version-14.0.0
263267
[13.2.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-12.0.0...sdk-version-13.2.0
264268
[12.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-11.0.0...sdk-version-12.0.0
265269
[11.0.0]: https://github.com/facebook/facebook-sdk-for-unity/compare/sdk-version-9.2.0...sdk-version-11.0.0

Facebook.Unity.Android.StrippingHack/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.Android/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.Canvas/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.Editor/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.IOS.StrippingHack/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.IOS/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.Settings/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.Tests/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

Facebook.Unity.Windows/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
using System.Reflection;
2222
using System.Runtime.CompilerServices;
2323

24-
[assembly: AssemblyVersion("14.0.0")]
24+
[assembly: AssemblyVersion("14.1.0")]

0 commit comments

Comments
 (0)