From 86bb90145f4ca883e4093c861a4acc66fffc3149 Mon Sep 17 00:00:00 2001 From: lihanbo Date: Mon, 13 Jan 2025 17:12:53 +0800 Subject: [PATCH] =?UTF-8?q?105040=20Update=20=E4=BD=BF=E7=94=A8=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=8C=96=E9=83=A8=E6=9C=8D=E5=8A=A1=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sinvo.EplanHpD.Plugin.Service/DBHelper.cs | 6 ++++-- Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Sinvo.EplanHpD.Plugin.Service/DBHelper.cs b/Sinvo.EplanHpD.Plugin.Service/DBHelper.cs index d76c416..a83b0f7 100644 --- a/Sinvo.EplanHpD.Plugin.Service/DBHelper.cs +++ b/Sinvo.EplanHpD.Plugin.Service/DBHelper.cs @@ -11,8 +11,10 @@ namespace Sinvo.EplanHpD.Plugin.Service public class DBHelper { private static string _dbUser = "sa"; - private static string _dbPassword = "Sa1234"; - private static string _dbServer = "192.168.91.130"; + private static string _dbPassword = "SA@9512"; + //private static string _dbPassword = "Sa1234"; + private static string _dbServer = "192.168.1.223"; + //private static string _dbServer = "192.168.91.130"; private static string _dbName = "MotorData"; private static string _connectionString => $"Server={_dbServer};Database={_dbName};User Id={_dbUser};Password={_dbPassword};"; diff --git a/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs b/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs index 8b9b33e..5f61667 100644 --- a/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs +++ b/Sinvo.EplanHpD.Plugin.Service/Properties/AssemblyInfo.cs @@ -29,5 +29,6 @@ using System.Runtime.InteropServices; // 生成号 // 修订号 // -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.0.020")] +[assembly: AssemblyFileVersion("1.0.0.20")] +[assembly: AssemblyInformationalVersion("1.0.0.20-rls")] \ No newline at end of file