From 6c91c359876c3975ea3bf25dd5b52e4e17a14a4c Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 6 May 2026 14:47:06 +1000 Subject: [PATCH] chore: bump to v1.2.0 --- Properties/AssemblyInfo.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 5ae1815..6933da1 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -2,16 +2,14 @@ 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: AssemblyDescription("Enhanced service/support tracking with priority management, location tracking, tile dashboard, SLA monitoring, and Google Sheet integration 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.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")]