diff --git a/.github/workflows/update-languagedata.yml b/.github/workflows/update-languagedata.yml index 84d59d7..8057ffc 100644 --- a/.github/workflows/update-languagedata.yml +++ b/.github/workflows/update-languagedata.yml @@ -49,4 +49,3 @@ jobs: body: 'This PR updates the language data files and regenerates the code.' commit-message: 'Update language data and generated files' delete-branch: true - labels: 'update-languagedata' diff --git a/.vscode/launch.json b/.vscode/launch.json index eb9e1b4..7f2b371 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "LanguageTagsCreate", "type": "coreclr", "request": "launch", - "preLaunchTask": ".NET Build", + "preLaunchTask": ".Net Build", "program": "${workspaceFolder}/LanguageTagsCreate/bin/Debug/net9.0/LanguageTagsCreate.dll", "args": [ "${workspaceFolder}", diff --git a/LanguageTags/JsonOptions.cs b/LanguageTags/JsonOptions.cs index 1d468e5..a3971b9 100644 --- a/LanguageTags/JsonOptions.cs +++ b/LanguageTags/JsonOptions.cs @@ -19,5 +19,6 @@ internal sealed class JsonOptions DefaultIgnoreCondition = JsonIgnoreCondition.WhenWritingNull, IncludeFields = true, WriteIndented = true, + NewLine = "\r\n", }; }