mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 17:22:54 -07:00
#1460 The assembly versioning seems to work correctly now
This commit is contained in:
parent
2535645a90
commit
85303626f0
3 changed files with 17 additions and 18 deletions
|
@ -9,7 +9,7 @@ namespace Ombi.Helpers
|
|||
Assembly.GetEntryAssembly().GetType()
|
||||
.GetTypeInfo()
|
||||
.Assembly
|
||||
.GetCustomAttribute<AssemblyProductAttribute>()
|
||||
.Product;
|
||||
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
|
||||
.InformationalVersion;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue