Skip to content

Commit

Permalink
Added tracking if Dota 2 Ability Special requires scepter. Rolled to …
Browse files Browse the repository at this point in the history
…version 4.2.0.
  • Loading branch information
babelshift committed May 1, 2020
1 parent 3678d69 commit 7f708b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Steam.Models/DOTA2/Cleaned/HeroAbilitySpecialDetail.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ public class HeroAbilitySpecialDetail
public string RawName { get; set; }

public string LinkedSpecialBonus { get; set; }

public bool RequiresScepter { get; set; }
}
}
2 changes: 2 additions & 0 deletions src/Steam.Models/DOTA2/External/HeroAbilitySpecial.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ public class HeroAbilitySpecial
public string VarType { get; set; }

public string LinkedSpecialBonus { get; set; }

public bool RequiresScepter { get; set; }
}
}
2 changes: 1 addition & 1 deletion src/SteamWebAPI2/SteamWebAPI2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>This is a .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.</Description>
<VersionPrefix>4.1.5</VersionPrefix>
<VersionPrefix>4.2.0</VersionPrefix>
<Authors>Justin Skiles</Authors>
<AssemblyName>SteamWebAPI2</AssemblyName>
<PackageId>SteamWebAPI2</PackageId>
Expand Down

0 comments on commit 7f708b1

Please sign in to comment.