mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
Fill RPM Vendor from Authors project property #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @stop-cran on GitHub (Jan 31, 2019).
As I see, RPM vendor is always empty for the created packages. I've checked the source and see this:
metadata.Vendor = string.Empty;I'd propose to fill it from
Authorsproject property.The idea is to apply the same general metadata as for nuget (where
Authorsapplies).