Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GitVersion を使用して、変数 NuGetVersionV2 と NuGetVersion の違いは何ですか? ここにある例は、それらを同じものとして示しています。
現時点では、それらはまったく同じです。
ここでわかるように:
https://github.com/GitTools/GitVersion/blob/05161c36debf88b4278b7d57553ccae4c62d1174/src/GitVersionCore/SemanticVersionFormatValues.cs#L120
私の記憶が正しければ、最新バージョンの NuGet で動作するセマンティック バージョン番号を常に提供する NuGetVersion が常に存在するという考えだったと思いますが、セマンティック バージョン番号に依存したい場合は、特定の NuGet バージョンで動作する場合は、そのオプションもあります。