Skip to content

Commit

Permalink
Merge pull request #19 from gitFurious/dev
Browse files Browse the repository at this point in the history
v1.4.2.0
  • Loading branch information
Damon Pollard committed Apr 6, 2016
2 parents e408a96 + cc56861 commit 139d65c
Show file tree
Hide file tree
Showing 12 changed files with 362 additions and 351 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ A Nuget package is available at [www.nuget.org/packages/HaloSharp](https://www.n

### Changelog ###

###### v.1.4.2.0 (2016-04-06)

1. Updated MatchEvents model.
* Rename: KillerAttachmentIds to KillerWeaponAttachmentIds
* Rename: KillerStockId to KillerWeaponStockId

2. Fixed a bunch of tests related to MatchEvents.

###### v.1.4.1.0 (2016-04-05)

1. Fixed a bug where I was using an int instead of an Enum (DeathDisposition)
Expand Down
6 changes: 3 additions & 3 deletions Source/HaloSharp.Test/HaloSharp.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@
<None Include="JSON\Stats\CarnageReport\match-events.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="JSON\Stats\CarnageReport\match-events.schema.json.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="JSON\Stats\CarnageReport\campaign-match.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand All @@ -258,6 +255,9 @@
<None Include="JSON\Stats\CarnageReport\Common\credits-earned.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="JSON\Stats\CarnageReport\match-events.schema.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="JSON\Stats\CarnageReport\warzone-match.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
Loading

0 comments on commit 139d65c

Please sign in to comment.