Skip to content

Commit 1e7ea89

Browse files
committed
Version up to 5.6
1 parent dee7273 commit 1e7ea89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RuntimeUnityEditor.Core.IL2CPP/RuntimeUnityEditor.Core.IL2CPP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<RootNamespace>RuntimeUnityEditor.Core</RootNamespace>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1010

11-
<Version>5.5.1</Version> <!--Needed by the nuget package-->
11+
<Version>5.6</Version> <!--Needed by the nuget package-->
1212

1313
<OutputPath>..\bin\IL2CPP\</OutputPath>
1414
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>

RuntimeUnityEditor.Core/RuntimeUnityEditorCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class RuntimeUnityEditorCore
2424
/// Beware that this is a const and it will be burned as a string into your assembly at build time.
2525
/// To see the version that is currently installed use <see cref="InstalledVersion"/>.
2626
/// </summary>
27-
public const string Version = "5.5.1"; // REMEMBER TO UPDATE Version IN IL2CPP CSPROJ TOO! TODO: Automate this
27+
public const string Version = "5.6"; // REMEMBER TO UPDATE Version IN IL2CPP CSPROJ TOO! TODO: Automate this
2828

2929
/// <summary>
3030
/// Get the currently installed version at runtime.

0 commit comments

Comments
 (0)