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

Switch to using floating nuget version numbers #158

Open
CBielstein opened this issue Jul 31, 2023 · 0 comments
Open

Switch to using floating nuget version numbers #158

CBielstein opened this issue Jul 31, 2023 · 0 comments
Labels
code cleanliness Refactors, static analysis, etc. good first issue Good for newcomers

Comments

@CBielstein
Copy link
Owner

Description

As per the Microsoft nuget best practices document, this project should update to use floating versions rather than specific versions on the libraries being published to nuget.

I'm a bit skeptical about their guidance to not use upper bounds, as a new major version implies breaking changes under semantic versioning, so perhaps we just switch to locking to a major version.

Acceptance Criteria

  • Nuget dependencies in nuget-published libraries (KissTnc, AprsParser, and AprsIsClient) should be floating versions, not locked
@CBielstein CBielstein added good first issue Good for newcomers code cleanliness Refactors, static analysis, etc. labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code cleanliness Refactors, static analysis, etc. good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant