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.
Windows Mobile 6.1 プロフェッショナル アプリケーションでビルドのバージョン番号を設定/変更するにはどうすればよいですか? cab ファイルを作成しましたが、ビルド間の違いを理解したいと考えています。
アプリケーションのバージョン番号は、AssemblyInfo ファイルに設定されています (移動できますが、それが既定の場所です)。ただし、その番号は CAB ファイルでは使用されません。アプリケーションを含む CAB ファイル自体にはバージョン管理がありません。
EDIT バージョン番号を確認するには、次のようなものを使用します。
var version = Assembly.GetExecutingAssembly().GetName().Version;