Bumped version number on Bmxnet to 2.1.2
This commit is contained in:
parent
7c548446e9
commit
fcdcebcd83
|
@ -27,7 +27,7 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// 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
|
||||
|
@ -57,5 +57,5 @@ using System.Runtime.InteropServices;
|
|||
//[assembly: AssemblyDelaySign(false)]
|
||||
//[assembly: AssemblyKeyFile("")]
|
||||
//[assembly: AssemblyKeyName("")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.1.1.0")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.1.2.0")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
||||
<DefineConstants>DEBUG</DefineConstants>
|
||||
<DocumentationFile>bmxnet.xml</DocumentationFile>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
|
@ -72,7 +72,8 @@
|
|||
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<DocumentationFile>bmxnet.xml</DocumentationFile>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<FileAlignment>4096</FileAlignment>
|
||||
|
|
|
@ -917,7 +917,6 @@ namespace IndianHealthService.BMXNet
|
|||
lpBuf = 0;
|
||||
if (nFind > -1)
|
||||
{
|
||||
//sbAll.Append(sReadBuffer, 0, numberOfBytesRead -1); //utf8
|
||||
sbAll.Append(sReadBuffer, 0, sReadBuffer.Length - 1);
|
||||
}
|
||||
else
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue