Releases: Drake53/War3Net
Releases · Drake53/War3Net
War3Net Release 2026-03-01
Update War3Net to v6.0.2 (#90) * Replace vulnerable packages. * Change CRC32 type from int to uint. * Add package icon and readme to submodule projects. * Update to .NET 6 and C# 10. * Fix update-versions.sh script.
War3Net Release 2026-02-01
Update War3Net to v6.0.1 (#88) This release improves the presentation of War3Net packages on nuget.org, it does not contain any code changes. - Included package icon - Included package readme - Updated package descriptions and tags
War3Net Release 2026-01-25
Update War3Net to v6.0.0 (#86) - Reworked War3Net.CodeAnalysis.Jass to introduce tokens and trivia, allowing the syntax tree to represent a JASS script 100% accurately. - Reworked War3Net.Build's MapScriptBuilder to use the new IndentedTextWriter class and write strings directly instead of working with syntax classes. - Several more changes related to the above. - Fixed an exception that was thrown when JSON deserializing MapInfo's EditorVersion property when that property was a string instead of a number in the JSON document. - CI/CD bugfixes.
War3Net Release 2025-10-30
Update War3Net.Drawing.Blp to v5.9.0 (#83) * Implemented BLP1 encoder
War3Net Release 2025-09-12
Update War3Net to v5.8.1 (#79) * Fix: Add dispose implementation to MpqStream so using statements work properly. (#65) * Fix: Make C;X optional in .slk files. (#76) * Fix: Do not throw when parsing unknown editor version. (#77)
War3Net Release 2025-09-06
Update War3Net to v5.8.0 (#75) * Update packages to v5.8.0 * Update publish workflow to create a GitHub release