mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 09:35:00 +00:00
upgrade<project>: upgrade to .net 5.0
This commit is contained in:
parent
a3f2c672b7
commit
24b175c331
4 changed files with 6 additions and 7 deletions
|
@ -15,7 +15,8 @@ namespace SourceGit.UI {
|
|||
/// </summary>
|
||||
public string Version {
|
||||
get {
|
||||
return "VERSION : " + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion;
|
||||
Assembly asm = Assembly.GetExecutingAssembly();
|
||||
return "VERSION : " + asm.GetName().Version;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue