Skip to content

Commit 7f708b1

Browse files
author
Justin
committed
Added tracking if Dota 2 Ability Special requires scepter. Rolled to version 4.2.0.
1 parent 3678d69 commit 7f708b1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/Steam.Models/DOTA2/Cleaned/HeroAbilitySpecialDetail.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ public class HeroAbilitySpecialDetail
99
public string RawName { get; set; }
1010

1111
public string LinkedSpecialBonus { get; set; }
12+
13+
public bool RequiresScepter { get; set; }
1214
}
1315
}

src/Steam.Models/DOTA2/External/HeroAbilitySpecial.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ public class HeroAbilitySpecial
99
public string VarType { get; set; }
1010

1111
public string LinkedSpecialBonus { get; set; }
12+
13+
public bool RequiresScepter { get; set; }
1214
}
1315
}

src/SteamWebAPI2/SteamWebAPI2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<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>
5-
<VersionPrefix>4.1.5</VersionPrefix>
5+
<VersionPrefix>4.2.0</VersionPrefix>
66
<Authors>Justin Skiles</Authors>
77
<AssemblyName>SteamWebAPI2</AssemblyName>
88
<PackageId>SteamWebAPI2</PackageId>

0 commit comments

Comments
 (0)