We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a923a3 commit f156aceCopy full SHA for f156ace
src/OTAPI.UnifiedServerProcess/PatchExecutor.cs
@@ -118,6 +118,7 @@ public bool Patch(DirectoryInfo outputDir) {
118
else if (modType == ModType.PreWrite) {
119
PatchingLogic.Patch(logger, modder.Module);
120
modder.ModContext.TargetAssemblyName = "OTAPI";
121
+ modder.AddMetadata("USPBuildVersion", typeof(PatchExecutor).Assembly.GetName().Version!.ToString());
122
modder.AddEnvMetadata();
123
}
124
else if (modType == ModType.Write) {
0 commit comments