Skip to content
New issue

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

Default Plugin Versions to AssemblyVersion when not provided #340

Open
roflmuffin opened this issue Feb 24, 2024 · 0 comments
Open

Default Plugin Versions to AssemblyVersion when not provided #340

roflmuffin opened this issue Feb 24, 2024 · 0 comments

Comments

@roflmuffin
Copy link
Owner

roflmuffin commented Feb 24, 2024

ModuleVersion should not be a required plugin field, and can instead be provided as a virtual property with an overridable value. When loading the plugin from core, infer this value from assembly version information, and if still unavailable <unknown>.

Priority order:

  • ModuleVersion override
  • Assembly.GetName().Version
  • "<unknown>"
@github-actions github-actions bot added the untriaged New issue has not been triaged label Feb 24, 2024
@roflmuffin roflmuffin modified the milestone: Future Feb 24, 2024
@github-actions github-actions bot removed the untriaged New issue has not been triaged label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant