Skip to content

Commit

Permalink
fixed the wrong assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Oct 31, 2012
1 parent 83b4f9b commit 12e3413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Solution Items/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.5.0.6")]
[assembly: AssemblyFileVersion("1.5.0.6")]
[assembly: AssemblyVersion("1.5.0.5")]
[assembly: AssemblyFileVersion("1.5.0.5")]
[assembly: AssemblyCompany("SuperSocket")]
[assembly: AssemblyProduct("SuperSocket")]
[assembly: AssemblyCopyright("Copyright © supersocket.codeplex.com 2012")]
Expand Down

0 comments on commit 12e3413

Please sign in to comment.