зеркало из https://github.com/microsoft/Tx.git
1.0.61007 release
This commit is contained in:
Родитель
aea529e0fe
Коммит
67a5fef25e
|
@ -5,5 +5,5 @@ using System.Reflection;
|
|||
[assembly: AssemblyCompany("Microsoft")]
|
||||
[assembly: AssemblyProduct("Tx (LINQ to Logs and Traces)")]
|
||||
[assembly: AssemblyCopyright("Copyright © Microsoft. All Rights Reserved")]
|
||||
[assembly: AssemblyVersion("1.0.60925.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.60925.0")]
|
||||
[assembly: AssemblyVersion("1.0.61007.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.61007.0")]
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
<Compile Include="Syslog.cs" />
|
||||
<Compile Include="NetworkTransformExtensions.cs" />
|
||||
<Compile Include="UdpDatagram.cs" />
|
||||
<Compile Include="UDPReceiver.cs" />
|
||||
<Compile Include="UdpReceiver.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\key.snk">
|
||||
|
|
|
@ -175,7 +175,12 @@
|
|||
|
||||
public void Dispose()
|
||||
{
|
||||
if (!disposeCalled)
|
||||
Dispose(true);
|
||||
}
|
||||
|
||||
protected void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && !disposeCalled)
|
||||
{
|
||||
disposeCalled = true;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче