Skip to content

Commit 8fbcbb3

Browse files
committed
Merge pull request #34 from tmr111116/patch-1
fix comment tag
2 parents 8b0e450 + b6fae2c commit 8fbcbb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Plugins/Editor/VSCode.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ public static class VSCode
2323
{
2424
/// <summary>
2525
/// Current Version Number
26-
/// </summary
26+
/// </summary>
2727
public const float Version = 2.2f;
2828

2929
/// <summary>
3030
/// Current Version Code
31-
/// </summary
31+
/// </summary>
3232
public const string VersionCode = "-RELEASE";
3333

3434
#region Properties
@@ -1020,4 +1020,4 @@ private static void OnGeneratedCSProjectFiles()
10201020
VSCode.UpdateSolution();
10211021
}
10221022
}
1023-
}
1023+
}

0 commit comments

Comments
 (0)