diff --git a/Licenses/Newtonsoft.Json-License.txt b/Licenses/Newtonsoft.Json-License.txt
new file mode 100644
index 00000000..5e2fa58a
--- /dev/null
+++ b/Licenses/Newtonsoft.Json-License.txt
@@ -0,0 +1,9 @@
+The MIT License (MIT)
+
+Copyright (c) 2007 James Newton-King
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/PlayFabClientSDK/source/PlayFabClientModels.cs b/PlayFabClientSDK/source/PlayFabClientModels.cs
index 01cea04e..5e623a1a 100644
--- a/PlayFabClientSDK/source/PlayFabClientModels.cs
+++ b/PlayFabClientSDK/source/PlayFabClientModels.cs
@@ -3149,7 +3149,7 @@ public class ModifyUserVirtualCurrencyResult
public string VirtualCurrency { get; set;}
///
- /// Amount added or subtracted from the user's virtual currency.
+ /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int BalanceChange { get; set;}
@@ -4181,6 +4181,7 @@ public enum TransactionStatus
RefundFailed,
ChargedBack,
FailedByUber,
+ FailedByPlayFab,
Revoked,
TradePending,
Traded,
@@ -4375,7 +4376,7 @@ public class UnlockContainerItemRequest
///
- /// Unique identifier of the container to attempt to unlock.
+ /// Category ItemId of the container type to unlock.
///
public string ContainerItemId { get; set;}
diff --git a/PlayFabClientSDK/source/PlayFabVersion.cs b/PlayFabClientSDK/source/PlayFabVersion.cs
index a7552acd..139b4a27 100644
--- a/PlayFabClientSDK/source/PlayFabVersion.cs
+++ b/PlayFabClientSDK/source/PlayFabVersion.cs
@@ -3,7 +3,7 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
- public static string ApiRevision = "1.6.20150928";
+ public static string ApiRevision = "1.7.20151019";
public static string SdkRevision = "1.0.2";
public static string getVersionString()
diff --git a/PlayFabSDK/source/PlayFabAdminAPI.cs b/PlayFabSDK/source/PlayFabAdminAPI.cs
index e48bae61..8951ea5c 100644
--- a/PlayFabSDK/source/PlayFabAdminAPI.cs
+++ b/PlayFabSDK/source/PlayFabAdminAPI.cs
@@ -660,7 +660,7 @@ public static async Task> AddNewsAsync(AddNewsReque
}
///
- /// Adds one or more virtual currencies to the set defined for the title
+ /// Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum value of 2,147,483,647 when granted to a player. Any value over that will be discarded.
///
public static async Task> AddVirtualCurrencyTypesAsync(AddVirtualCurrencyTypesRequest request)
{
diff --git a/PlayFabSDK/source/PlayFabAdminModels.cs b/PlayFabSDK/source/PlayFabAdminModels.cs
index fee6a0b4..5d2b455d 100644
--- a/PlayFabSDK/source/PlayFabAdminModels.cs
+++ b/PlayFabSDK/source/PlayFabAdminModels.cs
@@ -157,7 +157,7 @@ public class AddUserVirtualCurrencyRequest
public string VirtualCurrency { get; set;}
///
- /// Amount to be added to the user balance of the specified virtual currency.
+ /// Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int Amount { get; set;}
@@ -1810,7 +1810,7 @@ public class ModifyUserVirtualCurrencyResult
public string VirtualCurrency { get; set;}
///
- /// Amount added or subtracted from the user's virtual currency.
+ /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int BalanceChange { get; set;}
@@ -2821,7 +2821,7 @@ public class VirtualCurrencyData
public string DisplayName { get; set;}
///
- /// amount to automatically grant users upon first login to the tilte
+ /// amount to automatically grant users upon first login to the title
///
public int? InitialDeposit { get; set;}
diff --git a/PlayFabSDK/source/PlayFabClientModels.cs b/PlayFabSDK/source/PlayFabClientModels.cs
index 01cea04e..5e623a1a 100644
--- a/PlayFabSDK/source/PlayFabClientModels.cs
+++ b/PlayFabSDK/source/PlayFabClientModels.cs
@@ -3149,7 +3149,7 @@ public class ModifyUserVirtualCurrencyResult
public string VirtualCurrency { get; set;}
///
- /// Amount added or subtracted from the user's virtual currency.
+ /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int BalanceChange { get; set;}
@@ -4181,6 +4181,7 @@ public enum TransactionStatus
RefundFailed,
ChargedBack,
FailedByUber,
+ FailedByPlayFab,
Revoked,
TradePending,
Traded,
@@ -4375,7 +4376,7 @@ public class UnlockContainerItemRequest
///
- /// Unique identifier of the container to attempt to unlock.
+ /// Category ItemId of the container type to unlock.
///
public string ContainerItemId { get; set;}
diff --git a/PlayFabSDK/source/PlayFabServerModels.cs b/PlayFabSDK/source/PlayFabServerModels.cs
index 49554836..3e712376 100644
--- a/PlayFabSDK/source/PlayFabServerModels.cs
+++ b/PlayFabSDK/source/PlayFabServerModels.cs
@@ -28,7 +28,7 @@ public class AddCharacterVirtualCurrencyRequest
public string VirtualCurrency { get; set;}
///
- /// Amount to be added to the user balance of the specified virtual currency.
+ /// Amount to be added to the character balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int Amount { get; set;}
@@ -114,7 +114,7 @@ public class AddUserVirtualCurrencyRequest
public string VirtualCurrency { get; set;}
///
- /// Amount to be added to the user balance of the specified virtual currency.
+ /// Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int Amount { get; set;}
@@ -2132,7 +2132,7 @@ public class ModifyUserVirtualCurrencyResult
public string VirtualCurrency { get; set;}
///
- /// Amount added or subtracted from the user's virtual currency.
+ /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int BalanceChange { get; set;}
diff --git a/PlayFabSDK/source/PlayFabVersion.cs b/PlayFabSDK/source/PlayFabVersion.cs
index a7552acd..139b4a27 100644
--- a/PlayFabSDK/source/PlayFabVersion.cs
+++ b/PlayFabSDK/source/PlayFabVersion.cs
@@ -3,7 +3,7 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
- public static string ApiRevision = "1.6.20150928";
+ public static string ApiRevision = "1.7.20151019";
public static string SdkRevision = "1.0.2";
public static string getVersionString()
diff --git a/PlayFabServerSDK/source/PlayFabAdminAPI.cs b/PlayFabServerSDK/source/PlayFabAdminAPI.cs
index e48bae61..8951ea5c 100644
--- a/PlayFabServerSDK/source/PlayFabAdminAPI.cs
+++ b/PlayFabServerSDK/source/PlayFabAdminAPI.cs
@@ -660,7 +660,7 @@ public static async Task> AddNewsAsync(AddNewsReque
}
///
- /// Adds one or more virtual currencies to the set defined for the title
+ /// Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum value of 2,147,483,647 when granted to a player. Any value over that will be discarded.
///
public static async Task> AddVirtualCurrencyTypesAsync(AddVirtualCurrencyTypesRequest request)
{
diff --git a/PlayFabServerSDK/source/PlayFabAdminModels.cs b/PlayFabServerSDK/source/PlayFabAdminModels.cs
index fee6a0b4..5d2b455d 100644
--- a/PlayFabServerSDK/source/PlayFabAdminModels.cs
+++ b/PlayFabServerSDK/source/PlayFabAdminModels.cs
@@ -157,7 +157,7 @@ public class AddUserVirtualCurrencyRequest
public string VirtualCurrency { get; set;}
///
- /// Amount to be added to the user balance of the specified virtual currency.
+ /// Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int Amount { get; set;}
@@ -1810,7 +1810,7 @@ public class ModifyUserVirtualCurrencyResult
public string VirtualCurrency { get; set;}
///
- /// Amount added or subtracted from the user's virtual currency.
+ /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int BalanceChange { get; set;}
@@ -2821,7 +2821,7 @@ public class VirtualCurrencyData
public string DisplayName { get; set;}
///
- /// amount to automatically grant users upon first login to the tilte
+ /// amount to automatically grant users upon first login to the title
///
public int? InitialDeposit { get; set;}
diff --git a/PlayFabServerSDK/source/PlayFabServerModels.cs b/PlayFabServerSDK/source/PlayFabServerModels.cs
index 49554836..3e712376 100644
--- a/PlayFabServerSDK/source/PlayFabServerModels.cs
+++ b/PlayFabServerSDK/source/PlayFabServerModels.cs
@@ -28,7 +28,7 @@ public class AddCharacterVirtualCurrencyRequest
public string VirtualCurrency { get; set;}
///
- /// Amount to be added to the user balance of the specified virtual currency.
+ /// Amount to be added to the character balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int Amount { get; set;}
@@ -114,7 +114,7 @@ public class AddUserVirtualCurrencyRequest
public string VirtualCurrency { get; set;}
///
- /// Amount to be added to the user balance of the specified virtual currency.
+ /// Amount to be added to the user balance of the specified virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int Amount { get; set;}
@@ -2132,7 +2132,7 @@ public class ModifyUserVirtualCurrencyResult
public string VirtualCurrency { get; set;}
///
- /// Amount added or subtracted from the user's virtual currency.
+ /// Amount added or subtracted from the user's virtual currency. Maximum VC balance is Int32 (2,147,483,647). Any increase over this value will be discarded.
///
public int BalanceChange { get; set;}
diff --git a/PlayFabServerSDK/source/PlayFabVersion.cs b/PlayFabServerSDK/source/PlayFabVersion.cs
index a7552acd..139b4a27 100644
--- a/PlayFabServerSDK/source/PlayFabVersion.cs
+++ b/PlayFabServerSDK/source/PlayFabVersion.cs
@@ -3,7 +3,7 @@ namespace PlayFab.Internal
{
public class PlayFabVersion
{
- public static string ApiRevision = "1.6.20150928";
+ public static string ApiRevision = "1.7.20151019";
public static string SdkRevision = "1.0.2";
public static string getVersionString()
diff --git a/README.md b/README.md
index f70fbc54..532e6175 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ SDK for C#/.net environments other than Unity, including Microsoft CLR environme
2. Prerequisites:
----
-* Users should be very familiar with the topics covered in our [getting started guide](https://playfab.com/getting-started).
+* Users should be very familiar with the topics covered in our [getting started guide](https://playfab.com/docs/getting-started-with-playfab/).
To connect to the PlayFab service, your machine must be running TLS v1.2 or better.
* For Windows, this means Windows 7 and above
@@ -60,7 +60,7 @@ Do you have ideas on how we can make our products and services better?
Our Developer Success Team can assist with answering any questions as well as process any feedback you have about PlayFab services.
-[Forums, Support and Knowledge Base](https://support.playfab.com/support/home)
+[Forums, Support and Knowledge Base](https://community.playfab.com/hc/en-us)
6. Copyright and Licensing Information:
diff --git a/license.md b/license.md
deleted file mode 100644
index 54ee02bd..00000000
--- a/license.md
+++ /dev/null
@@ -1,21 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 PlayFab Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
\ No newline at end of file