We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a48d1 commit 4b78b50Copy full SHA for 4b78b50
1 file changed
src/DatabaseSchema/Properties/AssemblyInfo.cs
@@ -6,9 +6,9 @@
6
// set of attributes. Change these attribute values to modify the information
7
// associated with an assembly.
8
[assembly: AssemblyTitle("DatabaseSchema")]
9
-[assembly: AssemblyDescription("")]
+[assembly: AssemblyDescription("Library for extracing the schema from an OleDb database.")]
10
[assembly: AssemblyConfiguration("")]
11
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("mrstebo")]
12
[assembly: AssemblyProduct("DatabaseSchema")]
13
[assembly: AssemblyCopyright("Copyright © 2016")]
14
[assembly: AssemblyTrademark("")]
0 commit comments