Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#210427
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFabJenkinsBot committed Apr 27, 2021
2 parents 392a396 + 3df8498 commit 24ea550
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 37 deletions.
2 changes: 1 addition & 1 deletion AndroidStudioExample/app/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item client-sdk-0.129.210406.jar -Destination ../../builds/client-sdk-0.129.210406.jar
Copy-Item client-sdk-0.130.210427.jar -Destination ../../builds/client-sdk-0.130.210427.jar
2 changes: 1 addition & 1 deletion AndroidStudioExample/app/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp client-sdk-0.129.210406.jar ../../builds/client-sdk-0.129.210406.jar
cp client-sdk-0.130.210427.jar ../../builds/client-sdk-0.130.210427.jar
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ public static enum AzureRegion {
SoutheastAsia,
WestEurope,
WestUs,
ChinaEast2,
ChinaNorth2,
SouthAfricaNorth,
CentralUsEuap,
WestCentralUs,
KoreaCentral,
FranceCentral,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.129.210406";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_2";
public static String SdkVersionString = "JavaSDK-0.129.210406";
public static String SdkVersion = "0.130.210427";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_0";
public static String SdkVersionString = "JavaSDK-0.130.210427";

public static Map<String, String> RequestGetParams;
static {
Expand Down
2 changes: 1 addition & 1 deletion PlayFabClientSDK/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item client-sdk-0.129.210406.jar -Destination ../../builds/client-sdk-0.129.210406.jar
Copy-Item client-sdk-0.130.210427.jar -Destination ../../builds/client-sdk-0.130.210427.jar
2 changes: 1 addition & 1 deletion PlayFabClientSDK/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp client-sdk-0.129.210406.jar ../../builds/client-sdk-0.129.210406.jar
cp client-sdk-0.130.210427.jar ../../builds/client-sdk-0.130.210427.jar
2 changes: 1 addition & 1 deletion PlayFabClientSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GAV & Meta -->
<groupId>com.playfab</groupId>
<artifactId>client-sdk</artifactId>
<version>0.129.210406</version>
<version>0.130.210427</version>
<name>PlayFab Client API</name>
<description>PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience. </description>
<url>https://docs.microsoft.com/gaming/playfab/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ public static enum AzureRegion {
SoutheastAsia,
WestEurope,
WestUs,
ChinaEast2,
ChinaNorth2,
SouthAfricaNorth,
CentralUsEuap,
WestCentralUs,
KoreaCentral,
FranceCentral,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.129.210406";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_2";
public static String SdkVersionString = "JavaSDK-0.129.210406";
public static String SdkVersion = "0.130.210427";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_0";
public static String SdkVersionString = "JavaSDK-0.130.210427";

public static Map<String, String> RequestGetParams;
static {
Expand Down
2 changes: 1 addition & 1 deletion PlayFabSDK/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item combo-sdk-0.129.210406.jar -Destination ../../builds/combo-sdk-0.129.210406.jar
Copy-Item combo-sdk-0.130.210427.jar -Destination ../../builds/combo-sdk-0.130.210427.jar
2 changes: 1 addition & 1 deletion PlayFabSDK/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp combo-sdk-0.129.210406.jar ../../builds/combo-sdk-0.129.210406.jar
cp combo-sdk-0.130.210427.jar ../../builds/combo-sdk-0.130.210427.jar
2 changes: 1 addition & 1 deletion PlayFabSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GAV & Meta -->
<groupId>com.playfab</groupId>
<artifactId>combo-sdk</artifactId>
<version>0.129.210406</version>
<version>0.130.210427</version>
<name>PlayFab Combo API</name>
<description>PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience. </description>
<url>https://docs.microsoft.com/gaming/playfab/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public static class ContentInfo {
/** Last modified time */
public Date LastModified;
/** Size of the content in bytes */
public Long Size;
public Double Size;

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ public static enum AzureRegion {
SoutheastAsia,
WestEurope,
WestUs,
ChinaEast2,
ChinaNorth2,
SouthAfricaNorth,
CentralUsEuap,
WestCentralUs,
KoreaCentral,
FranceCentral,
Expand Down
6 changes: 3 additions & 3 deletions PlayFabSDK/src/main/java/com/playfab/PlayFabSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.129.210406";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_2";
public static String SdkVersionString = "JavaSDK-0.129.210406";
public static String SdkVersion = "0.130.210427";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_0";
public static String SdkVersionString = "JavaSDK-0.130.210427";

public static Map<String, String> RequestGetParams;
static {
Expand Down
2 changes: 1 addition & 1 deletion PlayFabServerSDK/packageMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ New-Item -ItemType Directory -Force ./builds
popd

cd target
Copy-Item server-sdk-0.129.210406.jar -Destination ../../builds/server-sdk-0.129.210406.jar
Copy-Item server-sdk-0.130.210427.jar -Destination ../../builds/server-sdk-0.130.210427.jar
2 changes: 1 addition & 1 deletion PlayFabServerSDK/packageMe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mkdir -p ./builds
popd

cd target
cp server-sdk-0.129.210406.jar ../../builds/server-sdk-0.129.210406.jar
cp server-sdk-0.130.210427.jar ../../builds/server-sdk-0.130.210427.jar
2 changes: 1 addition & 1 deletion PlayFabServerSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- GAV & Meta -->
<groupId>com.playfab</groupId>
<artifactId>server-sdk</artifactId>
<version>0.129.210406</version>
<version>0.130.210427</version>
<name>PlayFab Server API</name>
<description>PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience. </description>
<url>https://docs.microsoft.com/gaming/playfab/</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ public static class ContentInfo {
/** Last modified time */
public Date LastModified;
/** Size of the content in bytes */
public Long Size;
public Double Size;

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ public static enum AzureRegion {
SoutheastAsia,
WestEurope,
WestUs,
ChinaEast2,
ChinaNorth2,
SouthAfricaNorth,
CentralUsEuap,
WestCentralUs,
KoreaCentral,
FranceCentral,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import com.playfab.PlayFabErrors.ErrorCallback;

public class PlayFabSettings {
public static String SdkVersion = "0.129.210406";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_2";
public static String SdkVersionString = "JavaSDK-0.129.210406";
public static String SdkVersion = "0.130.210427";
public static String BuildIdentifier = "jbuild_javasdk_sdk-generic-2_0";
public static String SdkVersionString = "JavaSDK-0.130.210427";

public static Map<String, String> RequestGetParams;
static {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 24ea550

Please sign in to comment.