Releases: HeroesToolChest/Heroes.Icons
Releases · HeroesToolChest/Heroes.Icons
Heroes Icons 8.0.0-beta.1
What's New
- Updated to .NET 6
Heroes Icons 7.0.0
What's New
- Added Bundle parsing
- Added Boost parsing
- Added LootChest parsing
- Added TypeDescription parsing
- Added Voicelines, Skins, VariationSkins, DefaultMountId, and AllowedMountCategories to Hero class
- Added VariationSkins, VoiceLines, and Franchise to Hero Skin class
- Added VariationMount and Franchise to Mount class
- Added ImageFileName to RewardPortrait class
- Changed
HeroFranchise
class toFranchise
- The
Hero.GetTalent
method will now throw an exception if thetalentId
parameter is not found instead of return the default talent
Heroes Icons 6.0.0
What's New
- Library is now .NET 5.0
- Added nullability to many parameters
Heroes Icons 5.0.1
Other
- Added source link
Heroes Icons 5.0.0
What's New
- Added methods to
HeroesDataDirectory
to obtain DataDocument objects
Heroes Icons 5.0.0-beta.2
What's New
- Added HeroSkin, Mounts, Banners, Sprays, Voice Lines, Portrait Packs, Reward Portraits, Emoticons, Emoticon Packs, and Veterancy data parsing.
- Added HeroesDataDirectory class
Heroes Icons 5.0.0-beta.1
What's New
- Reorganized api
DataReader
classes have been renamed toDataDocument
- Instead of initializing new instances of the
DataDocument
classes, must create instances with theParse
methods instead. - Added Match Award parsing
Other
- Updated to dotnet core 3.1 (going to be .NET 5)
Heroes Icons 5.0.0-alpha.2
What's New
- Reorganized api
- Added announcer data reader
Heroes Icons 5.0.0-alpha.1
What's New
- Initial alpha release