Skip to content

Commit cc711b0

Browse files
author
Rahul Rajesh
committed
chore: update assembly info
1 parent f2059fd commit cc711b0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Src/SourceGrid/AssemblyInfo.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
3+
4+
5+
[assembly: AssemblyTitle("SourceGrid")]
6+
[assembly: AssemblyDescription("Open Source C# Grid Control")]

Src/SourceGridAssemblyInfo.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ See License.txt.
77
using System;
88
using System.Reflection;
99
using System.Runtime.CompilerServices;
10+
11+
[assembly: AssemblyCompany("Davide Icardi, Darius Damalakas, http://sourcegrid.codeplex.com, http://bitbucket.org/dariusdamalakas/sourcegrid")]
12+
[assembly: AssemblyCopyright("Davide Icardi, Darius Damalakas")]
1013
[assembly: AssemblyTrademark("")]
11-
[assembly: AssemblyCulture("")]
14+
[assembly: AssemblyCulture("")]
15+
16+
//Changed when no more compatible with the previous version
17+
[assembly: AssemblyVersion("3.0.0")]
1218

1319
[assembly: CLSCompliant(true)]
1420

0 commit comments

Comments
 (0)