Skip to content

Commit

Permalink
Need AssemblyInfoCommon in there
Browse files Browse the repository at this point in the history
  • Loading branch information
chadly committed Aug 23, 2014
1 parent 19c6a4e commit 05a3127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/bin
/packages
/examples/packages
AssemblyInfoCommon.cs
app.config
docs
nuget.exe
Expand Down
7 changes: 7 additions & 0 deletions AssemblyInfoCommon.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyProduct("Geocoding.Net")]
[assembly: AssemblyCompany("Geocoding.Net")]
[assembly: AssemblyCopyright("Copyright © 2008 - 2014 Chad Lee")]
[assembly: ComVisible(false)]

0 comments on commit 05a3127

Please sign in to comment.