Change company to sourcegit; Upgrade version to next release

This commit is contained in:
leo 2020-07-06 10:54:34 +08:00
parent 44d3f960cb
commit 6165ab0476
2 changed files with 4 additions and 3 deletions

View file

@ -15,7 +15,7 @@ namespace SourceGit.UI {
/// </summary>
public string Version {
get {
return "VERSION : " + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion;
return "VERSION : " + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion;
}
}