Skip to content

Commit

Permalink
Merge pull request #59 from GavinPower747/development
Browse files Browse the repository at this point in the history
Release 1.6.0
  • Loading branch information
GavinPower747 authored Jun 6, 2018
2 parents 99bfe82 + efff4eb commit 6f639a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.5.0.{build}
version: 1.6.0.{build}
image: Visual Studio 2017
skip_tags: true

Expand Down
5 changes: 4 additions & 1 deletion src/pubg-dotnet/Models/Match/PubgMatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class PubgMatch : PubgShardedEntity
public PubgMatchStats Stats { get; set; }

[JsonProperty]
public string GameMode { get; set; }
public PubgGameMode GameMode { get; set; }

[JsonProperty]
public string PatchVersion { get; set; }
Expand All @@ -38,5 +38,8 @@ public class PubgMatch : PubgShardedEntity

[JsonProperty]
public PubgMap MapName { get; set; }

[JsonProperty]
public bool IsCustomMatch { get; set; }
}
}
2 changes: 1 addition & 1 deletion src/pubg-dotnet/pubg-dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>Sync and Async client library for communicating with the Pubg Developer API supporting .net standard 2.0</Description>
<AssemblyTitle>Pubg.Net</AssemblyTitle>
<Version>1.5.0</Version>
<Version>1.6.0</Version>
<Authors>Gavin Power</Authors>
<TargetFramework>netstandard2.0;net45</TargetFramework>
<AssemblyName>Pubg.Net</AssemblyName>
Expand Down

0 comments on commit 6f639a7

Please sign in to comment.