Skip to content

Commit

Permalink
upload v1.2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronzz committed May 11, 2021
1 parent 1d683c5 commit 097d0f8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
Binary file modified TIDALDL-UI-PRO/.vs/TIDALDL-UI/v16/.suo
Binary file not shown.
1 change: 1 addition & 0 deletions TIDALDL-UI-PRO/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<ResourceDictionary Source="Properties/Lang/StringResource.Chinese.xaml" />
<ResourceDictionary Source="Properties/Lang/StringResource.Russian.xaml" />
<ResourceDictionary Source="Properties/Lang/StringResource.Turkish.xaml" />
<ResourceDictionary Source="Properties/Lang/StringResource.German.xaml" />
<ResourceDictionary Source="Properties/Lang/StringResource.xaml" />
</ResourceDictionary.MergedDictionaries>
</s:ApplicationLoader>
Expand Down
1 change: 1 addition & 0 deletions TIDALDL-UI-PRO/Else/Language.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public enum Type
Chinese,
Russian,
Turkish,
German,
}

private static ResourceDictionary GetResourceDictionaryByType(Type type = Type.Default)
Expand Down
4 changes: 2 additions & 2 deletions TIDALDL-UI-PRO/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.4")]
[assembly: AssemblyFileVersion("1.2.1.4")]
[assembly: AssemblyVersion("1.2.1.5")]
[assembly: AssemblyFileVersion("1.2.1.5")]
4 changes: 4 additions & 0 deletions TIDALDL-UI-PRO/TIDALDL-UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Properties\Lang\StringResource.German.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Properties\Lang\StringResource.Russian.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down
3 changes: 2 additions & 1 deletion TIDALDL-UI-PRO/UPDATE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

#### v1.2.1.5
- [x] Fix: video path err
- [x] Add language: german

#### v1.2.1.4
- [x] Fix: download video
Expand Down

0 comments on commit 097d0f8

Please sign in to comment.