mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-08 06:00:50 -07:00
Finished the notes! Resolved #7
This commit is contained in:
parent
98c0a4f879
commit
a2f44cf8d2
10 changed files with 40 additions and 28 deletions
|
@ -62,7 +62,7 @@ namespace PlexRequests.UI
|
|||
uri = $"http://localhost:{portResult}";
|
||||
}
|
||||
|
||||
Log.Trace("Getting assembly version");
|
||||
Log.Trace("Getting product version");
|
||||
WriteOutVersion();
|
||||
|
||||
var s = new Setup();
|
||||
|
@ -81,7 +81,7 @@ namespace PlexRequests.UI
|
|||
|
||||
private static void WriteOutVersion()
|
||||
{
|
||||
var assemblyVer = AssemblyHelper.GetAssemblyVersion();
|
||||
var assemblyVer = AssemblyHelper.GetProductVersion();
|
||||
Log.Info($"Version: {assemblyVer}");
|
||||
Console.WriteLine($"Version: {assemblyVer}");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue