Files
C4IT-F4SD-Client/Shared/SharedAssemblyInfo.cs
Meik 0b52999b1d feat: expand cockpit integrations and support workflows
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.
2026-07-13 11:16:53 +02:00

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")]