Skip to content

Commit

Permalink
common assembly info got messed up
Browse files Browse the repository at this point in the history
  • Loading branch information
KevM committed Feb 17, 2012
1 parent c5e0642 commit e0ae081
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -3,7 +3,7 @@
# =================== # ===================
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
CommonAssemblyInfo.cs #CommonAssemblyInfo.cs
*.csproj.user *.csproj.user
src/FubuMVC.Swagger.csproj.DotSettings.user src/FubuMVC.Swagger.csproj.DotSettings.user
*.user *.user
Expand Down
8 changes: 8 additions & 0 deletions src/CommonAssemblyInfo.cs
@@ -0,0 +1,8 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("5e437d360470e654008af1800d0e29fdf6a498de")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]

[assembly: AssemblyInformationalVersion("0.1.0.0")]

0 comments on commit e0ae081

Please sign in to comment.