You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/MixedRealityToolkit/_Core/Utilities/BuildAndDeploy/UwpBuildDeployWindow.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ private enum BuildPlatformEnum
77
77
78
78
privatereadonlyGUIContentbuildDirectoryLabel=newGUIContent("Build Directory","It's recommended to use 'UWP'");
79
79
80
-
privatereadonlyGUIContentuseCSharpProjectsLabel=newGUIContent("Generate C# Debug","Generate C# Project References for debugging.\nOnly availible in .NET Scripting runtime.");
80
+
privatereadonlyGUIContentuseCSharpProjectsLabel=newGUIContent("Generate C# Debug","Generate C# Project References for debugging.\nOnly available in .NET Scripting runtime.");
81
81
82
82
privatereadonlyGUIContentautoIncrementLabel=newGUIContent("Auto Increment","Increases Version Build Number");
0 commit comments