Skip to content

Commit

Permalink
v1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lich426 committed Aug 21, 2023
1 parent 8b21842 commit e62d28e
Show file tree
Hide file tree
Showing 18 changed files with 667 additions and 74 deletions.
14 changes: 13 additions & 1 deletion FanCtrl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PublisherName>Lich</PublisherName>
<SuiteName>FanCtrl</SuiteName>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.6.3.0</ApplicationVersion>
<ApplicationVersion>1.6.4.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -140,6 +140,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>StringLib.fr.resx</DependentUpon>
</Compile>
<Compile Include="Resources\StringLib.es.Designer.cs">
<DependentUpon>StringLib.es.resx</DependentUpon>
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="src\UI\ControlForm.cs">
<SubType>Form</SubType>
</Compile>
Expand Down Expand Up @@ -327,6 +332,10 @@
<Compile Include="src\UI\Theme\ThemeLibLabel.cs">
<SubType>Component</SubType>
</Compile>
<EmbeddedResource Include="Resources\StringLib.es.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>StringLib.es.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="src\UI\ControlForm.resx">
<DependentUpon>ControlForm.cs</DependentUpon>
</EmbeddedResource>
Expand Down Expand Up @@ -441,13 +450,16 @@ mkdir "$(TargetDir)locale"
mkdir "$(TargetDir)locale\fr"
mkdir "$(TargetDir)locale\ja"
mkdir "$(TargetDir)locale\ko"
mkdir "$(TargetDir)locale\es"
copy /Y "$(TargetDir)fr\*.*" "$(TargetDir)locale\fr"
copy /Y "$(TargetDir)ja\*.*" "$(TargetDir)locale\ja"
copy /Y "$(TargetDir)ko\*.*" "$(TargetDir)locale\ko"
copy /Y "$(TargetDir)es\*.*" "$(TargetDir)locale\es"
timeout 1 &gt; NUL
rmdir /S /Q "$(TargetDir)fr"
rmdir /S /Q "$(TargetDir)ja"
rmdir /S /Q "$(TargetDir)ko"
rmdir /S /Q "$(TargetDir)es"
del $(TargetName).pdb</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
Expand Down
Binary file modified Language.xlsx
Binary file not shown.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를
// 기본값으로 할 수 있습니다.
[assembly: AssemblyVersion("1.6.3")]
[assembly: AssemblyFileVersion("1.6.3")]
[assembly: AssemblyInformationalVersion("1.6.3")]
[assembly: AssemblyVersion("1.6.4")]
[assembly: AssemblyFileVersion("1.6.4")]
[assembly: AssemblyInformationalVersion("1.6.4")]
9 changes: 9 additions & 0 deletions Resources/StringLib.Designer.cs

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

Empty file.
Loading

0 comments on commit e62d28e

Please sign in to comment.