diff --git a/SourceGit/SourceGit.csproj b/SourceGit/SourceGit.csproj index 9e32b367..b538fee1 100644 --- a/SourceGit/SourceGit.csproj +++ b/SourceGit/SourceGit.csproj @@ -1,15 +1,16 @@  net461 - latest WinExe true true App.ico - Leo + sourcegit OpenSource GIT client for Windows Copyright © sourcegit 2020. All rights reserved. App.manifest + 2.0.0-preview + MIT diff --git a/SourceGit/UI/About.xaml.cs b/SourceGit/UI/About.xaml.cs index 6219b17e..4e3a0f90 100644 --- a/SourceGit/UI/About.xaml.cs +++ b/SourceGit/UI/About.xaml.cs @@ -15,7 +15,7 @@ namespace SourceGit.UI { /// public string Version { get { - return "VERSION : " + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion; + return "VERSION : " + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion; } }