Skip to content

Commit 46880fa

Browse files
v2.5.0_beta_4
1 parent 6b9e87f commit 46880fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

EZCode/EZCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class EzCode
2323
/// <summary>
2424
/// Directory of the script playing
2525
/// </summary>
26-
public static string Version { get; } = "2.5.0_beta2";
26+
public static string Version { get; } = "2.5.0_beta3";
2727

2828
#region Variables_and_Initializers
2929
/// <summary>

EZCode/EZCode.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Title>EZCode WinForms Programming Language</Title>
8-
<Version>2.5.0_beta2</Version>
8+
<Version>2.5.0</Version>
99
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1010
<Description>EZCode is a easy to ue programming language for WinForms and can help speed up your development process. Go to https://ez-code.web.app</Description>
1111
<Copyright>Copyright © 2023</Copyright>

Installer/Install.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ void install(string name, string shortcutname, string appname, bool shortcut) //
103103

104104
string downloadUrl = $"{githubRepoUrl}/releases/download/v{releaseTag}/{installFile}";
105105

106-
string decompressDirectory = Path.Combine(filepath, $"{name} {releaseTag}");
106+
string decompressDirectory = Path.Combine(filepath, $"{name} v{releaseTag}");
107107

108108
WebInstaller($"{installFile}.zip", downloadUrl, tempDirectory, true);
109109

0 commit comments

Comments
 (0)