Skip to content

Commit b824454

Browse files
committed
Updated assemblyinfos
1 parent ba1b4d8 commit b824454

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Mvc.JQuery.Datatables.Core/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("Mvc.JQuery.DataTables.Core")]
9-
[assembly: AssemblyDescription("Popular wrapper lib for working with JQuery Datatables. This package contains framework non-specific core logic")]
9+
[assembly: AssemblyDescription("Popular wrapper lib for working with JQuery Datatables. This package contains framework non-specific core logic. You probably want the package Mvc.Jquery.DataTables")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Harry McIntyre")]
1212
[assembly: AssemblyProduct("Mvc.JQuery.DataTables.Core")]
13-
[assembly: AssemblyCopyright("Harry McIntyre")]
13+
[assembly: AssemblyCopyright("MIT Licence")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

Mvc.JQuery.Datatables/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
[assembly: AssemblyTitle("Mvc.JQuery.DataTables")]
99
[assembly: AssemblyDescription("Popular wrapper lib for working with JQuery Datatables. Install this for MVC5")]
1010
[assembly: AssemblyConfiguration("")]
11-
[assembly: AssemblyCompany("")]
11+
[assembly: AssemblyCompany("Harry McIntyre")]
1212
[assembly: AssemblyProduct("Mvc.JQuery.DataTables")]
13-
[assembly: AssemblyCopyright("Harry McIntyre")]
13+
[assembly: AssemblyCopyright("MIT Licence")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

0 commit comments

Comments
 (0)