File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "Desharp.ExampleConsoleCs" ) ]
9
- [ assembly: AssemblyDescription ( "" ) ]
9
+ [ assembly: AssemblyDescription ( "Desharp - Console application demo with running tests (C#). " ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
- [ assembly: AssemblyCompany ( "" ) ]
11
+ [ assembly: AssemblyCompany ( "Tom Flidr " ) ]
12
12
[ assembly: AssemblyProduct ( "Desharp.ExampleConsoleCs" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2017" ) ]
14
- [ assembly: AssemblyTrademark ( "" ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © 2017" ) ]
14
+ [ assembly: AssemblyTrademark ( "Tom Flidr " ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
17
17
// Setting ComVisible to false makes the types in this assembly not visible
You can’t perform that action at this time.
0 commit comments