We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b0e450 + b6fae2c commit 8fbcbb3Copy full SHA for 8fbcbb3
1 file changed
Plugins/Editor/VSCode.cs
@@ -23,12 +23,12 @@ public static class VSCode
23
{
24
/// <summary>
25
/// Current Version Number
26
- /// </summary
+ /// </summary>
27
public const float Version = 2.2f;
28
29
30
/// Current Version Code
31
32
public const string VersionCode = "-RELEASE";
33
34
#region Properties
@@ -1020,4 +1020,4 @@ private static void OnGeneratedCSProjectFiles()
1020
VSCode.UpdateSolution();
1021
}
1022
1023
-}
+}
0 commit comments