Add Phoenix remote desktop, action connector, documentation engine, and gamification support. Refactor support-case processing and search/action UI, and update installer assets and dependencies.
12 lines
411 B
C#
12 lines
411 B
C#
using System.Reflection;
|
|
|
|
[assembly: AssemblyCompany("Consulting4IT GmbH, Germany")]
|
|
[assembly: AssemblyProduct("C4IT First Aid Service Desk")]
|
|
[assembly: AssemblyCopyright("Copyright © 2026, Consulting4IT GmbH, Germany")]
|
|
[assembly: AssemblyTrademark("")]
|
|
|
|
[assembly: AssemblyVersion("2.7.*")]
|
|
[assembly: AssemblyInformationalVersion("2.7.1.4")]
|
|
|
|
[assembly: AssemblyMinServerVersion("2.7.0.0")]
|