Skip to content

Commit 02cf072

Browse files
committed
3.5.0
1 parent a931ccc commit 02cf072

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

UotanToolbox/Assets/Linux/UotanToolbox.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Type=Application
3-
Version=3.3.5
3+
Version=3.5.0
44
Name=UotanToolbox
55
GenericName=UotanToolbox
66
Icon=UotanToolbox

UotanToolbox/Assets/Linux/control-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Maintainer: mujianwu <lrh15563910083@163.com>
22
Package: uotantoolbox
3-
Version: 3.3.5
3+
Version: 3.5.0
44
Section: devel
55
Priority: optional
66
Architecture: arm64

UotanToolbox/Assets/Linux/control-loong64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Maintainer: mujianwu <lrh15563910083@163.com>
22
Package: uotantoolbox
3-
Version: 3.3.5
3+
Version: 3.5.0
44
Section: devel
55
Priority: optional
66
Architecture: loong64

UotanToolbox/Assets/Linux/control-x64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Maintainer: mujianwu <lrh15563910083@163.com>
22
Package: uotantoolbox
3-
Version: 3.3.5
3+
Version: 3.5.0
44
Section: devel
55
Priority: optional
66
Architecture: amd64

UotanToolbox/Assets/macOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<string>MacOSX</string>
2222
</array>
2323
<key>CFBundleShortVersionString</key>
24-
<string>3.3.5</string>
24+
<string>3.5.0</string>
2525
<key>CFBundleVersion</key>
26-
<string>3.3.5</string>
26+
<string>3.5.0</string>
2727
<key>NSHumanReadableCopyright</key>
2828
<string>Copyright © 2020-2025 UOTAN All rights reserved.</string>
2929
</dict>

UotanToolbox/Common/Global.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ internal class Global
3434
public static string sdhtable = "";
3535
public static string emmcrom = "";
3636
//工具箱版本
37-
public static string currentVersion = "3.3.5";
37+
public static string currentVersion = "3.5.0";
3838
public static bool isLightThemeChanged = false;
3939
//主页的Dialog
4040
public static ISukiDialogManager MainDialogManager;

UotanToolbox/UotanToolbox.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<PublishAot>False</PublishAot>
1212
<PackageIcon>OIG.N5o-removebg-preview.png</PackageIcon>
1313
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
14-
<AssemblyVersion>3.3.5.0</AssemblyVersion>
15-
<FileVersion>3.3.5.0</FileVersion>
16-
<Version>3.3.5</Version>
14+
<AssemblyVersion>3.5.0.0</AssemblyVersion>
15+
<FileVersion>3.5.0.0</FileVersion>
16+
<Version>3.5.0</Version>
1717
</PropertyGroup>
1818
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1919
<Optimize>False</Optimize>

0 commit comments

Comments
 (0)