From 661f058fed433aa9325d13bb1c17d40424209187 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Mon, 9 Apr 2018 14:18:24 -0700 Subject: [PATCH 1/3] Updating the description of add/remove nuget packages and references and list. Also updating the parameter placeholder for add/remove reference. --- .../dotnet-add-package/LocalizableStrings.resx | 2 +- .../dotnet-add-package/xlf/LocalizableStrings.cs.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.de.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.es.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.fr.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.it.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.ja.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.ko.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.pl.xlf | 4 ++-- .../xlf/LocalizableStrings.pt-BR.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.ru.xlf | 4 ++-- .../dotnet-add-package/xlf/LocalizableStrings.tr.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hans.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hant.xlf | 4 ++-- .../AddProjectToProjectReferenceParser.cs | 2 +- .../dotnet-add-reference/LocalizableStrings.resx | 2 +- .../dotnet-add-reference/xlf/LocalizableStrings.cs.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.de.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.es.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.fr.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.it.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.ja.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.ko.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.pl.xlf | 4 ++-- .../xlf/LocalizableStrings.pt-BR.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.ru.xlf | 4 ++-- .../dotnet-add-reference/xlf/LocalizableStrings.tr.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hans.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hant.xlf | 4 ++-- .../dotnet-list-reference/LocalizableStrings.resx | 2 +- .../xlf/LocalizableStrings.cs.xlf | 4 ++-- .../xlf/LocalizableStrings.de.xlf | 4 ++-- .../xlf/LocalizableStrings.es.xlf | 4 ++-- .../xlf/LocalizableStrings.fr.xlf | 4 ++-- .../xlf/LocalizableStrings.it.xlf | 4 ++-- .../xlf/LocalizableStrings.ja.xlf | 4 ++-- .../xlf/LocalizableStrings.ko.xlf | 4 ++-- .../xlf/LocalizableStrings.pl.xlf | 4 ++-- .../xlf/LocalizableStrings.pt-BR.xlf | 4 ++-- .../xlf/LocalizableStrings.ru.xlf | 4 ++-- .../xlf/LocalizableStrings.tr.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hans.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hant.xlf | 4 ++-- .../dotnet-remove-package/LocalizableStrings.resx | 2 +- .../xlf/LocalizableStrings.cs.xlf | 4 ++-- .../xlf/LocalizableStrings.de.xlf | 4 ++-- .../xlf/LocalizableStrings.es.xlf | 4 ++-- .../xlf/LocalizableStrings.fr.xlf | 4 ++-- .../xlf/LocalizableStrings.it.xlf | 4 ++-- .../xlf/LocalizableStrings.ja.xlf | 4 ++-- .../xlf/LocalizableStrings.ko.xlf | 4 ++-- .../xlf/LocalizableStrings.pl.xlf | 4 ++-- .../xlf/LocalizableStrings.pt-BR.xlf | 4 ++-- .../xlf/LocalizableStrings.ru.xlf | 4 ++-- .../xlf/LocalizableStrings.tr.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hans.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hant.xlf | 4 ++-- .../dotnet-remove-reference/LocalizableStrings.resx | 2 +- .../RemoveProjectToProjectReferenceParser.cs | 2 +- .../xlf/LocalizableStrings.cs.xlf | 4 ++-- .../xlf/LocalizableStrings.de.xlf | 4 ++-- .../xlf/LocalizableStrings.es.xlf | 4 ++-- .../xlf/LocalizableStrings.fr.xlf | 4 ++-- .../xlf/LocalizableStrings.it.xlf | 4 ++-- .../xlf/LocalizableStrings.ja.xlf | 4 ++-- .../xlf/LocalizableStrings.ko.xlf | 4 ++-- .../xlf/LocalizableStrings.pl.xlf | 4 ++-- .../xlf/LocalizableStrings.pt-BR.xlf | 4 ++-- .../xlf/LocalizableStrings.ru.xlf | 4 ++-- .../xlf/LocalizableStrings.tr.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hans.xlf | 4 ++-- .../xlf/LocalizableStrings.zh-Hant.xlf | 4 ++-- .../GivenDotnetAddReference.cs | 10 +++++----- .../GivenDotnetListReference.cs | 2 +- .../GivenDotnetRemovePackage.cs | 4 ++-- .../GivenDotnetRemoveP2P.cs | 10 +++++----- 76 files changed, 150 insertions(+), 150 deletions(-) diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/LocalizableStrings.resx b/src/dotnet/commands/dotnet-add/dotnet-add-package/LocalizableStrings.resx index 61a8f320f..7a3899aa7 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/LocalizableStrings.resx +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/LocalizableStrings.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - .NET Add Package reference Command + Add a NuGet package reference to the project. Command to add package reference diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf index 7bf5ba37e..ebd41864f 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.cs.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - Příkaz rozhraní .NET pro přidání odkazu na balíček + Add a NuGet package reference to the project. + Příkaz rozhraní .NET pro přidání odkazu na balíček diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf index a3819b522..9ccb71570 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.de.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - .NET Add-Befehl für Paketverweise + Add a NuGet package reference to the project. + .NET Add-Befehl für Paketverweise diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf index c41a33d7e..0e33acc21 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.es.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - Comando de .NET para agregar referencia de paquete + Add a NuGet package reference to the project. + Comando de .NET para agregar referencia de paquete diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf index 20aaf258b..ad37fbc93 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.fr.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - Commande Ajouter une référence de package .NET + Add a NuGet package reference to the project. + Commande Ajouter une référence de package .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf index 5d766aa6f..1655f2ad8 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.it.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - Comando Aggiungi riferimento al pacchetto .NET + Add a NuGet package reference to the project. + Comando Aggiungi riferimento al pacchetto .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf index 23c9ffef3..a3923e032 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ja.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - .NET Add Package 参照コマンド + Add a NuGet package reference to the project. + .NET Add Package 参照コマンド diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf index 8fddbafc9..52271dff2 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ko.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - .NET 패키지 참조 추가 명령 + Add a NuGet package reference to the project. + .NET 패키지 참조 추가 명령 diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf index f467d471d..06f83581f 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pl.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - Polecenie dodawania odwołania do pakietu platformy .NET + Add a NuGet package reference to the project. + Polecenie dodawania odwołania do pakietu platformy .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf index 360290b87..85828224a 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.pt-BR.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - Comando de adicionar referência do pacote do .NET + Add a NuGet package reference to the project. + Comando de adicionar referência do pacote do .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf index 7d0c40669..e9677af5b 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.ru.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - Команда добавления ссылки на пакет .NET + Add a NuGet package reference to the project. + Команда добавления ссылки на пакет .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf index 8ea87e4b9..f63725aad 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.tr.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - .NET Paket Başvurusu Ekleme Komutu + Add a NuGet package reference to the project. + .NET Paket Başvurusu Ekleme Komutu diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf index 07edbef80..d5cd95a63 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hans.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - .NET 添加包引用命令 + Add a NuGet package reference to the project. + .NET 添加包引用命令 diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf index 284fbabf6..710618885 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-package/xlf/LocalizableStrings.zh-Hant.xlf @@ -3,8 +3,8 @@ - .NET Add Package reference Command - .NET 新增套件參考命令 + Add a NuGet package reference to the project. + .NET 新增套件參考命令 diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/AddProjectToProjectReferenceParser.cs b/src/dotnet/commands/dotnet-add/dotnet-add-reference/AddProjectToProjectReferenceParser.cs index 417e2f97c..1bbddea4c 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/AddProjectToProjectReferenceParser.cs +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/AddProjectToProjectReferenceParser.cs @@ -14,7 +14,7 @@ namespace Microsoft.DotNet.Cli "reference", LocalizableStrings.AppFullName, Accept.OneOrMoreArguments() - .With(name: "args", + .With(name: "PROJECT_PATH", description: LocalizableStrings.AppHelpText), CommonOptions.HelpOption(), Create.Option("-f|--framework", LocalizableStrings.CmdFrameworkDescription, diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/LocalizableStrings.resx b/src/dotnet/commands/dotnet-add/dotnet-add-reference/LocalizableStrings.resx index 3dc5538e3..f95da9418 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/LocalizableStrings.resx +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/LocalizableStrings.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - .NET Add Project to Project reference Command + Add a project-to-project reference to the project. Command to add project to project reference diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.cs.xlf index fc67fb3d8..04afff8a3 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.cs.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.cs.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - Příkaz rozhraní .NET pro přidání odkazu mezi projekty + Add a project-to-project reference to the project. + Příkaz rozhraní .NET pro přidání odkazu mezi projekty diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.de.xlf index 8a59897ac..12ab331b5 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.de.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.de.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - .NET-Befehl zum Hinzufügen von Projekt-zu-Projekt-Verweisen + Add a project-to-project reference to the project. + .NET-Befehl zum Hinzufügen von Projekt-zu-Projekt-Verweisen diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.es.xlf index c92b59d8f..d589584b2 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.es.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.es.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - Comando de .NET para agregar una referencia de proyecto a proyecto + Add a project-to-project reference to the project. + Comando de .NET para agregar una referencia de proyecto a proyecto diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.fr.xlf index a01a6831b..d028681df 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.fr.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.fr.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - Commande .NET Ajouter une référence projet à projet + Add a project-to-project reference to the project. + Commande .NET Ajouter une référence projet à projet diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.it.xlf index b75d26ea5..9a3d17658 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.it.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.it.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - Comando Aggiungi riferimento P2P (da progetto a progetto) .NET + Add a project-to-project reference to the project. + Comando Aggiungi riferimento P2P (da progetto a progetto) .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ja.xlf index b81b235b4..dcaa7b743 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ja.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ja.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - .NET Add Project to Project reference コマンド + Add a project-to-project reference to the project. + .NET Add Project to Project reference コマンド diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ko.xlf index dbb0c0067..4650e1d79 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ko.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ko.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - .NET 프로젝트 간 참조 추가 명령 + Add a project-to-project reference to the project. + .NET 프로젝트 간 참조 추가 명령 diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pl.xlf index 852929962..fee0dea81 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pl.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pl.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - Polecenie dodawania odwołania między projektami dla platformy .NET + Add a project-to-project reference to the project. + Polecenie dodawania odwołania między projektami dla platformy .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pt-BR.xlf index 943170002..0422fb0d5 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pt-BR.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.pt-BR.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - Comando Adicionar Referência de Projeto para Projeto do .NET + Add a project-to-project reference to the project. + Comando Adicionar Referência de Projeto para Projeto do .NET diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ru.xlf index 9e38aa357..3052531ef 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ru.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.ru.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - Команда .NET "Добавить ссылку из одного проекта на другой" + Add a project-to-project reference to the project. + Команда .NET "Добавить ссылку из одного проекта на другой" diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.tr.xlf index 2c3bb8a24..1359cb857 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.tr.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.tr.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - .NET Projeden Projeye başvuru ekle Komutu + Add a project-to-project reference to the project. + .NET Projeden Projeye başvuru ekle Komutu diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hans.xlf index 9527c71ca..d1544d3d4 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hans.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hans.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - .NET“添加项目到项目引用”命令 + Add a project-to-project reference to the project. + .NET“添加项目到项目引用”命令 diff --git a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hant.xlf index 893e55c64..0627394da 100644 --- a/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hant.xlf +++ b/src/dotnet/commands/dotnet-add/dotnet-add-reference/xlf/LocalizableStrings.zh-Hant.xlf @@ -3,8 +3,8 @@ - .NET Add Project to Project reference Command - .NET 新增專案對專案參考命令 + Add a project-to-project reference to the project. + .NET 新增專案對專案參考命令 diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/LocalizableStrings.resx b/src/dotnet/commands/dotnet-list/dotnet-list-reference/LocalizableStrings.resx index 887c6c584..7499b0b3b 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/LocalizableStrings.resx +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/LocalizableStrings.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - .NET Core Project-to-Project dependency viewer + List all project-to-project references of the project. Command to list project to project references diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.cs.xlf index f3ad5910e..dc4c86d1c 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.cs.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.cs.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Prohlížeč závislostí mezi projekty .NET Core + List all project-to-project references of the project. + Prohlížeč závislostí mezi projekty .NET Core diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.de.xlf index 74a6572f8..4b74a0424 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.de.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.de.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Viewer für .NET Core-Interprojektabhängigkeit + List all project-to-project references of the project. + Viewer für .NET Core-Interprojektabhängigkeit diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.es.xlf index 6a753c6f5..2a03f6f94 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.es.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.es.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Visor de dependencias de proyecto a proyecto de .NET Core + List all project-to-project references of the project. + Visor de dependencias de proyecto a proyecto de .NET Core diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.fr.xlf index be6425b01..366f4fb99 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.fr.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.fr.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Visionneuse de dépendances de projet à projet .NET Core + List all project-to-project references of the project. + Visionneuse de dépendances de projet à projet .NET Core diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.it.xlf index 0f73dc2ca..95ae47f6c 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.it.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.it.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Visualizzatore dipendenze P2P (da progetto a progetto) di .NET Core + List all project-to-project references of the project. + Visualizzatore dipendenze P2P (da progetto a progetto) di .NET Core diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ja.xlf index 583d8eda3..7d3d940a5 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ja.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ja.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - .NET Core プロジェクト間の依存関係ビューアー + List all project-to-project references of the project. + .NET Core プロジェクト間の依存関係ビューアー diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ko.xlf index 9b0d8960f..b50299b56 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ko.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ko.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - .NET Core p2p(프로젝트 간) 종속성 뷰어 + List all project-to-project references of the project. + .NET Core p2p(프로젝트 간) 종속성 뷰어 diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pl.xlf index 0e65d08f5..d73f2c106 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pl.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pl.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Podgląd zależności między projektami w programie .NET Core + List all project-to-project references of the project. + Podgląd zależności między projektami w programie .NET Core diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pt-BR.xlf index 939ec1f33..1a3ce51cb 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pt-BR.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.pt-BR.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Visualizador de dependência Projeto a Projeto do .NET Core + List all project-to-project references of the project. + Visualizador de dependência Projeto a Projeto do .NET Core diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ru.xlf index 8c7def975..ad0f4b5ec 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ru.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.ru.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - Средство просмотра зависимостей между проектами .NET Core + List all project-to-project references of the project. + Средство просмотра зависимостей между проектами .NET Core diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.tr.xlf index 12ed716a4..37e1afcc6 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.tr.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.tr.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - .NET Core Projeden Projeye bağımlılık görüntüleyicisi + List all project-to-project references of the project. + .NET Core Projeden Projeye bağımlılık görüntüleyicisi diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hans.xlf index 7fc38d2bb..453191ed4 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hans.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hans.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - .NET Core 项目到项目的依赖项查看器 + List all project-to-project references of the project. + .NET Core 项目到项目的依赖项查看器 diff --git a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hant.xlf index 4d3f67289..05a03f7a6 100644 --- a/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hant.xlf +++ b/src/dotnet/commands/dotnet-list/dotnet-list-reference/xlf/LocalizableStrings.zh-Hant.xlf @@ -3,8 +3,8 @@ - .NET Core Project-to-Project dependency viewer - .NET Core 專案對專案相依性檢視器 + List all project-to-project references of the project. + .NET Core 專案對專案相依性檢視器 diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.resx b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.resx index 969e55a2d..53aa62742 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.resx +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/LocalizableStrings.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - .NET Remove Package reference Command. + Remove a NuGet package reference from the project. Command to remove package reference. diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.cs.xlf index 7ab6efcfc..4b52fbf66 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.cs.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.cs.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - Příkaz rozhraní .NET pro odebrání odkazu na balíček + Remove a NuGet package reference from the project. + Příkaz rozhraní .NET pro odebrání odkazu na balíček diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.de.xlf index bd6cc4828..b5e58e22a 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.de.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.de.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - .NET-Befehl zum Entfernen von Paketverweisen + Remove a NuGet package reference from the project. + .NET-Befehl zum Entfernen von Paketverweisen diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.es.xlf index 6cd40477b..f3dfc14c3 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.es.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.es.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - Comando de .NET para quitar referencia de paquete. + Remove a NuGet package reference from the project. + Comando de .NET para quitar referencia de paquete. diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.fr.xlf index d70fcfe47..e0dc9c21b 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.fr.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.fr.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - Commande .NET Supprimer une référence de package. + Remove a NuGet package reference from the project. + Commande .NET Supprimer une référence de package. diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.it.xlf index 0f187a630..04daf6686 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.it.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.it.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - Comando Rimuovi riferimento al pacchetto .NET. + Remove a NuGet package reference from the project. + Comando Rimuovi riferimento al pacchetto .NET. diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ja.xlf index 488678978..752760ad1 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ja.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ja.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - .NET パッケージ参照を削除するコマンド。 + Remove a NuGet package reference from the project. + .NET パッケージ参照を削除するコマンド。 diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ko.xlf index dc684dea7..b51c14b1c 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ko.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ko.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - .NET 패키지 참조 제거 명령입니다. + Remove a NuGet package reference from the project. + .NET 패키지 참조 제거 명령입니다. diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pl.xlf index f25b020bd..93beb4484 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pl.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pl.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - Polecenie usuwania odwołania do pakietu platformy .NET. + Remove a NuGet package reference from the project. + Polecenie usuwania odwołania do pakietu platformy .NET. diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pt-BR.xlf index a7b6f9677..bfdf11eba 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pt-BR.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.pt-BR.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - Comando para remover referência do pacote de .NET. + Remove a NuGet package reference from the project. + Comando para remover referência do pacote de .NET. diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ru.xlf index a92421686..966e6a92b 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ru.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.ru.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - Команда .NET "Удалить ссылку на пакет". + Remove a NuGet package reference from the project. + Команда .NET "Удалить ссылку на пакет". diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.tr.xlf index 2ecf0b413..e47a36f6f 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.tr.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.tr.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - .NET Paket başvurusunu kaldır Komutu + Remove a NuGet package reference from the project. + .NET Paket başvurusunu kaldır Komutu diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hans.xlf index dc98a376a..e7b1f5d84 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hans.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hans.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - .NET“删除包引用”命令。 + Remove a NuGet package reference from the project. + .NET“删除包引用”命令。 diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hant.xlf index 03d190cbc..899e6b911 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hant.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-package/xlf/LocalizableStrings.zh-Hant.xlf @@ -3,8 +3,8 @@ - .NET Remove Package reference Command. - .NET 移除套件參考命令。 + Remove a NuGet package reference from the project. + .NET 移除套件參考命令。 diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/LocalizableStrings.resx b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/LocalizableStrings.resx index 7952e0f6b..c45d47d8f 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/LocalizableStrings.resx +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/LocalizableStrings.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - .NET Remove Project to Project reference Command + Remove a project-to-project reference from the project. Command to remove project to project reference diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/RemoveProjectToProjectReferenceParser.cs b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/RemoveProjectToProjectReferenceParser.cs index 9489c9643..0b4633a02 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/RemoveProjectToProjectReferenceParser.cs +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/RemoveProjectToProjectReferenceParser.cs @@ -13,7 +13,7 @@ namespace Microsoft.DotNet.Cli Accept .OneOrMoreArguments() .WithSuggestionsFrom(_ => Suggest.ProjectReferencesFromProjectFile()) - .With(name: "args", + .With(name: "PROJECT_PATH", description: LocalizableStrings.AppHelpText), CommonOptions.HelpOption(), Create.Option( diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.cs.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.cs.xlf index 81225b528..41ba4abf1 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.cs.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.cs.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - Příkaz rozhraní .NET pro odebrání odkazu mezi projekty + Remove a project-to-project reference from the project. + Příkaz rozhraní .NET pro odebrání odkazu mezi projekty diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.de.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.de.xlf index ad09ce620..6be8874b5 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.de.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.de.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - .NET-Befehl zum Entfernen von Projekt-zu-Projekt-Verweisen + Remove a project-to-project reference from the project. + .NET-Befehl zum Entfernen von Projekt-zu-Projekt-Verweisen diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.es.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.es.xlf index 111f7d692..45d11e5f7 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.es.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.es.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - Comando de .NET para quitar una referencia de proyecto a proyecto + Remove a project-to-project reference from the project. + Comando de .NET para quitar una referencia de proyecto a proyecto diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.fr.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.fr.xlf index c463353f7..56f109ff3 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.fr.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.fr.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - Commande .NET Supprimer une référence projet à projet + Remove a project-to-project reference from the project. + Commande .NET Supprimer une référence projet à projet diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.it.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.it.xlf index ec3d8fa06..3163a29be 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.it.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.it.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - Comando Rimuovi riferimento P2P (da progetto a progetto) .NET + Remove a project-to-project reference from the project. + Comando Rimuovi riferimento P2P (da progetto a progetto) .NET diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ja.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ja.xlf index 19400ef12..64b9556ef 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ja.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ja.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - .NET プロジェクト間参照を削除するコマンド + Remove a project-to-project reference from the project. + .NET プロジェクト間参照を削除するコマンド diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ko.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ko.xlf index 9f4608b9b..4f7c87e1f 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ko.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ko.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - .NET 프로젝트 간 참조 제거 명령 + Remove a project-to-project reference from the project. + .NET 프로젝트 간 참조 제거 명령 diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pl.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pl.xlf index 662097076..d587397ab 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pl.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pl.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - Polecenie usuwania odwołania między projektami dla platformy .NET + Remove a project-to-project reference from the project. + Polecenie usuwania odwołania między projektami dla platformy .NET diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pt-BR.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pt-BR.xlf index 69b73cf26..33cca8f97 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pt-BR.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.pt-BR.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - Comando para remover a referência de projeto para projeto do .NET + Remove a project-to-project reference from the project. + Comando para remover a referência de projeto para projeto do .NET diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ru.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ru.xlf index 191761cfb..48fc06440 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ru.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.ru.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - Команда .NET "Удалить ссылку из одного проекта на другой" + Remove a project-to-project reference from the project. + Команда .NET "Удалить ссылку из одного проекта на другой" diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.tr.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.tr.xlf index 231faa35e..00948a7b3 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.tr.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.tr.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - .NET Projeden Projeye başvuruyu kaldır Komutu + Remove a project-to-project reference from the project. + .NET Projeden Projeye başvuruyu kaldır Komutu diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hans.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hans.xlf index 7650bb214..1e8409a86 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hans.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hans.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - .NET“删除项目到项目引用”命令 + Remove a project-to-project reference from the project. + .NET“删除项目到项目引用”命令 diff --git a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hant.xlf b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hant.xlf index ab74b0d6c..38e34cadd 100644 --- a/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hant.xlf +++ b/src/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.zh-Hant.xlf @@ -3,8 +3,8 @@ - .NET Remove Project to Project reference Command - .NET 移除專案對專案參考命令 + Remove a project-to-project reference from the project. + .NET 移除專案對專案參考命令 diff --git a/test/dotnet-add-reference.Tests/GivenDotnetAddReference.cs b/test/dotnet-add-reference.Tests/GivenDotnetAddReference.cs index 75269124f..eafffd3e5 100644 --- a/test/dotnet-add-reference.Tests/GivenDotnetAddReference.cs +++ b/test/dotnet-add-reference.Tests/GivenDotnetAddReference.cs @@ -15,11 +15,11 @@ namespace Microsoft.DotNet.Cli.Add.Reference.Tests { public class GivenDotnetAddReference : TestBase { - private const string HelpText = @"Usage: dotnet add reference [options] + private const string HelpText = @"Usage: dotnet add reference [options] Arguments: - The project file to operate on. If a file is not specified, the command will search the current directory for one. - Project to project references to add + The project file to operate on. If a file is not specified, the command will search the current directory for one. + Project to project references to add Options: -h, --help Show help information. @@ -35,8 +35,8 @@ Options: -h, --help Show help information. Commands: - package .NET Add Package reference Command - reference .NET Add Project to Project reference Command + package Add a NuGet package reference to the project. + reference Add a project-to-project reference to the project. "; const string FrameworkNet451Arg = "-f net451"; diff --git a/test/dotnet-list-reference.Tests/GivenDotnetListReference.cs b/test/dotnet-list-reference.Tests/GivenDotnetListReference.cs index 12766e983..11ea79f2c 100644 --- a/test/dotnet-list-reference.Tests/GivenDotnetListReference.cs +++ b/test/dotnet-list-reference.Tests/GivenDotnetListReference.cs @@ -32,7 +32,7 @@ Options: -h, --help Show help information. Commands: - reference .NET Core Project-to-Project dependency viewer + reference List all project-to-project references of the project. "; const string FrameworkNet451Arg = "-f net451"; diff --git a/test/dotnet-remove-package.Tests/GivenDotnetRemovePackage.cs b/test/dotnet-remove-package.Tests/GivenDotnetRemovePackage.cs index 0ff55170f..ef55db92a 100644 --- a/test/dotnet-remove-package.Tests/GivenDotnetRemovePackage.cs +++ b/test/dotnet-remove-package.Tests/GivenDotnetRemovePackage.cs @@ -31,8 +31,8 @@ Options: -h, --help Show help information. Commands: - package .NET Remove Package reference Command. - reference .NET Remove Project to Project reference Command + package Remove a NuGet package reference from the project. + reference Remove a project-to-project reference from the project. "; [Theory] diff --git a/test/dotnet-remove-reference.Tests/GivenDotnetRemoveP2P.cs b/test/dotnet-remove-reference.Tests/GivenDotnetRemoveP2P.cs index b557ff5df..87faa2864 100644 --- a/test/dotnet-remove-reference.Tests/GivenDotnetRemoveP2P.cs +++ b/test/dotnet-remove-reference.Tests/GivenDotnetRemoveP2P.cs @@ -14,11 +14,11 @@ namespace Microsoft.DotNet.Cli.Remove.Reference.Tests { public class GivenDotnetRemoveReference : TestBase { - private const string HelpText = @"Usage: dotnet remove reference [options] + private const string HelpText = @"Usage: dotnet remove reference [options] Arguments: - The project file to operate on. If a file is not specified, the command will search the current directory for one. - Project to project references to remove + The project file to operate on. If a file is not specified, the command will search the current directory for one. + Project to project references to remove Options: -h, --help Show help information. @@ -34,8 +34,8 @@ Options: -h, --help Show help information. Commands: - package .NET Remove Package reference Command. - reference .NET Remove Project to Project reference Command + package Remove a NuGet package reference from the project. + reference Remove a project-to-project reference from the project. "; const string FrameworkNet451Arg = "-f net451"; From a2f3fb835d51cd1c2b13c93abd95541b065c5155 Mon Sep 17 00:00:00 2001 From: dotnet-maestro-bot Date: Sat, 5 May 2018 20:42:19 +0000 Subject: [PATCH 2/3] Update clicommandlineparser, climigrate, coresetup, coresetup, coresetup, fsharp, roslyn, sdk, templating, templating, templating, websdk to rtm-62905-02, alpha-62905-02, rtm-26505-04, rtm-26505-04, rtm-26505-04, rtm-180505-0, beta6-62904-04, rtm-62905-02, beta3-20180505-1661716, beta3-20180505-1661716, beta3-20180505-1661716, rtm-20180505-1661707, respectively --- build/DependencyVersions.props | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index d1a5381c0..67e932b73 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -3,36 +3,36 @@ 2.1.0-rc1-30661 $(MicrosoftAspNetCoreAllPackageVersion) - 2.1.0-rc1-26423-06 + 2.1.0-rtm-26505-04 $(MicrosoftNETCoreAppPackageVersion) 15.7.177 $(MicrosoftBuildPackageVersion) $(MicrosoftBuildPackageVersion) $(MicrosoftBuildPackageVersion) $(MicrosoftBuildPackageVersion) - 10.1.4-rtm-180422-0 - 2.8.0-beta4-62827-02 + 10.1.4-rtm-180505-0 + 2.8.1-beta6-62904-04 $(MicrosoftCodeAnalysisCSharpPackageVersion) $(MicrosoftCodeAnalysisCSharpPackageVersion) $(MicrosoftCodeAnalysisCSharpPackageVersion) - 2.1.300-rtm-62902-01 + 2.1.300-rtm-62905-02 $(MicrosoftNETSdkPackageVersion) $(MicrosoftAspNetCoreAppPackageVersion) - 2.1.300-rc1-20180422-1618307 + 2.1.300-rtm-20180505-1661707 $(MicrosoftNETSdkWebPackageVersion) $(MicrosoftNETSdkWebPackageVersion) - 1.0.2-beta3-20180422-1618305 + 1.0.2-beta3-20180505-1661716 $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - 1.0.2-beta3-20180422-1618305 - 1.0.2-beta3-20180422-1618305 + 1.0.2-beta3-20180505-1661716 + 1.0.2-beta3-20180505-1661716 $(MicrosoftTemplateEngineCliPackageVersion) $(MicrosoftTemplateEngineCliPackageVersion) $(MicrosoftTemplateEngineCliPackageVersion) $(MicrosoftTemplateEngineCliPackageVersion) - 2.1.0-rc1-26423-06 - 2.1.0-rc1-26423-06 - 0.2.1-alpha-62823-01 - 1.3.1-alpha-62823-01 + 2.1.0-rtm-26505-04 + 2.1.0-rtm-26505-04 + 0.1.1-rtm-62905-02 + 1.3.1-alpha-62905-02 $(MicrosoftDotNetProjectJsonMigrationPackageVersion) 0.2.0-beta-62628-01 4.8.0-preview1.5116 From 7373d4d309e645e80658dc3adc3688ca6c34c3b2 Mon Sep 17 00:00:00 2001 From: John Beisner Date: Tue, 8 May 2018 10:05:21 -0700 Subject: [PATCH 3/3] Fixing CI build breaks for new CI legs; CLI:release/2.1.3xx (#9202) * Fedora 27, openSUSE 43.2, and Ubuntu 18.04 should not build native installer packages nor "IncludeSharedFrameworksForBackwardsCompatibilityTests" * Formatting... * Skip test: 'ItRollsForwardToTheLatestVersion' --- build/BuildDefaults.props | 15 +++++++++++++-- .../EndToEnd/GivenSelfContainedAppsRollForward.cs | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/build/BuildDefaults.props b/build/BuildDefaults.props index e1c354c67..757d6ec36 100644 --- a/build/BuildDefaults.props +++ b/build/BuildDefaults.props @@ -6,10 +6,21 @@ false true - true + true false true - true + true true diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs index 4bc4464bf..080197472 100644 --- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs +++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs @@ -16,7 +16,7 @@ namespace EndToEnd public class GivenSelfContainedAppsRollForward : TestBase { - [Theory] + [Theory(Skip = "Runtime 1.1 support for openSUSE and Fedora 27 needed")] // MemberData is used instead of InlineData here so we can access it in another test to // verify that we are covering the latest release of .NET Core [MemberData(nameof(SupportedNetCoreAppVersions))]