From ac605bf7c3420d5c0c193e06d9ff9671314e56d1 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Sat, 5 Jul 2025 12:27:26 +0200 Subject: [PATCH] Updated AssemblyInfo to new version and added a description --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 6f5e8b1..5300194 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -26,7 +26,7 @@ using System.Runtime.InteropServices; // associated with an assembly. [assembly: AssemblyTitle("Nuclex.Support")] [assembly: AssemblyProduct("Nuclex.Support")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("Library of generic supporting code for .NET projects")] [assembly: AssemblyCompany("Nuclex Development Labs")] [assembly: AssemblyCopyright("Copyright © Markus Ewald / Nuclex Development Labs 2002-2024")] [assembly: AssemblyTrademark("")] @@ -67,4 +67,4 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyVersion("1.3.0.0")]