取得WimForm版本及建置時間

  • 192
  • 0

取得WimForm版本及建置時間

public static string getApplicationVersion() => FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion.ToString();
public static string getApplicationCompilerTime() => File.GetLastWriteTime(Assembly.GetExecutingAssembly().Location).ToString("yyyy/MM/dd");