Skip to content

Commit b8db43b

Browse files
JordiFBfacebook-github-bot
authored andcommitted
Unity SDK bumped version to 16.0.1 (Hotfix)
Summary: Unity SDK bumped version to 16.0.1 (Hotfix). Reviewed By: SergioGuerreroFB Differential Revision: D45947552 fbshipit-source-id: 02f633bbc1647edc3992ff7e9ba80c849c2c2d64
1 parent 7fe6774 commit b8db43b

File tree

13 files changed

+21
-12
lines changed

13 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [16.0.1]
9+
10+
### Fixed
11+
- Removed fetching app configuration data before calling FB.Init on iOS/Android platforms.
12+
- Updated copyright in some files.
13+
14+
### Changed
15+
- Bumped SDK to 16.0.1
16+
817
## [16.0.0]
918

1019
### Added

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

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("16.0.0")]
24+
[assembly: AssemblyVersion("16.0.1")]

Facebook.Unity/FacebookSdkVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static string Build
3333
{
3434
get
3535
{
36-
return "16.0.0";
36+
return "16.0.1";
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)