CBielstein / APRSsharp

APRS# - Modern APRS software for the amateur radio community
MIT License
12 stars 5 forks source link

Switch to using floating nuget version numbers #158

Open CBielstein opened 11 months ago

CBielstein commented 11 months ago

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