mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
parent
2dd0478ea6
commit
f7d67bf26d
11 changed files with 35 additions and 43 deletions
|
@ -6,9 +6,7 @@ namespace Ombi.Helpers
|
|||
public static class AssemblyHelper
|
||||
{
|
||||
public static string GetRuntimeVersion() =>
|
||||
Assembly.GetEntryAssembly().GetType()
|
||||
.GetTypeInfo()
|
||||
.Assembly
|
||||
Assembly.GetEntryAssembly()
|
||||
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
|
||||
.InformationalVersion;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue