Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewenable committed Aug 10, 2017
1 parent fa22552 commit d546cc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DelimitedDataParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

[assembly: AssemblyTitle("Delimited Data Parser")]
[assembly: AssemblyProduct("Delimited Data Parser")]
[assembly: AssemblyDescription("C# library for parsing and exporting tabular data in delimited format (e.g. CSV).")]
[assembly: AssemblyCompany("Enable · enable.com")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: ComVisible(false)]
[assembly: CLSCompliant(true)]
[assembly: InternalsVisibleTo("DelimitedDataParser.Test")]
Expand Down

0 comments on commit d546cc0

Please sign in to comment.