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

no overwrite of properties possible #53

Closed
cyclingJW opened this issue Apr 17, 2024 · 2 comments · Fixed by #68
Closed

no overwrite of properties possible #53

cyclingJW opened this issue Apr 17, 2024 · 2 comments · Fixed by #68

Comments

@cyclingJW
Copy link

Is this intended behaviour that it's not possible to overwrite properties like Authors?
{
"PackageId": "Microsoft.VisualStudio.Azure.Containers.Tools.Targets",
"PackageVersion": "1.20.1",
"PackageProjectUrl": "",
"Copyright": "",
"Authors": "",
"License": "MIT",
"LicenseInformationOrigin": 4
},

@sensslen
Copy link
Owner

Hi @cyclingJW this is not intentional but has not yet been implemented. Implementing those fields should be fairly straight forward. Feel free to submit a PullRequest.

@sensslen
Copy link
Owner

sensslen commented Jul 8, 2024

@cyclingJW would you mind checking if #68 resolves the issue for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants