Browse Source

更换铺码证书

master
张剑 3 months ago
parent
commit
7d59a82b3a

+ 2
- 2
XHWK.WKTool/App.config View File

@@ -7,8 +7,8 @@
7 7
     <!--0正式 1测试-->
8 8
     <add key="IsDebug" value="1" />
9 9
     <!--版本号-->
10
-    <add key="VersionCode" value="133" />
11
-    <add key="VersionName" value="3.13.6" />
10
+    <add key="VersionCode" value="134" />
11
+    <add key="VersionName" value="3.13.7" />
12 12
     <!--皮肤样式 0白 1蓝 2黑色 -->
13 13
     <add key="SkinStyle" value="0" />
14 14
     <!--是否输出视频记录日志:0否-->

+ 0
- 1
XHWK.WKTool/LatticeXML/S0_O000_B0000_P000-255_20240705.tmx View File

@@ -1 +0,0 @@
1
-S0,O000,B0000,P000-255,D2024/7/5;CCIR7ZSIO68K0LUF6OOO0IS8S6OO42UU

+ 1
- 0
XHWK.WKTool/LatticeXML/S0_O000_B0000_P000-255_20250716.tmx View File

@@ -0,0 +1 @@
1
+S0,O000,B0000,P000-255,D2025/7/16;CCKHZZ934W8K0LR0COOSWE4KSOKE4243A

+ 1
- 1
XHWK.WKTool/MainWindow.xaml.cs View File

@@ -3414,7 +3414,7 @@ namespace XHWK.WKTool
3414 3414
             );
3415 3415
             try
3416 3416
             {
3417
-                _tqlAuthorizationPath = FileToolsCommon.GetFileAbsolutePath("/LatticeXML/S0_O000_B0000_P000-255_20240705.tmx");
3417
+                _tqlAuthorizationPath = FileToolsCommon.GetFileAbsolutePath("/LatticeXML/S0_O000_B0000_P000-255_20250716.tmx");
3418 3418
                 StreamReader gsr = new StreamReader(_tqlAuthorizationPath);
3419 3419
                 _gKeyStr = gsr.ReadLine();
3420 3420
                 gsr.Close();

+ 1
- 1
XHWK.WKTool/XHWK.WKTool.csproj View File

@@ -505,7 +505,7 @@
505 505
       <Generator>ResXFileCodeGenerator</Generator>
506 506
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
507 507
     </EmbeddedResource>
508
-    <EmbeddedResource Include="LatticeXML\S0_O000_B0000_P000-255_20240705.tmx">
508
+    <EmbeddedResource Include="LatticeXML\S0_O000_B0000_P000-255_20250716.tmx">
509 509
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
510 510
     </EmbeddedResource>
511 511
     <None Include="log4net.config">

+ 1
- 1
XHWK.WKTool/XHWK.WKTool.csproj.user View File

@@ -1,6 +1,6 @@
1 1
 <?xml version="1.0" encoding="utf-8"?>
2 2
 <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3
   <PropertyGroup>
4
-    <ProjectView>ProjectFiles</ProjectView>
4
+    <ProjectView>ShowAllFiles</ProjectView>
5 5
   </PropertyGroup>
6 6
 </Project>

+ 1
- 1
打包/星火微课-正式.iss View File

@@ -3,7 +3,7 @@
3 3
 
4 4
 #define MyAppName "星火微课"  
5 5
 #define MyAppDir "xhwk"
6
-#define MyAppVersion "3.13.6"
6
+#define MyAppVersion "3.13.7"
7 7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
8 8
 #define MyAppURL "http://www.xhkjedu.com/"
9 9
 #define MySourcePath "D:\Project\CSharp\xh-wkclient\XHWK.WKTool\bin\x86\Debug\"

+ 1
- 1
打包/星火微课-测试.iss View File

@@ -3,7 +3,7 @@
3 3
 
4 4
 #define MyAppName "星火微课测试版"  
5 5
 #define MyAppDir "xhwk_test"
6
-#define MyAppVersion "3.13.6"
6
+#define MyAppVersion "3.13.7"
7 7
 #define MyAppPublisher "河南星火燎原软件科技有限公司"
8 8
 #define MyAppURL "http://www.xhkjedu.com/"
9 9
 #define MySourcePath "D:\Project\CSharp\xh-wkclient\XHWK.WKTool\bin\x86\Debug\"

Loading…
Cancel
Save