Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#220816
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Aug 16, 2022
2 parents 8a14ea7 + 843c15e commit 5932db0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.145.220815"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.146.220816"; } }
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ static PlayFabSettings() { }
/// </summary>
public static readonly PlayFabAuthenticationContext staticPlayer = new PlayFabAuthenticationContext();

public const string SdkVersion = "2.145.220815";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.145.220815";
public const string SdkVersion = "2.146.220816";
public const string BuildIdentifier = "adobuild_unitybeta_167";
public const string VersionString = "UnitySDK-2.146.220816";

public const string DefaultPlayFabApiUrl = "playfabapi.com";

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.145.220815"; } }
namespace PlayFab.PfEditor { public static partial class PlayFabEditorHelper { public static string EDEX_VERSION = "2.146.220816"; } }
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ static PlayFabSettings() { }
/// </summary>
public static readonly PlayFabAuthenticationContext staticPlayer = new PlayFabAuthenticationContext();

public const string SdkVersion = "2.145.220815";
public const string BuildIdentifier = "adobuild_unitysdk_167";
public const string VersionString = "UnitySDK-2.145.220815";
public const string SdkVersion = "2.146.220816";
public const string BuildIdentifier = "adobuild_unitybeta_167";
public const string VersionString = "UnitySDK-2.146.220816";

public const string DefaultPlayFabApiUrl = "playfabapi.com";

Expand Down
Binary file modified Packages/PlayFabEditorExtensions.unitypackage
Binary file not shown.
Binary file modified Packages/UnitySDK.unitypackage
Binary file not shown.

0 comments on commit 5932db0

Please sign in to comment.