Updated AssemblyInfo to new version and added a description

This commit is contained in:
Markus Ewald 2025-07-05 12:27:26 +02:00
parent 50c2f49125
commit ac605bf7c3

View File

@ -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")]