- update multiple LIAM projects and solution/config files - add LiamWorkflowDiagnostics app sources and generated outputs - include current workspace state (dependencies and build outputs)
11 lines
445 B
C#
11 lines
445 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyCompany("Consulting4IT GmbH, Germany")]
|
|
[assembly: AssemblyProduct("C4IT Light Identity Access Management")]
|
|
[assembly: AssemblyCopyright("Copyright © 2025, Consulting4IT GmbH, Germany")]
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
[assembly: AssemblyInformationalVersion("3.2.0")]
|
|
[assembly: AssemblyVersion("3.2.0")] |