Bumped version number on Bmxnet to 2.1.2

This commit is contained in:
sam 2010-08-18 08:02:35 +00:00
parent 7c548446e9
commit fcdcebcd83
4 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("2.1.*")] [assembly: AssemblyVersion("2.1.2.*")]
// //
// In order to sign your assembly you must specify a key to use. Refer to the // In order to sign your assembly you must specify a key to use. Refer to the
@ -57,5 +57,5 @@ using System.Runtime.InteropServices;
//[assembly: AssemblyDelaySign(false)] //[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")] //[assembly: AssemblyKeyFile("")]
//[assembly: AssemblyKeyName("")] //[assembly: AssemblyKeyName("")]
[assembly: AssemblyFileVersionAttribute("2.1.1.0")] [assembly: AssemblyFileVersionAttribute("2.1.2.0")]
[assembly: ComVisibleAttribute(false)] [assembly: ComVisibleAttribute(false)]

View File

@ -51,7 +51,7 @@
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile> <ConfigurationOverrideFile>
</ConfigurationOverrideFile> </ConfigurationOverrideFile>
<DefineConstants>TRACE;DEBUG</DefineConstants> <DefineConstants>DEBUG</DefineConstants>
<DocumentationFile>bmxnet.xml</DocumentationFile> <DocumentationFile>bmxnet.xml</DocumentationFile>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment> <FileAlignment>4096</FileAlignment>
@ -72,7 +72,8 @@
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<ConfigurationOverrideFile> <ConfigurationOverrideFile>
</ConfigurationOverrideFile> </ConfigurationOverrideFile>
<DefineConstants>TRACE;DEBUG</DefineConstants> <DefineConstants>
</DefineConstants>
<DocumentationFile>bmxnet.xml</DocumentationFile> <DocumentationFile>bmxnet.xml</DocumentationFile>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<FileAlignment>4096</FileAlignment> <FileAlignment>4096</FileAlignment>

View File

@ -917,7 +917,6 @@ namespace IndianHealthService.BMXNet
lpBuf = 0; lpBuf = 0;
if (nFind > -1) if (nFind > -1)
{ {
//sbAll.Append(sReadBuffer, 0, numberOfBytesRead -1); //utf8
sbAll.Append(sReadBuffer, 0, sReadBuffer.Length - 1); sbAll.Append(sReadBuffer, 0, sReadBuffer.Length - 1);
} }
else else