Skip to content

Commit 2ea4df2

Browse files
committed
2025
1 parent 22969c4 commit 2ea4df2

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

UotanToolbox/Assets/Linux/control-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Essential: no
88
Installed-Size: 268000
99
Depends: usbutils, android-tools-adb
1010
Description: Advanced, Modern Toolbox for Geeks.
11-
Copyright: 2020-2024 UOTAN
11+
Copyright: 2020-2025 UOTAN

UotanToolbox/Assets/Linux/control-loong64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Essential: no
88
Installed-Size: 268000
99
Depends: usbutils, libbrotli-dev, liblz4-dev, libpcre2-dev, libprotobuf-dev, libzstd-dev
1010
Description: Advanced, Modern Toolbox for Geeks.
11-
Copyright: 2020-2024 UOTAN
11+
Copyright: 2020-2025 UOTAN

UotanToolbox/Assets/Linux/control-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Essential: no
88
Installed-Size: 268000
99
Depends: usbutils, android-tools-adb
1010
Description: Advanced, Modern Toolbox for Geeks.
11-
Copyright: 2020-2024 UOTAN
11+
Copyright: 2020-2025 UOTAN

UotanToolbox/Assets/macOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
<string>UotanToolbox</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
19-
<key>NSHumanReadableCopyright</key>
20-
<string>Copyright © 2020-2024 UOTAN All rights reserved.</string>
2119
<key>CFBundleSupportedPlatforms</key>
2220
<array>
2321
<string>MacOSX</string>
@@ -26,5 +24,7 @@
2624
<string>3.3.0</string>
2725
<key>CFBundleVersion</key>
2826
<string>3.3.0</string>
27+
<key>NSHumanReadableCopyright</key>
28+
<string>Copyright © 2020-2025 UOTAN All rights reserved.</string>
2929
</dict>
3030
</plist>

UotanToolbox/Common/StringHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ public static async Task<string> GetBinVersion()
536536

537537
public static string Partno(string parttable, string findpart)//分区号
538538
{
539-
char[] charSeparators = [' '];
540539
string[] parts = parttable.Split(new char[] { '\r', '\n' }, StringSplitOptions.RemoveEmptyEntries);
541540
for (int i = 6; i < parts.Length; i++)
542541
{

UotanToolbox/Features/Settings/SettingsView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<TextBlock Text="{x:Static assets:Resources.Settings_CurrentVersion}" VerticalAlignment="Center" HorizontalAlignment="Left"/>
208208
<TextBlock Text="{Binding CurrentVersion}" VerticalAlignment="Center" HorizontalAlignment="Left"/>
209209
</StackPanel>
210-
<TextBlock FontSize="12"UOTAN 2024</TextBlock>
210+
<TextBlock FontSize="12"2020-2025 UOTAN</TextBlock>
211211
</StackPanel>
212212

213213
<StackPanel Grid.Column="1" Orientation="Horizontal" Spacing="5">

0 commit comments

Comments
 (0)