Skip to content

Commit 22eb302

Browse files
committed
v22.10.17
1 parent 8079fd1 commit 22eb302

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Mitsubishi Block Setup/Mitsubishi Block Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,15 +375,15 @@
375375
{
376376
"Name" = "8:Microsoft Visual Studio"
377377
"ProductName" = "8:三菱ブロック"
378-
"ProductCode" = "8:{73242DE1-D37D-4E88-808E-8514EF783ECA}"
379-
"PackageCode" = "8:{6506D655-FE2C-49EC-AB6E-79A73FF1EBC5}"
378+
"ProductCode" = "8:{8A452B46-C600-4484-A5C3-DD32BA37EB17}"
379+
"PackageCode" = "8:{5CD43C06-71CA-4D77-B7CD-8CA9C65F5314}"
380380
"UpgradeCode" = "8:{20BC69BC-055F-4209-AFA8-1360AB210A3B}"
381381
"AspNetVersion" = "8:4.0.30319.0"
382382
"RestartWWWService" = "11:FALSE"
383383
"RemovePreviousVersions" = "11:TRUE"
384384
"DetectNewerInstalledVersion" = "11:TRUE"
385385
"InstallAllUsers" = "11:FALSE"
386-
"ProductVersion" = "8:22.10.15"
386+
"ProductVersion" = "8:22.10.17"
387387
"Manufacturer" = "8:YAN"
388388
"ARPHELPTELEPHONE" = "8:"
389389
"ARPHELPLINK" = "8:"

Mitsubishi Block/Mitsubishi Block.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<UpdateRequired>false</UpdateRequired>
2727
<MapFileExtensions>true</MapFileExtensions>
2828
<ApplicationRevision>0</ApplicationRevision>
29-
<ApplicationVersion>22.10.15.0</ApplicationVersion>
29+
<ApplicationVersion>22.10.17.0</ApplicationVersion>
3030
<UseApplicationTrust>false</UseApplicationTrust>
3131
<BootstrapperEnabled>true</BootstrapperEnabled>
3232
</PropertyGroup>

Mitsubishi Block/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
3232
' by using the '*' as shown below:
3333
' <Assembly: AssemblyVersion("1.0.*")>
3434

35-
<Assembly: AssemblyVersion("22.10.15.0")>
36-
<Assembly: AssemblyFileVersion("22.10.15.0")>
35+
<Assembly: AssemblyVersion("22.10.17.0")>
36+
<Assembly: AssemblyFileVersion("22.10.17.0")>
3737
<Assembly: NeutralResourcesLanguage("ja")>

Mitsubishi Block/My Project/Resources.Designer.vb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Mitsubishi Block/My Project/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<comment>tên thật phần mềm</comment>
127127
</data>
128128
<data name="app_ver" xml:space="preserve">
129-
<value>22.10.15</value>
129+
<value>22.10.17</value>
130130
<comment>phiên bản phần mềm</comment>
131131
</data>
132132
<data name="cc_text" xml:space="preserve">

Mitsubishi Block/Script/Common.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Friend Module Common
239239
<Extension()>
240240
Friend Sub StopAdv(tmr As Timer)
241241
If tmr.Enabled Then
242-
tmr.Start()
242+
tmr.Stop()
243243
End If
244244
End Sub
245245
#End Region

0 commit comments

Comments
 (0)