From 12e3413c2c02896dd430388552cb217d83fad115 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Wed, 31 Oct 2012 10:23:57 +0800 Subject: [PATCH] fixed the wrong assembly version --- Solution Items/GlobalAssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Solution Items/GlobalAssemblyInfo.cs b/Solution Items/GlobalAssemblyInfo.cs index 25576a039..1d3e1772a 100644 --- a/Solution Items/GlobalAssemblyInfo.cs +++ b/Solution Items/GlobalAssemblyInfo.cs @@ -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")]