Updated AssemblyInfo to new version and added a description
This commit is contained in:
parent
50c2f49125
commit
ac605bf7c3
@ -26,7 +26,7 @@ using System.Runtime.InteropServices;
|
|||||||
// associated with an assembly.
|
// associated with an assembly.
|
||||||
[assembly: AssemblyTitle("Nuclex.Support")]
|
[assembly: AssemblyTitle("Nuclex.Support")]
|
||||||
[assembly: AssemblyProduct("Nuclex.Support")]
|
[assembly: AssemblyProduct("Nuclex.Support")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("Library of generic supporting code for .NET projects")]
|
||||||
[assembly: AssemblyCompany("Nuclex Development Labs")]
|
[assembly: AssemblyCompany("Nuclex Development Labs")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Markus Ewald / Nuclex Development Labs 2002-2024")]
|
[assembly: AssemblyCopyright("Copyright © Markus Ewald / Nuclex Development Labs 2002-2024")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
@ -67,4 +67,4 @@ using System.Runtime.InteropServices;
|
|||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("1.2.1.0")]
|
[assembly: AssemblyVersion("1.3.0.0")]
|
||||||
|
Loading…
Reference in New Issue
Block a user