MSI AppAuthentication versioning
See original GitHub issueWould it be possible to follow SemVer convention with pre-released versions rather than introducing a new minor? From semver.org
A pre-release version MAY be denoted by appending a hyphen and a series of dot separated identifiers immediately following the patch version. Identifiers MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Identifiers MUST NOT be empty. Numeric identifiers MUST NOT include leading zeroes. Pre-release versions have a lower precedence than the associated normal version. A pre-release version indicates that the version is unstable and might not satisfy the intended compatibility requirements as denoted by its associated normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92.
When referncing this package (Microsoft.Azure.Services.AppAuthentication), it would be easier to do it with proper version semantics (1.1.0-*
). Thank you.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (10 by maintainers)
Top GitHub Comments
Stable version 1.0.0 and a bug fix 1.0.1 were released few days back. In the future, for this library, we will follow your recommendation for preview release versioning. Thanks!
@SeanFeldman , can you please close this issue? Thanks!