Skip to content

Commit

Permalink
Merge pull request #44 from GavinPower747/development
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
GavinPower747 authored May 3, 2018
2 parents 5aa72f9 + 57293b6 commit 94b10d7
Show file tree
Hide file tree
Showing 3 changed files with 5 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.3.1.{build}
version: 1.3.2.{build}
image: Visual Studio 2017
skip_tags: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public enum PubgParticipantDeathType
[EnumMember(Value = "byplayer")]
ByPlayer,
[EnumMember(Value = "suicide")]
Suicide
Suicide,
[EnumMember(Value = "logout")]
Logout
}
}
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.3.1</Version>
<Version>1.3.2</Version>
<Authors>Gavin Power</Authors>
<TargetFramework>netstandard2.0;net45</TargetFramework>
<AssemblyName>Pubg.Net</AssemblyName>
Expand Down

0 comments on commit 94b10d7

Please sign in to comment.