Skip to content

Commit

Permalink
Merge pull request #34 from tmr111116/patch-1
Browse files Browse the repository at this point in the history
fix comment tag
  • Loading branch information
reapazor committed Nov 19, 2015
2 parents 8b0e450 + b6fae2c commit 8fbcbb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Plugins/Editor/VSCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ public static class VSCode
{
/// <summary>
/// Current Version Number
/// </summary
/// </summary>
public const float Version = 2.2f;

/// <summary>
/// Current Version Code
/// </summary
/// </summary>
public const string VersionCode = "-RELEASE";

#region Properties
Expand Down Expand Up @@ -1020,4 +1020,4 @@ private static void OnGeneratedCSProjectFiles()
VSCode.UpdateSolution();
}
}
}
}

0 comments on commit 8fbcbb3

Please sign in to comment.