feat: add AssemblyInfo
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
using System.Reflection;
|
||||||
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
|
[assembly: AssemblyTitle("Disco.Plugins.ServiceTracker")]
|
||||||
|
[assembly: AssemblyDescription("Enhanced service/support tracking with priority management, location tracking, tile dashboard, and SLA monitoring for Disco ICT")]
|
||||||
|
[assembly: AssemblyConfiguration("")]
|
||||||
|
[assembly: AssemblyCompany("Jess Rogerson")]
|
||||||
|
[assembly: AssemblyProduct("Disco.Plugins.ServiceTracker")]
|
||||||
|
[assembly: AssemblyCopyright("Copyright © 2026 Jess Rogerson")]
|
||||||
|
[assembly: AssemblyTrademark("")]
|
||||||
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
[assembly: ComVisible(false)]
|
||||||
|
[assembly: Guid("b1c2d3e4-f5a6-7890-abcd-ef1234567891")]
|
||||||
|
|
||||||
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||||
Reference in New Issue
Block a user