From 50ed28d05ca1d3f35236ebbcefad21c171d4bd76 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Thu, 30 Apr 2020 09:42:14 +0800 Subject: [PATCH] sync --- IronIntelContractorBusiness/Properties/AssemblyInfo.cs | 2 +- IronIntelContractorSiteLib/MapView/MapViewHandler.cs | 2 +- IronIntelContractorSiteLib/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/IronIntelContractorBusiness/Properties/AssemblyInfo.cs b/IronIntelContractorBusiness/Properties/AssemblyInfo.cs index 363d392..87558a7 100644 --- a/IronIntelContractorBusiness/Properties/AssemblyInfo.cs +++ b/IronIntelContractorBusiness/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("2.20.429")] +[assembly: AssemblyFileVersion("2.20.430")] diff --git a/IronIntelContractorSiteLib/MapView/MapViewHandler.cs b/IronIntelContractorSiteLib/MapView/MapViewHandler.cs index 0920c62..1f78886 100644 --- a/IronIntelContractorSiteLib/MapView/MapViewHandler.cs +++ b/IronIntelContractorSiteLib/MapView/MapViewHandler.cs @@ -477,7 +477,7 @@ namespace IronIntel.Contractor.Site.MapView EmailFormat += "Description:
"; EmailFormat += "{6}

"; EmailFormat += "Click the link below to view directions to this asset:
"; - EmailFormat += "{7}"; + EmailFormat += "View Directions"; if (asset.Location == null) asset.Location = new LocationViewItem(); return string.Format(EmailFormat, diff --git a/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs b/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs index e2c0426..724c0bf 100644 --- a/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs +++ b/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("2.20.429")] +[assembly: AssemblyFileVersion("2.20.430")]