Skip to content

Commit f5e1938

Browse files
EZCode v2.1.6
1 parent cebdeef commit f5e1938

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

EZCode/EZCode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class EzCode
2424
/// <summary>
2525
/// Directory of the script playing
2626
/// </summary>
27-
public static string Version { get; } = "2.0.2";
27+
public static string Version { get; } = "2.1.6";
2828
/// <summary>
2929
/// The Official EZCode Icon
3030
/// </summary>

Installer/EZCode_Installer.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@
3030
<PackageReference Include="DeepCopy" Version="1.0.3" />
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<ProjectReference Include="..\EZCode\EZCode.csproj" />
35+
</ItemGroup>
36+
3337
</Project>

Installer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ static void Main(string[] args)
1010
{
1111
List<Option> options = new List<Option>()
1212
{
13-
new Option(" - Install latest version of EZCode", 0, true),
13+
new Option($" - Install EZCode v{EZCode.EzCode.Version}", 0, true),
1414
new Option(" - Uninstall EZCode", 1, false),
1515
//new Option(" - Download extension", 2, false),
1616
};

0 commit comments

Comments
 (0)