Skip to content

Commit

Permalink
Fix assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanela committed Jul 21, 2014
1 parent 2e172f0 commit b4e5c1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MarkdownOutlook/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MarkdownOutlook")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("Converts markdown in your emails into HTML")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Matthew Manela")]
[assembly: AssemblyProduct("MarkdownOutlook")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyCopyright("Copyright © Matthew Manela 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -33,4 +33,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.*")]

0 comments on commit b4e5c1d

Please sign in to comment.