question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MSI AppAuthentication versioning

See original GitHub issue

Would 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:closed
  • Created 6 years ago
  • Comments:11 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
varunsh-codercommented, May 9, 2018

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!

0reactions
varunsh-codercommented, Jul 30, 2018

@SeanFeldman , can you please close this issue? Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

App Authentication client library for .NET - version 1.6.0
App Authentication client library for .NET - version 1.6.0.
Read more >
File Versioning Rules - Win32 apps
Versioned Files Win—A versioned file gets installed over a nonversioned file. Favor Product Language—If the file being installed has a different ...
Read more >
Always use the app package version and not ...
This article focuses on understanding the importance of using the package version and not the app version, when changing the ProductVersion of a ......
Read more >
How to use MSI for development in visual studio code?
1 Answer 1 ... You can login to the AZ CLI using az login , the Microsoft.Azure.Services.AppAuthentication library will use that as one...
Read more >
Azure AD Managed Service Identity July 2018 Updates
We go through new features in Azure AD MSI, e.g. identities which can be shared across services.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found