Skip to content

Commit

Permalink
[format] Sync 4ffa2f1 → d237e17
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-maestro[bot] authored and Ubuntu committed Feb 17, 2024
1 parent 3484c59 commit 412b359
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To enable full offline source-building of the VMR, we have no other choice than
- `src/emsdk`
*[dotnet/emsdk@9a29abd](https://github.com/dotnet/emsdk/tree/9a29abdd764a4de0f253ed368871877a47725247)*
- `src/format`
*[dotnet/format@4ffa2f1](https://github.com/dotnet/format/tree/4ffa2f1691a4ac3ebad3fe840d7a25f35feba635)*
*[dotnet/format@d237e17](https://github.com/dotnet/format/tree/d237e172b324021b97effa244af44d63d1a8bb7e)*
- `src/fsharp`
*[dotnet/fsharp@fc5e9ed](https://github.com/dotnet/fsharp/tree/fc5e9eda234e2b69aa479f4f83faddc31fdd4da7)*
- `src/installer`
Expand Down
4 changes: 2 additions & 2 deletions prereqs/git-info/AllRepoVersions.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<diagnosticsOutputPackageVersion>7.0.0-preview.23211.1</diagnosticsOutputPackageVersion>
<emsdkGitCommitHash>9a29abdd764a4de0f253ed368871877a47725247</emsdkGitCommitHash>
<emsdkOutputPackageVersion>8.0.3-servicing.24108.3</emsdkOutputPackageVersion>
<formatGitCommitHash>4ffa2f1691a4ac3ebad3fe840d7a25f35feba635</formatGitCommitHash>
<formatOutputPackageVersion>8.0.510703</formatOutputPackageVersion>
<formatGitCommitHash>d237e172b324021b97effa244af44d63d1a8bb7e</formatGitCommitHash>
<formatOutputPackageVersion>8.0.511601</formatOutputPackageVersion>
<fsharpGitCommitHash>fc5e9eda234e2b69aa479f4f83faddc31fdd4da7</fsharpGitCommitHash>
<fsharpOutputPackageVersion>8.0.102-beta.24081.2</fsharpOutputPackageVersion>
<installerGitCommitHash>6a90b4b4bc6034fa0cf75368f0ccb9ed98b4651c</installerGitCommitHash>
Expand Down
6 changes: 3 additions & 3 deletions prereqs/git-info/format.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<GitCommitHash>4ffa2f1691a4ac3ebad3fe840d7a25f35feba635</GitCommitHash>
<OfficialBuildId>20240216.1</OfficialBuildId>
<OutputPackageVersion>8.0.510703</OutputPackageVersion>
<GitCommitHash>d237e172b324021b97effa244af44d63d1a8bb7e</GitCommitHash>
<OfficialBuildId>20240217.1</OfficialBuildId>
<OutputPackageVersion>8.0.511601</OutputPackageVersion>
<PreReleaseVersionLabel></PreReleaseVersionLabel>
<IsStable>true</IsStable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/format/src/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<value>Cannot specify the '--folder' option when writing a binary log.</value>
</data>
<data name="SolutionOrProjectArgumentName" xml:space="preserve">
<value>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</value>
<value>PROJECT | SOLUTION</value>
</data>
<data name="SolutionOrProjectArgumentDescription" xml:space="preserve">
<value>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</value>
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">Soubor projektu nebo řešení, se kterým se má operace provést. Pokud soubor není zadaný, příkaz ho bude hledat v aktuálním adresáři.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="new">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">Das Projekt oder die Projektmappendatei, die verwendet werden soll. Wenn keine Datei angegeben ist, durchsucht der Befehl das aktuelle Verzeichnis nach einer Datei.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="new">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">El archivo de proyecto o solución donde operar. Si no se especifica un archivo, el comando buscará uno en el directorio actual.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">Fichier projet ou solution à utiliser. Si vous ne spécifiez pas de fichier, la commande en recherche un dans le répertoire actuel.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">File di progetto o di soluzione su cui intervenire. Se non si specifica un file, il comando ne cercherà uno nella directory corrente.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">利用するプロジェクト ファイルまたはソリューション ファイル。指定しない場合、コマンドは現在のディレクトリを検索します。</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">수행할 프로젝트 또는 솔루션 파일입니다. 파일을 지정하지 않으면 명령이 현재 디렉토리에서 파일을 검색합니다.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.pl.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">Plik projektu lub rozwiązania, dla którego ma zostać wykonana operacja. Jeśli plik nie zostanie podany, polecenie wyszuka go w bieżącym katalogu.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.pt-BR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">O arquivo de solução ou projeto para operar. Se um arquivo não for especificado, o comando pesquisará um no diretório atual.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.ru.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">Файл проекта или решения. Если файл не указан, команда будет искать его в текущем каталоге.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.tr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">Üzerinde işlem yapılacak proje veya çözüm dosyası. Bir dosya belirtilmezse komut geçerli dizinde dosya arar.</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.zh-Hans.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">要操作的项目或解决方案文件。如果没有指定文件,则命令将在当前目录里搜索一个文件。</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
6 changes: 3 additions & 3 deletions src/format/src/xlf/Resources.zh-Hant.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,12 @@
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentDescription">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<target state="translated">要操作的專案或解決方案。若未指定檔案,命令就會在目前的目錄中搜尋一個檔案。</target>
<note />
</trans-unit>
<trans-unit id="SolutionOrProjectArgumentName">
<source>The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project or solution file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<source>PROJECT | SOLUTION</source>
<target state="translated">PROJECT | SOLUTION</target>
<note />
</trans-unit>
<trans-unit id="Solution_0_has_ no_projects">
Expand Down
4 changes: 2 additions & 2 deletions src/source-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"commitSha": "9a29abdd764a4de0f253ed368871877a47725247"
},
{
"packageVersion": "8.0.510703",
"packageVersion": "8.0.511601",
"path": "format",
"remoteUri": "https://github.com/dotnet/format",
"commitSha": "4ffa2f1691a4ac3ebad3fe840d7a25f35feba635"
"commitSha": "d237e172b324021b97effa244af44d63d1a8bb7e"
},
{
"packageVersion": "8.0.102-beta.24081.2",
Expand Down

0 comments on commit 412b359

Please sign in to comment.