From 7b4ef9b06e2b076e4af793f841bbe2be10b9e300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D1=83=D0=B7=D0=BD?= =?UTF-8?q?=D0=B5=D1=86=D0=BE=D0=B2?= Date: Tue, 24 Oct 2023 16:38:18 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=80=D1=8B=D0=B9=20=D0=9F?= =?UTF-8?q?=D0=98=D0=92=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=D0=B4=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- udplib.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/udplib.cs b/udplib.cs index e357c03..92371cc 100644 --- a/udplib.cs +++ b/udplib.cs @@ -238,9 +238,9 @@ namespace UDPLIB } catch (Exception) { - using (StreamWriter sw = new StreamWriter(System.IO.File.OpenWrite("grav01.log"))) + using (StreamWriter sw = new StreamWriter(System.IO.File.OpenWrite("udplib.log"))) { - sw.WriteLine(DateTime.Now.ToString("HH:mm:ss:fff ") + "Error dll process"); + sw.WriteLine(DateTime.Now.ToString("HH:mm:ss:fff ") + "Error lib process"); } } } @@ -523,7 +523,7 @@ namespace UDPLIB { get { - return "1.1.0.253"; + return "1.0.3.114"; // return Assembly.GetExecutingAssembly().GetName().Version.ToString(); } }