From b1cb90e81e9ebcf01994dd123f60dbe9ef824af7 Mon Sep 17 00:00:00 2001 From: PlayFab SDK Team Date: Wed, 13 Nov 2024 18:37:04 +0000 Subject: [PATCH] https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#241108 --- PlayFabSDK/source/PlayFabMultiplayerModels.cs | 7 +++++-- PlayFabSDK/source/PlayFabSDK.csproj | 4 ++-- PlayFabSDK/source/PlayFabSettings.cs | 6 +++--- Plugins/CloudScript/source/PlayFabCloudScriptPlugin.csproj | 6 +++--- .../PlayFabSDK/PlayFabMultiplayerModels.cs | 7 +++++-- .../XamarinTestRunner/PlayFabSDK/PlayFabSDK.csproj | 4 ++-- .../XamarinTestRunner/PlayFabSDK/PlayFabSettings.cs | 6 +++--- 7 files changed, 23 insertions(+), 17 deletions(-) diff --git a/PlayFabSDK/source/PlayFabMultiplayerModels.cs b/PlayFabSDK/source/PlayFabMultiplayerModels.cs index c6f28ec4..7430a7f9 100644 --- a/PlayFabSDK/source/PlayFabMultiplayerModels.cs +++ b/PlayFabSDK/source/PlayFabMultiplayerModels.cs @@ -5321,7 +5321,8 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon public string PubSubConnectionHandle ; /// - /// The name of the resource to subscribe to. + /// The name of the resource to subscribe to. For LobbyChange subscriptions this is the lobbyId. For LobbyInvite + /// subscriptions this should always be "@me". /// public string ResourceId ; @@ -5331,7 +5332,9 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon public uint SubscriptionVersion ; /// - /// Subscription type. + /// Subscription type. "LobbyChange" subscriptions allow a member or owner to receive notifications of lobby data, member or + /// owner changes. "LobbyInvite" subscriptions allow a player to receive invites to lobbies. A player does not need to be a + /// member of a lobby to receive lobby invites. /// public SubscriptionType Type ; diff --git a/PlayFabSDK/source/PlayFabSDK.csproj b/PlayFabSDK/source/PlayFabSDK.csproj index f8462baf..cab6227d 100644 --- a/PlayFabSDK/source/PlayFabSDK.csproj +++ b/PlayFabSDK/source/PlayFabSDK.csproj @@ -8,7 +8,7 @@ 512 PlayFabAllSDK - 1.191.241025 + 1.192.241108 PlayFab CSharp Sdk Microsoft Microsoft @@ -21,7 +21,7 @@ PlayFab PlayFabSDK PlayFab, Baas, Paas, JSON, REST, HTTP, SSL, API, cloud, liveops, game, gamedev, native - https://docs.microsoft.com/gaming/playfab/release-notes#241025 + https://docs.microsoft.com/gaming/playfab/release-notes#241108 en 1 1 diff --git a/PlayFabSDK/source/PlayFabSettings.cs b/PlayFabSDK/source/PlayFabSettings.cs index fd711a4a..9403f478 100644 --- a/PlayFabSDK/source/PlayFabSettings.cs +++ b/PlayFabSDK/source/PlayFabSettings.cs @@ -6,9 +6,9 @@ namespace PlayFab { public class PlayFabSettings { - public const string SdkVersion = "1.191.241025"; - public const string BuildIdentifier = "adobuild_csharpsdk_8"; - public const string SdkVersionString = "CSharpSDK-1.191.241025"; + public const string SdkVersion = "1.192.241108"; + public const string BuildIdentifier = "adobuild_csharpsdk_117"; + public const string SdkVersionString = "CSharpSDK-1.192.241108"; /// This is only for customers running a private cluster. Generally you shouldn't touch this public static string DefaultProductionEnvironmentUrl = "playfabapi.com"; diff --git a/Plugins/CloudScript/source/PlayFabCloudScriptPlugin.csproj b/Plugins/CloudScript/source/PlayFabCloudScriptPlugin.csproj index 1e9a1af2..040ca96b 100644 --- a/Plugins/CloudScript/source/PlayFabCloudScriptPlugin.csproj +++ b/Plugins/CloudScript/source/PlayFabCloudScriptPlugin.csproj @@ -8,7 +8,7 @@ 512 PlayFabCloudScriptPlugin - 1.191.241025-alpha + 1.192.241108-alpha PlayFab CSharp CloudScript Plugin Microsoft Microsoft @@ -21,7 +21,7 @@ PlayFabCloudScriptPlugin Copyright 2024 PlayFab, Baas, Paas, JSON, REST, HTTP, SSL, API, cloud, liveops, game, gamedev, native - https://docs.microsoft.com/gaming/playfab/release-notes#241025 + https://docs.microsoft.com/gaming/playfab/release-notes#241108 en 1 1 @@ -45,7 +45,7 @@ - + diff --git a/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabMultiplayerModels.cs b/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabMultiplayerModels.cs index c6f28ec4..7430a7f9 100644 --- a/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabMultiplayerModels.cs +++ b/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabMultiplayerModels.cs @@ -5321,7 +5321,8 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon public string PubSubConnectionHandle ; /// - /// The name of the resource to subscribe to. + /// The name of the resource to subscribe to. For LobbyChange subscriptions this is the lobbyId. For LobbyInvite + /// subscriptions this should always be "@me". /// public string ResourceId ; @@ -5331,7 +5332,9 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon public uint SubscriptionVersion ; /// - /// Subscription type. + /// Subscription type. "LobbyChange" subscriptions allow a member or owner to receive notifications of lobby data, member or + /// owner changes. "LobbyInvite" subscriptions allow a player to receive invites to lobbies. A player does not need to be a + /// member of a lobby to receive lobby invites. /// public SubscriptionType Type ; diff --git a/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSDK.csproj b/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSDK.csproj index f8462baf..cab6227d 100644 --- a/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSDK.csproj +++ b/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSDK.csproj @@ -8,7 +8,7 @@ 512 PlayFabAllSDK - 1.191.241025 + 1.192.241108 PlayFab CSharp Sdk Microsoft Microsoft @@ -21,7 +21,7 @@ PlayFab PlayFabSDK PlayFab, Baas, Paas, JSON, REST, HTTP, SSL, API, cloud, liveops, game, gamedev, native - https://docs.microsoft.com/gaming/playfab/release-notes#241025 + https://docs.microsoft.com/gaming/playfab/release-notes#241108 en 1 1 diff --git a/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSettings.cs b/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSettings.cs index fd711a4a..9403f478 100644 --- a/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSettings.cs +++ b/XamarinTestRunner/XamarinTestRunner/PlayFabSDK/PlayFabSettings.cs @@ -6,9 +6,9 @@ namespace PlayFab { public class PlayFabSettings { - public const string SdkVersion = "1.191.241025"; - public const string BuildIdentifier = "adobuild_csharpsdk_8"; - public const string SdkVersionString = "CSharpSDK-1.191.241025"; + public const string SdkVersion = "1.192.241108"; + public const string BuildIdentifier = "adobuild_csharpsdk_117"; + public const string SdkVersionString = "CSharpSDK-1.192.241108"; /// This is only for customers running a private cluster. Generally you shouldn't touch this public static string DefaultProductionEnvironmentUrl = "playfabapi.com";