Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#241108
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Nov 13, 2024
2 parents f08622a + b1cb90e commit 2def3d0
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
7 changes: 5 additions & 2 deletions PlayFabSDK/source/PlayFabMultiplayerModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5321,7 +5321,8 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon
public string PubSubConnectionHandle ;

/// <summary>
/// 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".
/// </summary>
public string ResourceId ;

Expand All @@ -5331,7 +5332,9 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon
public uint SubscriptionVersion ;

/// <summary>
/// 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.
/// </summary>
public SubscriptionType Type ;

Expand Down
4 changes: 2 additions & 2 deletions PlayFabSDK/source/PlayFabSDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<FileAlignment>512</FileAlignment>

<PackageId>PlayFabAllSDK</PackageId>
<Version>1.191.241025</Version>
<Version>1.192.241108</Version>
<Title>PlayFab CSharp Sdk</Title>
<Authors>Microsoft</Authors>
<Owners>Microsoft</Owners>
Expand All @@ -21,7 +21,7 @@
<Company>PlayFab</Company>
<Product>PlayFabSDK</Product>
<PackageTags>PlayFab, Baas, Paas, JSON, REST, HTTP, SSL, API, cloud, liveops, game, gamedev, native</PackageTags>
<PackageReleaseNotes>https://docs.microsoft.com/gaming/playfab/release-notes#241025</PackageReleaseNotes>
<PackageReleaseNotes>https://docs.microsoft.com/gaming/playfab/release-notes#241108</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1</AssemblyVersion>
<FileVersion>1</FileVersion>
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSDK/source/PlayFabSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
/// <summary> This is only for customers running a private cluster. Generally you shouldn't touch this </summary>
public static string DefaultProductionEnvironmentUrl = "playfabapi.com";

Expand Down
6 changes: 3 additions & 3 deletions Plugins/CloudScript/source/PlayFabCloudScriptPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<FileAlignment>512</FileAlignment>

<PackageId>PlayFabCloudScriptPlugin</PackageId>
<Version>1.191.241025-alpha</Version>
<Version>1.192.241108-alpha</Version>
<Title>PlayFab CSharp CloudScript Plugin</Title>
<Authors>Microsoft</Authors>
<Owners>Microsoft</Owners>
Expand All @@ -21,7 +21,7 @@
<Product>PlayFabCloudScriptPlugin</Product>
<Copyright>Copyright 2024</Copyright>
<PackageTags>PlayFab, Baas, Paas, JSON, REST, HTTP, SSL, API, cloud, liveops, game, gamedev, native</PackageTags>
<PackageReleaseNotes>https://docs.microsoft.com/gaming/playfab/release-notes#241025</PackageReleaseNotes>
<PackageReleaseNotes>https://docs.microsoft.com/gaming/playfab/release-notes#241108</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1</AssemblyVersion>
<FileVersion>1</FileVersion>
Expand All @@ -45,7 +45,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PlayFabAllSDK" Version="1.191.241025" />
<PackageReference Include="PlayFabAllSDK" Version="1.192.241108" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5321,7 +5321,8 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon
public string PubSubConnectionHandle ;

/// <summary>
/// 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".
/// </summary>
public string ResourceId ;

Expand All @@ -5331,7 +5332,9 @@ public class SubscribeToLobbyResourceRequest : PlayFabRequestCommon
public uint SubscriptionVersion ;

/// <summary>
/// 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.
/// </summary>
public SubscriptionType Type ;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<FileAlignment>512</FileAlignment>

<PackageId>PlayFabAllSDK</PackageId>
<Version>1.191.241025</Version>
<Version>1.192.241108</Version>
<Title>PlayFab CSharp Sdk</Title>
<Authors>Microsoft</Authors>
<Owners>Microsoft</Owners>
Expand All @@ -21,7 +21,7 @@
<Company>PlayFab</Company>
<Product>PlayFabSDK</Product>
<PackageTags>PlayFab, Baas, Paas, JSON, REST, HTTP, SSL, API, cloud, liveops, game, gamedev, native</PackageTags>
<PackageReleaseNotes>https://docs.microsoft.com/gaming/playfab/release-notes#241025</PackageReleaseNotes>
<PackageReleaseNotes>https://docs.microsoft.com/gaming/playfab/release-notes#241108</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1</AssemblyVersion>
<FileVersion>1</FileVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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";
/// <summary> This is only for customers running a private cluster. Generally you shouldn't touch this </summary>
public static string DefaultProductionEnvironmentUrl = "playfabapi.com";

Expand Down

0 comments on commit 2def3d0

Please sign in to comment.