You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commit ID is not exposed frequently enough to be reliably present and useful.
The current proposal is that we leverage NuGet v3's support for +buildMetadata on the package version to enhance it to this:
Stable
Prerelease
PublicRelease=true
1.2.3
1.2.3-pre
PublicRelease!=true
1.2.3+gCommit
1.2.3-pre-gCommit
Consider being even more aggressive:
Stable
Prerelease
PublicRelease=true
1.2.3+gCommit
1.2.3-pre+gCommit
PublicRelease!=true
1.2.3+gCommit
1.2.3-pre-gCommit
This may need to start under an optional property that folks can control. We at least need to weigh the impact on the user experience and whether these packages can be consumed by NuGet v2.x clients.
The text was updated successfully, but these errors were encountered:
The current behavior is:
The commit ID is not exposed frequently enough to be reliably present and useful.
The current proposal is that we leverage NuGet v3's support for +buildMetadata on the package version to enhance it to this:
Consider being even more aggressive:
This may need to start under an optional property that folks can control. We at least need to weigh the impact on the user experience and whether these packages can be consumed by NuGet v2.x clients.
The text was updated successfully, but these errors were encountered: