Merge branch 'rel/1.0.0' into restoreLoc

This commit is contained in:
Piotr Puszkiewicz 2016-12-07 00:51:53 -08:00 committed by GitHub
commit 15e86d8c58

View file

@ -30,13 +30,13 @@
public const string NewDefinition = "Initialize a basic .NET project";
public const string RestoreDefinition = "Restore dependencies specified in the.NET project";
public const string RestoreDefinition = "Restore dependencies specified in the .NET project";
public const string BuildDefinition = "Builds a .NET project";
public const string PublishDefinition = "Publishes a .NET project for deployment (including the runtime)";
public const string RunDefinition = "Compiles and immediately executes a.NET project";
public const string RunDefinition = "Compiles and immediately executes a .NET project";
public const string TestDefinition = "Runs unit tests using the test runner specified in the project";