From 3debca341372e4ab1d4cb79b32b91a6c23ace830 Mon Sep 17 00:00:00 2001 From: Aaron Parker Date: Mon, 24 Jun 2024 12:40:50 +1000 Subject: [PATCH] Remove whitespace at end of lines --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .github/ISSUE_TEMPLATE/new-app.yml | 2 +- Evergreen/Evergreen.psd1 | 12 ++++++------ Evergreen/Manifests/ArtifexGhostscript.json | 2 +- Evergreen/Manifests/Flameshot.json | 2 +- Evergreen/Manifests/FreeFem.json | 2 +- Evergreen/Manifests/Gephi.json | 2 +- Evergreen/Manifests/Gimp.json | 2 +- Evergreen/Manifests/MiniZincIDE.json | 2 +- Evergreen/Manifests/MozillaFirefox.json | 6 +++--- Evergreen/Manifests/MozillaThunderbird.json | 6 +++--- Evergreen/Manifests/MuseScore.json | 2 +- Evergreen/Manifests/Pandoc.json | 2 +- Evergreen/Manifests/Praat.json | 2 +- Evergreen/Manifests/Protege.json | 2 +- Evergreen/Manifests/RDAnalyzer.json | 2 +- Evergreen/Manifests/SafeExamBrowser.json | 2 +- Evergreen/Manifests/TeXstudio.json | 2 +- Evergreen/Manifests/WinMerge.json | 2 +- Evergreen/Private/Invoke-EvergreenWebRequest.ps1 | 2 +- docs/changelog.md | 4 ++-- 22 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9137d58f..be0ecfe6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -49,7 +49,7 @@ body: id: documentation attributes: label: Have you reviewed the documentation? - description: "Please confirm that you've reviewed the following links:" + description: "Please confirm that you've reviewed the following links:" options: - label: "Troubleshooting at: https://stealthpuppy.com/evergreen/troubleshoot/" - label: "Known issues at: https://stealthpuppy.com/evergreen/issues/" diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d9011b6d..6c47c0e2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -28,7 +28,7 @@ body: id: documentation attributes: label: Have you reviewed the documentation? - description: "Please confirm that you've reviewed the documentation before making this feature request." + description: "Please confirm that you've reviewed the documentation before making this feature request." options: - label: "Documentation at: https://stealthpuppy.com/evergreen/" validations: diff --git a/.github/ISSUE_TEMPLATE/new-app.yml b/.github/ISSUE_TEMPLATE/new-app.yml index e7f3d162..5ad31c61 100644 --- a/.github/ISSUE_TEMPLATE/new-app.yml +++ b/.github/ISSUE_TEMPLATE/new-app.yml @@ -47,7 +47,7 @@ body: id: documentation attributes: label: "Have you reviewed the list of supported applications?" - description: "Please confirm that you've reviewed the list of currently supported before making this application request." + description: "Please confirm that you've reviewed the list of currently supported before making this application request." options: - label: "Supported apps at: https://stealthpuppy.com/evergreen/apps/" required: true diff --git a/Evergreen/Evergreen.psd1 b/Evergreen/Evergreen.psd1 index 87bcf477..ae9b4580 100644 --- a/Evergreen/Evergreen.psd1 +++ b/Evergreen/Evergreen.psd1 @@ -69,11 +69,11 @@ PowerShellVersion = '3.0' # NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = @('Export-EvergreenApp', 'Export-EvergreenManifest', - 'Find-EvergreenApp', 'Get-EvergreenApp', 'Get-EvergreenAppFromApi', - 'Get-EvergreenEndpointFromApi', 'Get-EvergreenLibrary', - 'Get-EvergreenLibraryApp', 'New-EvergreenLibrary', - 'Save-EvergreenApp', 'Start-EvergreenLibraryUpdate', +FunctionsToExport = @('Export-EvergreenApp', 'Export-EvergreenManifest', + 'Find-EvergreenApp', 'Get-EvergreenApp', 'Get-EvergreenAppFromApi', + 'Get-EvergreenEndpointFromApi', 'Get-EvergreenLibrary', + 'Get-EvergreenLibraryApp', 'New-EvergreenLibrary', + 'Save-EvergreenApp', 'Start-EvergreenLibraryUpdate', 'Test-EvergreenApp') # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. @@ -83,7 +83,7 @@ CmdletsToExport = @() # VariablesToExport = @() # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. -AliasesToExport = 'sea', 'gea', 'fea', 'tea', 'iea', 'Invoke-EvergreenLibraryUpdate', +AliasesToExport = 'sea', 'gea', 'fea', 'tea', 'iea', 'Invoke-EvergreenLibraryUpdate', 'Invoke-EvergreenApp', 'Get-EvergreenEndpoint' # DSC resources to export from this module diff --git a/Evergreen/Manifests/ArtifexGhostscript.json b/Evergreen/Manifests/ArtifexGhostscript.json index 1ae96e8a..d116e221 100644 --- a/Evergreen/Manifests/ArtifexGhostscript.json +++ b/Evergreen/Manifests/ArtifexGhostscript.json @@ -1,7 +1,7 @@ { "Name": "Artifex Ghostscript", "Source": "https://www.ghostscript.com/", - + "Get": { "Uri": "https://api.github.com/repos/ArtifexSoftware/ghostpdl-downloads/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/Flameshot.json b/Evergreen/Manifests/Flameshot.json index 7dc0007d..1e9f34b5 100644 --- a/Evergreen/Manifests/Flameshot.json +++ b/Evergreen/Manifests/Flameshot.json @@ -1,7 +1,7 @@ { "Name": "Flameshot", "Source": "https://flameshot.org/", - + "Get": { "Uri": "https://api.github.com/repos/flameshot-org/flameshot/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/FreeFem.json b/Evergreen/Manifests/FreeFem.json index 7b2dd875..332ed1ce 100644 --- a/Evergreen/Manifests/FreeFem.json +++ b/Evergreen/Manifests/FreeFem.json @@ -1,7 +1,7 @@ { "Name": "FreeFem", "Source": "https://freefem.org/", - + "Get": { "Uri": "https://api.github.com/repos/FreeFem/FreeFem-sources/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/Gephi.json b/Evergreen/Manifests/Gephi.json index ac70fd2d..8f78dadd 100644 --- a/Evergreen/Manifests/Gephi.json +++ b/Evergreen/Manifests/Gephi.json @@ -1,7 +1,7 @@ { "Name": "Gephi", "Source": "https://gephi.org/", - + "Get": { "Uri": "https://api.github.com/repos/gephi/gephi/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/Gimp.json b/Evergreen/Manifests/Gimp.json index f4a00b97..d1f3f66c 100644 --- a/Evergreen/Manifests/Gimp.json +++ b/Evergreen/Manifests/Gimp.json @@ -13,7 +13,7 @@ "Download": { "Uri": "https://download.gimp.org/mirror/pub/gimp/v#minorversion/windows/#filename", "ReplaceFileName": "#filename", - "ReplaceVersion": "#minorversion" + "ReplaceVersion": "#minorversion" } }, "Install": { diff --git a/Evergreen/Manifests/MiniZincIDE.json b/Evergreen/Manifests/MiniZincIDE.json index 756e762a..dac21f49 100644 --- a/Evergreen/Manifests/MiniZincIDE.json +++ b/Evergreen/Manifests/MiniZincIDE.json @@ -1,7 +1,7 @@ { "Name": "MiniZinc IDE", "Source": "https://www.minizinc.org/", - + "Get": { "Uri": "https://api.github.com/repos/MiniZinc/MiniZincIDE/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/MozillaFirefox.json b/Evergreen/Manifests/MozillaFirefox.json index 73aabb36..5e1b46e1 100644 --- a/Evergreen/Manifests/MozillaFirefox.json +++ b/Evergreen/Manifests/MozillaFirefox.json @@ -24,17 +24,17 @@ "Msi": "https://download.mozilla.org/?product=firefox-esr-msi-latest-ssl&os=#platform&lang=#language", "Msix": "https://download.mozilla.org/?product=firefox-esr-msix-latest-ssl&os=#platform&lang=#language" }, - "FIREFOX_ESR_NEXT": { + "FIREFOX_ESR_NEXT": { "Exe": "https://download.mozilla.org/?product=firefox-esr-next-latest-ssl&os=#platform&lang=#language", "Msi": "https://download.mozilla.org/?product=firefox-esr-next-msi-latest-ssl&os=#platform&lang=#language", "Msix": "https://download.mozilla.org/?product=firefox-esr-next-msix-latest-ssl&os=#platform&lang=#language" }, - "FIREFOX_DEVEDITION": { + "FIREFOX_DEVEDITION": { "Exe": "https://download.mozilla.org/?product=firefox-devedition-latest-ssl&os=#platform&lang=#language", "Msi": "https://download.mozilla.org/?product=firefox-devedition-msi-latest-ssl&os=#platform&lang=#language", "Msix": "https://download.mozilla.org/?product=firefox-devedition-next-msix-latest-ssl&os=#platform&lang=#language" }, - "LATEST_FIREFOX_RELEASED_DEVEL_VERSION": { + "LATEST_FIREFOX_RELEASED_DEVEL_VERSION": { "Exe": "https://download.mozilla.org/?product=firefox-beta-latest-ssl&os=#platform&lang=#language", "Msi": "https://download.mozilla.org/?product=firefox-beta-msi-latest-ssl&os=#platform&lang=#language", "Msix": "https://download.mozilla.org/?product=firefox-beta-next-msix-latest-ssl&os=#platform&lang=#language" diff --git a/Evergreen/Manifests/MozillaThunderbird.json b/Evergreen/Manifests/MozillaThunderbird.json index b171fcd7..8d8a0d3e 100644 --- a/Evergreen/Manifests/MozillaThunderbird.json +++ b/Evergreen/Manifests/MozillaThunderbird.json @@ -19,14 +19,14 @@ "Exe": "https://download.mozilla.org/?product=thunderbird-esr-latest-ssl&os=#platform&lang=#language", "Msi": "https://download.mozilla.org/?product=thunderbird-esr-msi-latest-ssl&os=#platform&lang=#language" }, - "THUNDERBIRD_ESR_NEXT": { + "THUNDERBIRD_ESR_NEXT": { "Exe": "https://download.mozilla.org/?product=thunderbird-esr-next-latest-ssl&os=#platform&lang=#language", "Msi": "https://download.mozilla.org/?product=thunderbird-esr-next-msi-latest-ssl&os=#platform&lang=#language" }, - "LATEST_THUNDERBIRD_DEVEL_VERSION": { + "LATEST_THUNDERBIRD_DEVEL_VERSION": { "Exe": "https://download.mozilla.org/?product=thunderbird-beta-latest-ssl&os=#platform&lang=#language", "Msi": "https://download.mozilla.org/?product=thunderbird-beta-msi-latest-ssl&os=#platform&lang=#language" - + } }, "Msix": "http://archive.mozilla.org/pub/thunderbird/releases/#version/#platform/multi/Thunderbird%20Setup%20#version.msix", diff --git a/Evergreen/Manifests/MuseScore.json b/Evergreen/Manifests/MuseScore.json index 08b62a81..5628bb27 100644 --- a/Evergreen/Manifests/MuseScore.json +++ b/Evergreen/Manifests/MuseScore.json @@ -1,7 +1,7 @@ { "Name": "MuseScore", "Source": "https://musescore.org/", - + "Get": { "Uri": "https://api.github.com/repos/musescore/MuseScore/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/Pandoc.json b/Evergreen/Manifests/Pandoc.json index cc07f49b..13cb8e8f 100644 --- a/Evergreen/Manifests/Pandoc.json +++ b/Evergreen/Manifests/Pandoc.json @@ -1,7 +1,7 @@ { "Name": "Pandoc", "Source": "https://pandoc.org/", - + "Get": { "Uri": "https://api.github.com/repos/jgm/pandoc/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/Praat.json b/Evergreen/Manifests/Praat.json index f991c127..47af7fdc 100644 --- a/Evergreen/Manifests/Praat.json +++ b/Evergreen/Manifests/Praat.json @@ -1,7 +1,7 @@ { "Name": "Praat", "Source": "https://www.fon.hum.uva.nl/praat/", - + "Get": { "Uri": "https://api.github.com/repos/praat/praat/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/Protege.json b/Evergreen/Manifests/Protege.json index 2f41be39..687527ad 100644 --- a/Evergreen/Manifests/Protege.json +++ b/Evergreen/Manifests/Protege.json @@ -1,7 +1,7 @@ { "Name": "Protege", "Source": "https://protege.stanford.edu/", - + "Get": { "Uri": "https://api.github.com/repos/protegeproject/protege-distribution/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/RDAnalyzer.json b/Evergreen/Manifests/RDAnalyzer.json index a5a26f2c..9c99d428 100644 --- a/Evergreen/Manifests/RDAnalyzer.json +++ b/Evergreen/Manifests/RDAnalyzer.json @@ -1,7 +1,7 @@ { "Name": "Remote Desktop Analyzer", "Source": "https://rdanalyzer.com/", - + "Get": { "Uri": "https://api.github.com/repos/RDAnalyzer/release/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/SafeExamBrowser.json b/Evergreen/Manifests/SafeExamBrowser.json index a963ab73..ed31ba47 100644 --- a/Evergreen/Manifests/SafeExamBrowser.json +++ b/Evergreen/Manifests/SafeExamBrowser.json @@ -1,7 +1,7 @@ { "Name": "Safe Exam Browser", "Source": "https://safeexambrowser.org/", - + "Get": { "Uri": "https://api.github.com/repos/SafeExamBrowser/seb-win-refactoring/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/TeXstudio.json b/Evergreen/Manifests/TeXstudio.json index 8bbb2f4e..042354bd 100644 --- a/Evergreen/Manifests/TeXstudio.json +++ b/Evergreen/Manifests/TeXstudio.json @@ -1,7 +1,7 @@ { "Name": "TeXstudio", "Source": "https://www.texstudio.org/", - + "Get": { "Uri": "https://api.github.com/repos/texstudio-org/texstudio/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Manifests/WinMerge.json b/Evergreen/Manifests/WinMerge.json index 35f22317..e8430549 100644 --- a/Evergreen/Manifests/WinMerge.json +++ b/Evergreen/Manifests/WinMerge.json @@ -1,7 +1,7 @@ { "Name": "WinMerge", "Source": "https://winmerge.org/", - + "Get": { "Uri": "https://api.github.com/repos/WinMerge/winmerge/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", diff --git a/Evergreen/Private/Invoke-EvergreenWebRequest.ps1 b/Evergreen/Private/Invoke-EvergreenWebRequest.ps1 index 7ee4d8e6..01f0f4bd 100644 --- a/Evergreen/Private/Invoke-EvergreenWebRequest.ps1 +++ b/Evergreen/Private/Invoke-EvergreenWebRequest.ps1 @@ -66,7 +66,7 @@ public class TrustAllCertsPolicy : ICertificatePolicy { } } "@ - Write-Verbose -Message "$($MyInvocation.MyCommand): Trust all certificates." + Write-Verbose -Message "$($MyInvocation.MyCommand): Trust all certificates." [System.Net.ServicePointManager]::CertificatePolicy = New-Object -TypeName "TrustAllCertsPolicy" } diff --git a/docs/changelog.md b/docs/changelog.md index bbfb3370..3e1f7b77 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -86,7 +86,7 @@ BREAKING CHANGES ## 2405.943 -* Update default user agent #642 +* Update default user agent #642 * Fix an issue with `Get-Architecture` returning `AMD64` [#663](https://github.com/aaronparker/evergreen/issues/663) * Adds `Get-EvergreenAppFromApi`, `Start-EvergreenLibraryUpdate` aliases. Public functions will be renamed in a future release * Fix various issues with help URI links for public functions @@ -134,7 +134,7 @@ BREAKING CHANGES * Updates `Microsoft.NET` for all available supported channels [#583](https://github.com/aaronparker/evergreen/issues/583) * Updates `mySQLWorkbench` download URL * Updates source URL used in `MicrosoftSsms` to fix version numbers -* Updates `DruvainSyncClient` for Cloud and GovCloud releases +* Updates `DruvainSyncClient` for Cloud and GovCloud releases * Fix date property on `MicrosoftWvdMultimediaRedirection` ## 2310.868