From 3574b76ded21b79383b5c232e02b1804eca36406 Mon Sep 17 00:00:00 2001 From: FraserGreenroyd Date: Mon, 18 Jul 2022 17:38:07 +0100 Subject: [PATCH] Update Assembly Information --- CSharp_Engine/Properties/AssemblyInfo.cs | 2 +- CSharp_oM/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSharp_Engine/Properties/AssemblyInfo.cs b/CSharp_Engine/Properties/AssemblyInfo.cs index 24b3569..6ed53ff 100644 --- a/CSharp_Engine/Properties/AssemblyInfo.cs +++ b/CSharp_Engine/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("CSharp_Engine")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("https://github.com/BHoM/CSharp_Toolkit")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("CSharp_Engine")] diff --git a/CSharp_oM/Properties/AssemblyInfo.cs b/CSharp_oM/Properties/AssemblyInfo.cs index 72fdebc..971d055 100644 --- a/CSharp_oM/Properties/AssemblyInfo.cs +++ b/CSharp_oM/Properties/AssemblyInfo.cs @@ -28,7 +28,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("CSharp_oM")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("https://github.com/BHoM/CSharp_Toolkit")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("CSharp_oM")]