Merge branch 'rel/1.0.0' into dev/jgoshi/issue5355

This commit is contained in:
Piotr Puszkiewicz 2017-01-24 14:16:14 -08:00 committed by GitHub
commit df2af27787

View file

@ -31,7 +31,7 @@ Defaults to current directory if nothing is specified.";
public const string MigrationFailedError = "Migration failed.";
public const string MigrationAdditionalHelp = "Your project has been migrated to the .csproj format and can be used with this build of the .NET Core Tools. Please visit https://aka.ms/coremigration to report issues or ask for help.";
public const string MigrationAdditionalHelp = "The project migration has finished. Please visit https://aka.ms/coremigration to report any issues you've encountered or ask for help.";
public const string MigrationReportSummary = "Summary";
@ -61,4 +61,4 @@ Defaults to current directory if nothing is specified.";
public const string MigrateFilesBackupLocation = "Files backed up to {0}";
}
}
}