Skip to content

Commit 6718f18

Browse files
authored
Merge pull request #30 from gitFurious/dev
v1.6.1.0
2 parents 0ad087d + f6aa7a2 commit 6718f18

File tree

10 files changed

+18572
-18212
lines changed

10 files changed

+18572
-18212
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ A Nuget package is available at [www.nuget.org/packages/HaloSharp](https://www.n
5656

5757
### Changelog ###
5858

59+
###### v.1.6.1.0 (2016-12-08)
60+
61+
1. Updated RequisitionPack model.
62+
* New property: GiftableAcquisitionMethods
63+
* New property: IsGiftOnly
64+
5965
###### v.1.6.0.0 (2016-09-03)
6066

6167
1. User Generated Content (UGC) Endpoints.

Source/HaloSharp.Test/JSON/Metadata/Common/requisition-pack.schema.json

+8
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"isFeatured": {
2525
"type": "boolean"
2626
},
27+
"isGiftOnly": {
28+
"type": "boolean"
29+
},
2730
"isNew": {
2831
"type": "boolean"
2932
},
@@ -48,6 +51,9 @@
4851
"flair": {
4952
"type": [ "string", "null" ]
5053
},
54+
"giftableAcquisitionMethods": {
55+
"type": "integer"
56+
},
5157
"stackedRequisitionPacks": {
5258
"type": "array",
5359
"items": {
@@ -67,6 +73,7 @@
6773
"largeImageUrl",
6874
"isStack",
6975
"isFeatured",
76+
"isGiftOnly",
7077
"isNew",
7178
"creditPrice",
7279
"isPurchasableWithCredits",
@@ -75,6 +82,7 @@
7582
"xboxMarketplaceProductUrl",
7683
"merchandisingOrder",
7784
"flair",
85+
"giftableAcquisitionMethods",
7886
"stackedRequisitionPacks",
7987
"id",
8088
"contentId"

Source/HaloSharp.Test/JSON/Metadata/commendations.json

+12,725-12,405
Large diffs are not rendered by default.

Source/HaloSharp.Test/JSON/Metadata/requisition-pack.json

+959-957
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)