Skip to content

NetcodePatcher-3.0.3

Choose a tag to compare

@Lordfirespeed Lordfirespeed released this 07 Jan 21:13
· 234 commits to main since this release
d23b964
  • Changed: The CLI functionality has been separated from the NetcodePatcher project into NetcodePatcher.Cli
    • The CLI can be installed manually from GitHub releases, or automatically using dotnet tool install -g Evaisa.NetcodePatcher.Cli
    • Files can now be provided as arguments, not only directories
    • Multiple dependency paths can be provided
    • More command-line options are available. Use the --help switch to view them
  • Changed: Netcode source is now git submoduled, which makes NetcodePatcher more future-proof
  • Added: A new NetcodePatcher.MSBuild project
    • Allows NetcodePatcher to be applied with minimal configuration, using only CSProj tags
  • Added: CI/CD configuration for automatic builds and releases