fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
451 stars 75 forks source link

fixes #242: add missing attribute targets #243

Closed dlidstrom closed 3 months ago

dlidstrom commented 3 months ago

I've added AttributeTargets.Method to all attributes which have AttributeTargets.Property. I also added to obsolete attributes thinking it is necessary to avoid forcing removal of those attributes.

nojaf commented 3 months ago

Thanks Daniel! Could you add a new entry in the release notes (https://raw.githubusercontent.com/fsprojects/Argu/master/RELEASE_NOTES.md).

You can use 6.2.4, if that is present there should be a new package after merging this PR.

dlidstrom commented 3 months ago

@nojaf I've updated the release notes. Is it ok?

nojaf commented 3 months ago

Sorry, I assumed merging to master would publish to NuGet. That did happen and I triggered it manually, https://www.nuget.org/packages/Argu/6.2.4