We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Bannerlord.MBOptionScreen/docs/articles/MCMv5/mcmv5-soft-dependency.md
Line 48 in 6f096af
TextObjectHelper has been removed in MCM5.
Seems must be changed to:
public override string DisplayName => new TextObject("{=CustomSettings_Name}Custom {VERSION}", new Dictionary<string, Object> { { "VERSION", typeof(CustomSettings).Assembly.GetName().Version?.ToString(3) ?? "ERROR" } }).ToString();
Sorry, something went wrong.
Bannerlord.MBOptionScreen/docs/articles/MCMv5/mcmv5-soft-dependency.md Line 48 in 6f096af public override string DisplayName => TextObjectHelper.Create("{=CustomSettings_Name}Custom {VERSION}", new Dictionary<string, TextObject> TextObjectHelper has been removed in MCM5. Seems must be changed to: public override string DisplayName => new TextObject("{=CustomSettings_Name}Custom {VERSION}", new Dictionary<string, Object> { { "VERSION", typeof(CustomSettings).Assembly.GetName().Version?.ToString(3) ?? "ERROR" } }).ToString();
Fixed, thanks!
No branches or pull requests
The text was updated successfully, but these errors were encountered: