SteeltoeOSS / InitializrConfig

Configuration store for Steeltoe.Initializr.ConfigServer
Apache License 2.0
0 stars 3 forks source link

use floating versions for library dependencies #67

Closed ccheetham closed 3 years ago

ccheetham commented 3 years ago

Library versions in templates are currently fully qualified. E.g., RabbitMQ.Client is pinned to version 5.1.0. At some point, pinned versions become outdated.

The version specs should instead use floating notation; e.g. the above RabbitMQ version should be 5.1.*. Generated projects will then be able to pull in the latest released versions of the dependent libraries.