Skip to content

v1.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jun 09:43

Usage

Download one of the following:

  • FEZRepacker.exe - Windows standalone command-line interface
  • FEZRepacker - Linux standalone command-line interface

...and consult the README.md for usage details.

Additionally, Core library can be accessed as a NuGet package: https://www.nuget.org/packages/FEZRepacker.Core

Changelog

  • Explicitly defined nullable properties in asset types based on FEZ's original assets.
  • Wrapped IDictionary<string,IDictionary<string,string>> asset type into a TextStorage wrapper, and removed its external dependency of internal OrderedDictionary implementation.