Skip to content

Commit ca733fa

Browse files
v2.5.0_beta2
1 parent 168f839 commit ca733fa

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

EZCode/Converter.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Antlr.Runtime.Tree;
2-
3-
namespace EZCode.Converter
1+
namespace EZCode.Converter
42
{
53
public class Converter
64
{

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_beta";
26+
public static string Version { get; } = "2.5.0_beta2";
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.4.6</Version>
8+
<Version>2.5.0_beta2</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>

0 commit comments

Comments
 (0)