Skip to content

Commit

Permalink
Merge pull request #30 from gitFurious/dev
Browse files Browse the repository at this point in the history
v1.6.1.0
  • Loading branch information
gitFurious authored Dec 8, 2016
2 parents 0ad087d + f6aa7a2 commit 6718f18
Show file tree
Hide file tree
Showing 10 changed files with 18,572 additions and 18,212 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ A Nuget package is available at [www.nuget.org/packages/HaloSharp](https://www.n

### Changelog ###

###### v.1.6.1.0 (2016-12-08)

1. Updated RequisitionPack model.
* New property: GiftableAcquisitionMethods
* New property: IsGiftOnly

###### v.1.6.0.0 (2016-09-03)

1. User Generated Content (UGC) Endpoints.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"isFeatured": {
"type": "boolean"
},
"isGiftOnly": {
"type": "boolean"
},
"isNew": {
"type": "boolean"
},
Expand All @@ -48,6 +51,9 @@
"flair": {
"type": [ "string", "null" ]
},
"giftableAcquisitionMethods": {
"type": "integer"
},
"stackedRequisitionPacks": {
"type": "array",
"items": {
Expand All @@ -67,6 +73,7 @@
"largeImageUrl",
"isStack",
"isFeatured",
"isGiftOnly",
"isNew",
"creditPrice",
"isPurchasableWithCredits",
Expand All @@ -75,6 +82,7 @@
"xboxMarketplaceProductUrl",
"merchandisingOrder",
"flair",
"giftableAcquisitionMethods",
"stackedRequisitionPacks",
"id",
"contentId"
Expand Down
25,130 changes: 12,725 additions & 12,405 deletions Source/HaloSharp.Test/JSON/Metadata/commendations.json

Large diffs are not rendered by default.

1,916 changes: 959 additions & 957 deletions Source/HaloSharp.Test/JSON/Metadata/requisition-pack.json

Large diffs are not rendered by default.

Loading

0 comments on commit 6718f18

Please sign in to comment.