first commit
This commit is contained in:
22
CommonAssemblyInfo.cs
Normal file
22
CommonAssemblyInfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
#if DEMOLICENSE
|
||||
[assembly: AssemblyProduct("C4IT First Aid Service Desk (F4SD), Demo licensed")]
|
||||
#else
|
||||
[assembly: AssemblyProduct("C4IT First Aid Service Desk (F4SD)")]
|
||||
#endif
|
||||
|
||||
[assembly: AssemblyCompany("Consulting4IT GmbH, Germany")]
|
||||
[assembly: AssemblyCopyright("Copyright <20> 2025, Consulting4IT GmbH, Germany")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
[assembly: AssemblyInformationalVersion("2.6.0.14")]
|
||||
[assembly: AssemblyVersion("2.6.*")]
|
||||
|
||||
[assembly: AssemblyMinClientVersion("2.4.0.0")]
|
||||
|
||||
Reference in New Issue
Block a user