Skip to content

Commit

Permalink
v22.10.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Oct 17, 2022
1 parent 336d65a commit 57752fe
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,15 +375,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:東北 (プレキャス - BF) 重量"
"ProductCode" = "8:{52B4F4DA-E7CE-4751-89A5-F7CBE9DE3240}"
"PackageCode" = "8:{7E54D8A2-E159-4507-8C5B-D8DEF1939708}"
"ProductCode" = "8:{395BD091-AA04-4340-8583-8B967E7D0A06}"
"PackageCode" = "8:{1C1DA9F2-8AAA-499E-A96B-4EB19487AAD4}"
"UpgradeCode" = "8:{82F62F83-0E7A-4563-A0EE-5DED31D8E89D}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:22.10.13"
"ProductVersion" = "8:22.10.17"
"Manufacturer" = "8:YAN"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
4 changes: 2 additions & 2 deletions Touhoku Pca (BF) Weight/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("22.10.13.0")>
<Assembly: AssemblyFileVersion("22.10.13.0")>
<Assembly: AssemblyVersion("22.10.17.0")>
<Assembly: AssemblyFileVersion("22.10.17.0")>
<Assembly: NeutralResourcesLanguage("ja")>
2 changes: 1 addition & 1 deletion Touhoku Pca (BF) Weight/My Project/Resources.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Touhoku Pca (BF) Weight/My Project/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<comment>tên thật phần mềm</comment>
</data>
<data name="app_ver" xml:space="preserve">
<value>22.10.13</value>
<value>22.10.17</value>
<comment>phiên bản phần mềm</comment>
</data>
<data name="cc_text" xml:space="preserve">
Expand Down
2 changes: 1 addition & 1 deletion Touhoku Pca (BF) Weight/Script/Common.vb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Friend Module Common
<Extension()>
Friend Sub StopAdv(tmr As Timer)
If tmr.Enabled Then
tmr.Start()
tmr.Stop()
End If
End Sub
#End Region
Expand Down
2 changes: 1 addition & 1 deletion Touhoku Pca (BF) Weight/Touhoku Pca (BF) Weight.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>22.10.13.0</ApplicationVersion>
<ApplicationVersion>22.10.17.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down

0 comments on commit 57752fe

Please sign in to comment.