Skip to content

Commit

Permalink
chore: update assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-Siemens committed Jan 23, 2024
1 parent f2059fd commit cc711b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Src/SourceGrid/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
using System.Reflection;
using System.Runtime.CompilerServices;


[assembly: AssemblyTitle("SourceGrid")]
[assembly: AssemblyDescription("Open Source C# Grid Control")]
8 changes: 7 additions & 1 deletion Src/SourceGridAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ See License.txt.
using System;
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: AssemblyCompany("Davide Icardi, Darius Damalakas, http://sourcegrid.codeplex.com, http://bitbucket.org/dariusdamalakas/sourcegrid")]
[assembly: AssemblyCopyright("Davide Icardi, Darius Damalakas")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyCulture("")]

//Changed when no more compatible with the previous version
[assembly: AssemblyVersion("3.0.0")]

[assembly: CLSCompliant(true)]

Expand Down

0 comments on commit cc711b0

Please sign in to comment.