Skip to content

Commit

Permalink
v22.10.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Oct 31, 2022
1 parent cb189d9 commit 9902435
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 11 deletions.
22 changes: 19 additions & 3 deletions Slab Superficies Setup/Slab Superficies Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
{
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
}
}
}
}
"Release"
Expand All @@ -122,6 +130,14 @@
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
{
"{EDC2488A-8267-493A-A98E-7D9C3B36CDF3}:.NETFramework,Version=v4.7.2"
{
"Name" = "8:Microsoft .NET Framework 4.7.2 (x86 and x64)"
"ProductCode" = "8:.NETFramework,Version=v4.7.2"
}
}
}
}
}
Expand Down Expand Up @@ -359,15 +375,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:スラブ面積"
"ProductCode" = "8:{94EA1CD2-878F-46DB-ADE4-D60D047A9EB5}"
"PackageCode" = "8:{33762FCA-EA5E-422F-9F2B-7C6F9759D363}"
"ProductCode" = "8:{538B940A-1F98-481D-85AA-AFC6696FC5BD}"
"PackageCode" = "8:{F1DBCF4F-9D56-46FB-BA08-E94D70FDC216}"
"UpgradeCode" = "8:{606C1B4F-A974-4BFC-A780-1B0D0478532A}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:22.10.17"
"ProductVersion" = "8:22.10.31"
"Manufacturer" = "8:YAN"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
8 changes: 4 additions & 4 deletions Slab Superficies/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Imports System.Runtime.InteropServices
<Assembly: AssemblyDescription("スラブ面積")>
<Assembly: AssemblyCompany("YAN")>
<Assembly: AssemblyProduct("Slab Superficies")>
<Assembly: AssemblyCopyright("Copyright © Yami An")>
<Assembly: AssemblyTrademark("Nephilim")>
<Assembly: AssemblyCopyright("Copyright © 2022")>
<Assembly: AssemblyTrademark("Yami An")>

<Assembly: ComVisible(False)>

Expand All @@ -32,6 +32,6 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("22.10.17.0")>
<Assembly: AssemblyFileVersion("22.10.17.0")>
<Assembly: AssemblyVersion("22.10.31.0")>
<Assembly: AssemblyFileVersion("22.10.31.0")>
<Assembly: NeutralResourcesLanguage("ja")>
2 changes: 1 addition & 1 deletion Slab Superficies/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 Slab Superficies/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.17</value>
<value>22.10.31</value>
<comment>phiên bản phần mềm</comment>
</data>
<data name="cc_text" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions Slab Superficies/Slab Superficies.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<TargetFrameworkVersion>v4.8.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -25,8 +26,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>22.10.17.0</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationVersion>22.10.31.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down

0 comments on commit 9902435

Please sign in to comment.