Skip to content

v0.9.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 18:36
· 245 commits to master since this release
v0.9.5
c9d5f7d

Endpoints

  • Add the following missing properties in Gw2Sharp.WebApi.V2.Models.Skill:
    • Specialization
    • DualAttunement
    • SubSkills
  • Change the following properties from int to double:
    • Gw2Sharp.WebApi.V2.Models.SkillFactComboFinisher.Percent
    • Gw2Sharp.WebApi.V2.Models.SkillFactPercent.Percent
    • Gw2Sharp.WebApi.V2.Models.SkillFactRecharge.Value
  • Add missing property Value in Gw2Sharp.WebApi.V2.Models.SkillFactPercent (although this seems to be a bug in the API)
  • Deprecate Gw2Sharp.WebApi.V2.Models.SkillWeaponType.Harpoon in favor of Spear (still no consistency between harpoons, spears, harpoon guns and spear guns)
  • Add missing enum None in Gw2Sharp.WebApi.V2.Models.AttributeType (which is apparently used for skills that apply barrier)
  • Add missing enums Toolbelt and Transform1 in Gw2Sharp.WebApi.V2.Models.SkillSlot
  • Add missing enum Transform in Gw2Sharp.WebApi.V2.Models.SkillType