Technology / TECHNOLOGY-22 Добавление в сервисы информации об их версииdependabot/npm_and_yarn/BuildServer/eslint-7.2.0
parent
367bd9cb69
commit
f5e405e897
@ -0,0 +1,9 @@ |
||||
<%@ Page Language="C#" %> |
||||
{{#versionTypeName}} |
||||
<% var assembly = typeof({{versionTypeName}}).Assembly; %> |
||||
<% var attribute = (System.Reflection.AssemblyInformationalVersionAttribute)assembly.GetCustomAttributes(typeof(System.Reflection.AssemblyInformationalVersionAttribute), false).Single(); %> |
||||
<%= attribute.InformationalVersion %> |
||||
{{/versionTypeName}} |
||||
{{^versionTypeName}} |
||||
Version information unavailable |
||||
{{/versionTypeName}} |
Loading…
Reference in new issue