├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── Bug_Report.md │ ├── Feature_Request.md │ └── Manifest_Request.md └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── CODE_OF_CONDUCT.md ├── DevOpsPipelineDefinitions ├── publish-pipeline.yaml ├── rebuild-pipeline.yaml └── validation-pipeline.yaml ├── LICENSE ├── README.md ├── SECURITY.md ├── Tools └── YamlCreate.ps1 ├── Troubleshoot.md └── manifests ├── 3 └── 3T │ ├── Robo3T │ ├── 1.3.1 │ │ └── 3T.Robo3T.yaml │ ├── 1.4.1 │ │ └── 3T.Robo3T.yaml │ ├── 1.4.2 │ │ └── 3T.Robo3T.yaml │ └── 1.4.3 │ │ └── 3T.Robo3T.yaml │ └── Robo3TBeta │ └── 1.4.2-beta │ └── 3T.Robo3TBeta.yaml ├── 4 └── 4KDownload │ ├── 4KSlideshowMaker │ └── 1.8.1 │ │ └── 4KDownload.4KSlideshowMaker.yaml │ ├── 4KStogram │ └── 3.3.3 │ │ └── 4KDownload.4KStogram.yaml │ ├── 4KVideoDownloader │ ├── 4.15.0 │ │ └── 4KDownload.4KVideoDownloader.yaml │ └── 4.15.1 │ │ └── 4KDownload.4KVideoDownloader.yaml │ └── 4KVideoToMP3 │ └── 3.0.0 │ └── 4KDownload.4KVideoToMP3.yaml ├── 7 ├── 720kb │ └── ndm │ │ └── 1.2.0 │ │ └── 720kb.ndm.yaml ├── 7room │ └── Aya │ │ └── 0.10.4 │ │ └── 7room.Aya.yaml └── 7zip │ ├── 7zip │ ├── 16.0.4 │ │ └── 7zip.7zip.yaml │ └── 19.0.0 │ │ └── 7zip.7zip.yaml │ └── 7zipAlpha │ ├── 20.0.2-alpha │ └── 7zip.7zipAlpha.yaml │ ├── 21.00-alpha │ └── 7zip.7zipAlpha.yaml │ └── 21.01-alpha │ └── 7zip.7zipAlpha.yaml ├── 8 └── 8x8 │ └── VirtualOfficeDesktop │ └── 7.4.3.5 │ └── 8x8.VirtualOfficeDesktop.yaml ├── Spotify └── Spotify │ └── latest.yaml ├── a ├── ACROSSecurity │ └── 0patch │ │ └── latest │ │ └── ACROSSecurity.0patch.yaml ├── AIMP │ └── AIMP │ │ └── 4.70.2242 │ │ └── AIMP.AIMP.yaml ├── Aardappel │ ├── Cube │ │ └── 2005.08.29 │ │ │ └── Aardappel.Cube.yaml │ └── Cube2 │ │ └── 2020.11.29 │ │ └── Aardappel.Cube2.yaml ├── Abacus │ └── AbaClient │ │ └── 2.1.600 │ │ └── Abacus.AbaClient.yaml ├── AcroSoftware │ └── CutePDFWriter │ │ └── 4.0.1.1 │ │ └── AcroSoftware.CutePDFWriter.yaml ├── ActiveState │ └── ActivePerl │ │ └── 5.28.1001 │ │ └── ActiveState.ActivePerl.yaml ├── ActivityWatch │ └── ActivityWatch │ │ └── 0.10.0 │ │ └── ActivityWatch.ActivityWatch.yaml ├── AdamMiskiewicz │ └── GraphiQL │ │ └── 0.7.2 │ │ └── AdamMiskiewicz.GraphiQL.yaml ├── Adobe │ ├── AdobeAcrobatReaderDC-Czech │ │ └── 19.8.20071.303822 │ │ │ └── Adobe.AdobeAcrobatReaderDC-Czech.yaml │ ├── AdobeAcrobatReaderDC │ │ ├── 2020.009.20063 │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.012.20041 (de-DE) │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.012.20041 (es-ES) │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.012.20041 (fr-FR) │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.012.20041 (ja-JP) │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.012.20041 │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.012.20048 │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.013.20064 │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ ├── 2020.013.20074 │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ │ └── 2021.001.20140 │ │ │ └── Adobe.AdobeAcrobatReaderDC.yaml │ ├── AdobeDigitalEditions │ │ └── 4.5.11 │ │ │ └── Adobe.AdobeDigitalEditions.yaml │ └── Brackets │ │ └── 1.14.2 │ │ └── Adobe.Brackets.yaml ├── AdoptOpenJDK │ └── OpenJDK │ │ ├── 11.0.10 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 11.0.7 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 11.0.8 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 14.0.1 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 14.0.2 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 15.0.0.36 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 15.0.1.9 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 15.0.2.7 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 16.0.0.36 │ │ ├── AdoptOpenJDK.OpenJDK.installer.yaml │ │ ├── AdoptOpenJDK.OpenJDK.locale.en-US.yaml │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 8.0.252 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ ├── 8.0.265 │ │ └── AdoptOpenJDK.OpenJDK.yaml │ │ └── 8.0.282.8 │ │ └── AdoptOpenJDK.OpenJDK.yaml ├── AdrianAllard │ └── FileConverter │ │ └── 1.2.3 │ │ └── AdrianAllard.FileConverter.yaml ├── Aegisub │ └── Aegisub │ │ └── r8942 │ │ └── Aegisub.Aegisub.yaml ├── AgileBits │ └── 1Password │ │ ├── 7.4.767 │ │ └── AgileBits.1Password.yaml │ │ ├── 7.6.778 │ │ └── AgileBits.1Password.yaml │ │ ├── 7.6.780 │ │ └── AgileBits.1Password.yaml │ │ ├── 7.6.783 │ │ └── AgileBits.1Password.yaml │ │ ├── 7.6.785 │ │ └── AgileBits.1Password.yaml │ │ ├── 7.6.791 │ │ └── AgileBits.1Password.yaml │ │ └── 7.6.793 │ │ └── AgileBits.1Password.yaml ├── Agilent │ └── LabAdvisor │ │ └── 2.16.414 │ │ └── Agilent.LabAdvisor.yaml ├── AkelPad │ └── AkelPad │ │ └── 4.9.8 │ │ └── AkelPad.AkelPad.yaml ├── Alacritty │ └── Alacritty │ │ ├── 0.4.3 │ │ └── Alacritty.Alacritty.yaml │ │ └── 0.7.2 │ │ └── Alacritty.Alacritty.yaml ├── Alchemy │ └── Viewer │ │ ├── 6.3.6.46699 │ │ └── Alchemy.Viewer.yaml │ │ └── 6.3.6.46705 │ │ └── Alchemy.Viewer.yaml ├── AlexanderKojevnikov │ └── Spek │ │ └── 0.8.2.0 │ │ └── AlexanderKojevnikov.Spek.yaml ├── AlexandrSubbotin │ └── Cerebro │ │ └── 0.3.2 │ │ └── AlexandrSubbotin.Cerebro.yaml ├── Algoryx │ └── Algodoo │ │ └── 2.1.0 │ │ └── Algoryx.Algodoo.yaml ├── AltDrag │ └── AltDrag │ │ └── 1.1 │ │ └── AltDrag.AltDrag.yaml ├── Altap │ └── Salamander │ │ └── 4.0 │ │ └── Altap.Salamander.yaml ├── Amazon │ ├── AWSCLI │ │ ├── 2.0.16 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.19 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.37 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.42 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.54 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.56 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.57 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.59 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.61 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.0.62 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.1 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.10 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.11 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.12 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.13 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.14 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.15 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.18 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.19 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.20 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.21 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.22 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.23 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.24 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.25 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.26 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.28 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.29 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.32 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.33 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.34 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.35 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.4 │ │ │ └── Amazon.AWSCLI.yaml │ │ ├── 2.1.7 │ │ │ └── Amazon.AWSCLI.yaml │ │ └── 2.1.9 │ │ │ └── Amazon.AWSCLI.yaml │ ├── Chime │ │ ├── 4.31.9473 │ │ │ └── Amazon.Chime.yaml │ │ ├── 4.34.9941 │ │ │ └── Amazon.Chime.yaml │ │ ├── 4.35.10012 │ │ │ └── Amazon.Chime.yaml │ │ ├── 4.35.10077 │ │ │ └── Amazon.Chime.yaml │ │ ├── 4.37.10170 │ │ │ └── Amazon.Chime.yaml │ │ ├── 4.37.10179 │ │ │ └── Amazon.Chime.yaml │ │ ├── 4.38.10186 │ │ │ └── Amazon.Chime.yaml │ │ └── 4.39.10197 │ │ │ └── Amazon.Chime.yaml │ ├── Corretto │ │ ├── 16 │ │ │ └── 16.0.0.36.1 │ │ │ │ └── Amazon.Corretto.16.yaml │ │ ├── 11.0.10.9.1 │ │ │ └── Amazon.Corretto.yaml │ │ ├── 11.0.7.10.1 │ │ │ └── Amazon.Corretto.yaml │ │ ├── 11.0.8.10.1 │ │ │ └── Amazon.Corretto.yaml │ │ ├── 11.0.9.11.2 │ │ │ └── Amazon.Corretto.yaml │ │ ├── 11.0.9.12.1 │ │ │ └── Amazon.Corretto.yaml │ │ ├── 15.0.2.7.1 │ │ │ └── Amazon.Corretto.yaml │ │ └── 8.252.09.2 │ │ │ └── Amazon.Corretto.yaml │ ├── Kindle │ │ └── 1.30.59056 │ │ │ └── Amazon.Kindle.yaml │ ├── Music │ │ ├── 7.12.0.2203 │ │ │ └── Amazon.Music.yaml │ │ └── 7.13.0.2210 │ │ │ └── Amazon.Music.yaml │ ├── SAM-CLI │ │ ├── 1.1.0 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.10.0 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.15.0 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.16.0 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.18.2 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.2.0 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.20.0 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.21.1 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.3.2 │ │ │ └── Amazon.SAM-CLI.yaml │ │ ├── 1.4.0 │ │ │ └── Amazon.SAM-CLI.yaml │ │ └── 1.6.2 │ │ │ └── Amazon.SAM-CLI.yaml │ └── WorkspacesClient │ │ └── 3.1.5.2056 │ │ └── Amazon.WorkspacesClient.yaml ├── AmineMouafik │ └── Ferdi │ │ └── 5.5.0 │ │ └── AmineMouafik.Ferdi.yaml ├── Anaconda │ ├── Anaconda3 │ │ ├── 2020.07 │ │ │ └── Anaconda.Anaconda3.yaml │ │ └── 2020.11 │ │ │ └── Anaconda.Anaconda3.yaml │ └── Miniconda3 │ │ ├── 4.8.3 │ │ └── Anaconda.Miniconda3.yaml │ │ └── 4.9.2 │ │ └── Anaconda.Miniconda3.yaml ├── AngusJohnson │ └── ResourceHacker │ │ └── 5.1.8 │ │ └── AngusJohnson.ResourceHacker.yaml ├── Anki │ └── Anki │ │ ├── 2.1.26 │ │ └── Anki.Anki.yaml │ │ ├── 2.1.28 │ │ └── Anki.Anki.yaml │ │ ├── 2.1.33 │ │ └── Anki.Anki.yaml │ │ └── 2.1.40 │ │ └── Anki.Anki.yaml ├── AnsgarBecker │ └── HeidiSQLNightly │ │ ├── 11.0.0.5995 │ │ └── AnsgarBecker.HeidiSQLNightly.yaml │ │ ├── 11.0.0.5997 │ │ └── AnsgarBecker.HeidiSQLNightly.yaml │ │ ├── 11.0.0.6000 │ │ └── AnsgarBecker.HeidiSQLNightly.yaml │ │ └── 11.0.0.6057 │ │ └── AnsgarBecker.HeidiSQLNightly.yaml ├── AntiMicro │ └── AntiMicro │ │ └── 2.23 │ │ └── AntiMicro.AntiMicro.yaml ├── AntibodySoftware │ ├── BulkImageDownloader │ │ └── 5.88 │ │ │ └── AntibodySoftware.BulkImageDownloader.yaml │ ├── WizFile │ │ └── 3.03 │ │ │ └── AntibodySoftware.WizFile.yaml │ ├── WizKey │ │ └── 1.5.0.8 │ │ │ └── AntibodySoftware.WizKey.yaml │ ├── WizMouse │ │ └── 1.7.0.3 │ │ │ └── AntibodySoftware.WizMouse.yaml │ └── WizTree │ │ ├── 3.36 │ │ └── AntibodySoftware.WizTree.yaml │ │ ├── 3.37 │ │ └── AntibodySoftware.WizTree.yaml │ │ └── latest │ │ └── AntibodySoftware.WizTree.yaml ├── AntoineAflalo │ └── SoundSwitch │ │ ├── 5.0.4 │ │ └── AntoineAflalo.SoundSwitch.yaml │ │ ├── 5.3.1 │ │ └── AntoineAflalo.SoundSwitch.yaml │ │ ├── 5.5.4 │ │ └── AntoineAflalo.SoundSwitch.yaml │ │ ├── 5.6.0 │ │ └── AntoineAflalo.SoundSwitch.yaml │ │ └── 5.8.1 │ │ └── AntoineAflalo.SoundSwitch.yaml ├── AnyDeskSoftwareGmbH │ ├── AnyDesk │ │ └── 6.2.3 │ │ │ ├── AnyDeskSoftwareGmbH.AnyDesk.installer.yaml │ │ │ ├── AnyDeskSoftwareGmbH.AnyDesk.locale.en-US.yaml │ │ │ └── AnyDeskSoftwareGmbH.AnyDesk.yaml │ └── AnyDeskMSI │ │ └── 6.2.3 │ │ ├── AnyDeskSoftwareGmbH.AnyDeskMSI.installer.yaml │ │ ├── AnyDeskSoftwareGmbH.AnyDeskMSI.locale.en-US.yaml │ │ └── AnyDeskSoftwareGmbH.AnyDeskMSI.yaml ├── Apache │ ├── DirectoryStudio │ │ └── 2.0.0-M16 │ │ │ └── Apache.DirectoryStudio.yaml │ └── OpenOffice │ │ ├── 4.1.7 │ │ └── Apache.OpenOffice.yaml │ │ └── 4.1.9 │ │ └── Apache.OpenOffice.yaml ├── ApacheFriends │ └── Xampp │ │ ├── 7.4.6 │ │ └── ApacheFriends.Xampp.yaml │ │ └── 8.0.2 │ │ └── ApacheFriends.Xampp.yaml ├── Apple │ └── iTunes │ │ ├── 12.10.10.2 │ │ └── Apple.iTunes.yaml │ │ ├── 12.10.7.3 │ │ └── Apple.iTunes.yaml │ │ ├── 12.10.8.5 │ │ └── Apple.iTunes.yaml │ │ ├── 12.10.9.3 │ │ └── Apple.iTunes.yaml │ │ └── 12.11.0.26 │ │ └── Apple.iTunes.yaml ├── ApproximatrixLLC │ └── SimplyFortran │ │ └── 3.12.3272.0 │ │ └── ApproximatrixLLC.SimplyFortran.yaml ├── Arduino │ └── Arduino │ │ ├── 1.8.12 │ │ └── Arduino.Arduino.yaml │ │ └── 1.8.13 │ │ └── Arduino.Arduino.yaml ├── ArloG │ └── StrixMusic │ │ ├── 1.4.7.0 │ │ └── ArloG.StrixMusic.yaml │ │ ├── 1.4.8.0 │ │ └── ArloG.StrixMusic.yaml │ │ └── 1.4.9.0 │ │ └── ArloG.StrixMusic.yaml ├── Arm │ └── GnuArmEmbeddedToolchain │ │ └── 10-2020-q4-major │ │ └── Arm.GnuArmEmbeddedToolchain.yaml ├── ArmagetronAdvanced │ └── ArmagetronAdvanced │ │ └── 0.2.8.3.5 │ │ └── ArmagetronAdvanced.ArmagetronAdvanced.yaml ├── Armin2208 │ └── WindowsAutoNightMode │ │ ├── 2.3.1 │ │ └── Armin2208.WindowsAutoNightMode.yaml │ │ └── 3.0.1 │ │ └── Armin2208.WindowsAutoNightMode.yaml ├── Artha │ └── Artha │ │ └── 1.0.3 │ │ └── Artha.Artha.yaml ├── ArtifexSoftware │ └── GhostScript │ │ ├── 9.52 │ │ └── ArtifexSoftware.GhostScript.yaml │ │ ├── 9.53.1 │ │ └── ArtifexSoftware.GhostScript.yaml │ │ ├── 9.53.2 │ │ └── ArtifexSoftware.GhostScript.yaml │ │ ├── 9.53.3 │ │ └── ArtifexSoftware.GhostScript.yaml │ │ ├── 9.53 │ │ └── ArtifexSoftware.GhostScript.yaml │ │ └── 9.54.0 │ │ └── ArtifexSoftware.GhostScript.yaml ├── Artsoft │ └── RocksNDiamonds │ │ └── 4.2.3.1 │ │ └── Artsoft.RocksNDiamonds.yaml ├── AshleyStone │ ├── DefaultAudio │ │ └── 1.0.0.0 │ │ │ └── AshleyStone.DefaultAudio.yaml │ └── SitdownMW │ │ └── 1.0.0.0 │ │ └── AshleyStone.SitdownMW.yaml ├── Atlassian │ └── Sourcetree │ │ ├── 3.3.8 │ │ └── Atlassian.Sourcetree.yaml │ │ ├── 3.3.9 │ │ └── Atlassian.Sourcetree.yaml │ │ └── 3.4.3 │ │ └── Atlassian.Sourcetree.yaml ├── Audacity │ └── Audacity │ │ └── 3.0.0 │ │ └── Audacity.Audacity.yaml ├── Aurora │ └── Aurora │ │ ├── 0.7.2 │ │ └── Aurora.Aurora.yaml │ │ └── 0.8.1 │ │ └── Aurora.Aurora.yaml ├── Authpass │ └── Authpass │ │ ├── 1.7.8 │ │ └── Authpass.Authpass.yaml │ │ └── 1.7.9 │ │ └── Authpass.Authpass.yaml ├── Autodesk │ └── Fusion360 │ │ └── 2.0.9719 │ │ └── Autodesk.Fusion360.yaml ├── Automattic │ ├── Simplenote │ │ ├── 1.16.0 │ │ │ └── Automattic.Simplenote.yaml │ │ ├── 1.21.0 │ │ │ └── Automattic.Simplenote.yaml │ │ ├── 1.21.1 │ │ │ └── Automattic.Simplenote.yaml │ │ ├── 2.7.0 │ │ │ └── Automattic.Simplenote.yaml │ │ ├── 2.7.1 │ │ │ └── Automattic.Simplenote.yaml │ │ └── 2.8.0 │ │ │ └── Automattic.Simplenote.yaml │ └── Wordpress │ │ ├── 5.2.0 │ │ └── Automattic.Wordpress.yaml │ │ ├── 6.0.0 │ │ └── Automattic.Wordpress.yaml │ │ ├── 6.0.1 │ │ └── Automattic.Wordpress.yaml │ │ └── 6.11.0 │ │ └── Automattic.Wordpress.yaml ├── AviSynth │ └── AviSynth │ │ └── 2.6.0 │ │ └── AviSynth.AviSynth.yaml ├── AxCrypt │ └── AxCrypt │ │ └── 2.1.1615.0 │ │ └── AxCrypt.AxCrypt.yaml ├── AxisCommunications │ ├── AxisCameraStation-Preview │ │ ├── 0.2108.025 │ │ │ └── AxisCommunications.AxisCameraStation-Preview.yaml │ │ ├── 0.2109.027 │ │ │ └── AxisCommunications.AxisCameraStation-Preview.yaml │ │ ├── 0.2110.031 │ │ │ └── AxisCommunications.AxisCameraStation-Preview.yaml │ │ ├── 0.2111.032 │ │ │ └── AxisCommunications.AxisCameraStation-Preview.yaml │ │ ├── 0.2112.34 │ │ │ └── AxisCommunications.AxisCameraStation-Preview.yaml │ │ ├── 0.2113.36 │ │ │ └── AxisCommunications.AxisCameraStation-Preview.yaml │ │ └── 0.2114.40 │ │ │ └── AxisCommunications.AxisCameraStation-Preview.yaml │ └── AxisCameraStation │ │ ├── 5.33.248 │ │ └── AxisCommunications.AxisCameraStation.yaml │ │ ├── 5.34.252 │ │ └── AxisCommunications.AxisCameraStation.yaml │ │ ├── 5.35.270 │ │ └── AxisCommunications.AxisCameraStation.yaml │ │ └── 5.36.280 │ │ └── AxisCommunications.AxisCameraStation.yaml ├── Axosoft │ └── GitKraken │ │ └── 7.5.4 │ │ └── Axosoft.GitKraken.yaml ├── acaudwell │ └── Gource │ │ └── 0.51 │ │ └── acaudwell.Gource.yaml ├── acfun │ ├── acfunlive │ │ └── 1.5.3.194 │ │ │ └── acfun.acfunlive.yaml │ └── arlive │ │ └── 0.3.1 │ │ └── acfun.arlive.yaml ├── agalwood │ └── Motrix │ │ ├── 1.5.10 │ │ └── agalwood.Motrix.yaml │ │ └── 1.5.15 │ │ └── agalwood.Motrix.yaml ├── alcpu │ └── CoreTemp │ │ └── 1.16 │ │ └── alcpu.CoreTemp.yaml ├── alexkim205 │ └── g-desktop-suite │ │ └── 0.3.1 │ │ └── alexkim205.g-desktop-suite.yaml ├── alexx2000 │ └── DoubleCommander │ │ └── 0.9.10 │ │ └── alexx2000.DoubleCommander.yaml ├── alibaba │ ├── alipaydevelopmentassistant │ │ └── 1.0.7 │ │ │ └── alibaba.alipaydevelopmentassistant.yaml │ ├── lightproxy │ │ └── 1.1.40 │ │ │ └── alibaba.lightproxy.yaml │ ├── miniprogramstudio │ │ ├── 1.15.7 │ │ │ └── alibaba.miniprogramstudio.yaml │ │ └── 1.17.9 │ │ │ └── alibaba.miniprogramstudio.yaml │ └── yuque │ │ ├── 0.3.13 │ │ └── alibaba.yuque.yaml │ │ └── 0.7.14 │ │ └── alibaba.yuque.yaml ├── angryziber │ └── AngryIPScanner │ │ └── 3.7.1 │ │ └── angryziber.AngryIPScanner.yaml └── appget │ └── appget │ └── 1.0.12.0 │ └── appget.appget.yaml ├── b ├── BPBible │ └── BPBible │ │ └── 0.5.3.1 │ │ └── BPBible.BPBible.yaml ├── BZFlag │ └── BZFlag │ │ ├── 2.4.20 │ │ └── BZFlag.BZFlag.yaml │ │ └── 2.4.22 │ │ └── BZFlag.BZFlag.yaml ├── BaldurKarlsson │ └── RenderDoc │ │ └── 1.12 │ │ └── BaldurKarlsson.RenderDoc.yaml ├── Balena │ ├── BalenaCLI │ │ ├── 12.38.7 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.40.0 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.40.1 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.41.1 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.41.3 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.42.1 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.42.2 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.44.2 │ │ │ └── Balena.BalenaCLI.yaml │ │ ├── 12.44.3 │ │ │ └── Balena.BalenaCLI.yaml │ │ └── 12.44.4 │ │ │ └── Balena.BalenaCLI.yaml │ └── Etcher │ │ ├── 1.5.100 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.101 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.102 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.106 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.107 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.109 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.112 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.113 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.115 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.116 │ │ └── Balena.Etcher.yaml │ │ ├── 1.5.88 │ │ └── Balena.Etcher.yaml │ │ └── 1.5.95 │ │ └── Balena.Etcher.yaml ├── Bandisoft │ ├── Bandizip │ │ └── latest │ │ │ └── Bandisoft.Bandizip.yaml │ └── Honeyview │ │ └── 5.35 │ │ └── Bandisoft.Honeyview.yaml ├── BeeBEEP │ └── BeeBEEP │ │ └── 5.8.4 │ │ └── BeeBEEP.BeeBEEP.yaml ├── Beeftext │ └── Beeftext │ │ └── 7.1 │ │ └── Beeftext.Beeftext.yaml ├── Belarc │ └── Advisor │ │ └── 9.7.0.0 │ │ └── Belarc.Advisor.yaml ├── BellSoft │ ├── LibericaJDK11 │ │ ├── 11.0.10.9 │ │ │ └── BellSoft.LibericaJDK11.yaml │ │ ├── 11.0.7.10 │ │ │ └── BellSoft.LibericaJDK11.yaml │ │ ├── 11.0.8.10 │ │ │ └── BellSoft.LibericaJDK11.yaml │ │ ├── 11.0.9.101 │ │ │ └── BellSoft.LibericaJDK11.yaml │ │ └── 11.0.9.11 │ │ │ └── BellSoft.LibericaJDK11.yaml │ ├── LibericaJDK11Full │ │ ├── 11.0.10.9 │ │ │ └── BellSoft.LibericaJDK11Full.yaml │ │ ├── 11.0.7.10 │ │ │ └── BellSoft.LibericaJDK11Full.yaml │ │ ├── 11.0.8.10 │ │ │ └── BellSoft.LibericaJDK11Full.yaml │ │ ├── 11.0.9.101 │ │ │ └── BellSoft.LibericaJDK11Full.yaml │ │ └── 11.0.9.11 │ │ │ └── BellSoft.LibericaJDK11Full.yaml │ ├── LibericaJDK14 │ │ ├── 14.0.1.8 │ │ │ └── BellSoft.LibericaJDK14.yaml │ │ └── 14.0.2.13 │ │ │ └── BellSoft.LibericaJDK14.yaml │ ├── LibericaJDK14Full │ │ ├── 14.0.1.8 │ │ │ └── BellSoft.LibericaJDK14Full.yaml │ │ └── 14.0.2.13 │ │ │ └── BellSoft.LibericaJDK14Full.yaml │ ├── LibericaJDK15 │ │ ├── 15.0.0.36 │ │ │ └── BellSoft.LibericaJDK15.yaml │ │ ├── 15.0.1.9 │ │ │ └── BellSoft.LibericaJDK15.yaml │ │ └── 15.0.2.10 │ │ │ └── BellSoft.LibericaJDK15.yaml │ ├── LibericaJDK15Full │ │ ├── 15.0.0.36 │ │ │ └── BellSoft.LibericaJDK15Full.yaml │ │ ├── 15.0.1.9 │ │ │ └── BellSoft.LibericaJDK15Full.yaml │ │ └── 15.0.2.10 │ │ │ └── BellSoft.LibericaJDK15Full.yaml │ ├── LibericaJDK16 │ │ └── 16.0.0.36 │ │ │ └── BellSoft.LibericaJDK16.yaml │ ├── LibericaJDK16Full │ │ └── 16.0.0.36 │ │ │ └── BellSoft.LibericaJDK16Full.yaml │ ├── LibericaJDK8 │ │ ├── 8.0.252.9 │ │ │ └── BellSoft.LibericaJDK8.yaml │ │ ├── 8.0.262.10 │ │ │ └── BellSoft.LibericaJDK8.yaml │ │ ├── 8.0.265.1 │ │ │ └── BellSoft.LibericaJDK8.yaml │ │ ├── 8.0.272.10 │ │ │ └── BellSoft.LibericaJDK8.yaml │ │ ├── 8.0.275.1 │ │ │ └── BellSoft.LibericaJDK8.yaml │ │ └── 8.0.282.8 │ │ │ └── BellSoft.LibericaJDK8.yaml │ └── LibericaJDK8Full │ │ ├── 8.0.252.9 │ │ └── BellSoft.LibericaJDK8Full.yaml │ │ ├── 8.0.262.10 │ │ └── BellSoft.LibericaJDK8Full.yaml │ │ ├── 8.0.265.1 │ │ └── BellSoft.LibericaJDK8Full.yaml │ │ ├── 8.0.272.10 │ │ └── BellSoft.LibericaJDK8Full.yaml │ │ ├── 8.0.275.1 │ │ └── BellSoft.LibericaJDK8Full.yaml │ │ └── 8.0.282.8 │ │ └── BellSoft.LibericaJDK8Full.yaml ├── Betaflight │ └── Betaflight-Configurator │ │ └── 10.7.0 │ │ └── Betaflight.Betaflight-Configurator.yaml ├── BiglySoftware │ └── BiglyBT │ │ ├── 2.4.0.0 │ │ └── BiglySoftware.BiglyBT.yaml │ │ ├── 2.5.0.0 │ │ └── BiglySoftware.BiglyBT.yaml │ │ └── 2.7.0.2 │ │ └── BiglySoftware.BiglyBT.yaml ├── Bilibili │ └── Livehime │ │ └── 3.15.0.1649 │ │ └── Bilibili.Livehime.yaml ├── BinaryFortress │ ├── ClipboardFusion │ │ ├── 5.8.2.0 │ │ │ └── BinaryFortress.ClipboardFusion.yaml │ │ ├── 5.8.3.0 │ │ │ └── BinaryFortress.ClipboardFusion.yaml │ │ └── 5.8.4.0 │ │ │ └── BinaryFortress.ClipboardFusion.yaml │ ├── DisplayFusion │ │ └── 9.7.0.0 │ │ │ └── BinaryFortress.DisplayFusion.yaml │ ├── FileSeek │ │ └── 6.4.0.0 │ │ │ └── BinaryFortress.FileSeek.yaml │ ├── LogFusion │ │ ├── 6.4.0.0 │ │ │ └── BinaryFortress.LogFusion.yaml │ │ └── 6.4.1.0 │ │ │ └── BinaryFortress.LogFusion.yaml │ ├── TrayStatus │ │ ├── 4.3.0.0 │ │ │ └── BinaryFortress.TrayStatus.yaml │ │ └── 4.4.0.0 │ │ │ └── BinaryFortress.TrayStatus.yaml │ ├── VoiceBot │ │ └── 3.7.1.0 │ │ │ └── BinaryFortress.VoiceBot.yaml │ └── WindowInspector │ │ └── 2.5.0.0 │ │ └── BinaryFortress.WindowInspector.yaml ├── Bisq │ └── Bisq │ │ ├── 1.5.9 │ │ └── Bisq.Bisq.yaml │ │ ├── 1.6.0 │ │ └── Bisq.Bisq.yaml │ │ ├── 1.6.1 │ │ └── Bisq.Bisq.yaml │ │ └── 1.6.2 │ │ └── Bisq.Bisq.yaml ├── Bitwarden │ └── Bitwarden │ │ ├── 1.17.1 │ │ └── Bitwarden.Bitwarden.yaml │ │ ├── 1.17.2 │ │ └── Bitwarden.Bitwarden.yaml │ │ ├── 1.18.0 │ │ └── Bitwarden.Bitwarden.yaml │ │ ├── 1.19.0 │ │ └── Bitwarden.Bitwarden.yaml │ │ ├── 1.20.1 │ │ └── Bitwarden.Bitwarden.yaml │ │ ├── 1.22.2 │ │ └── Bitwarden.Bitwarden.yaml │ │ ├── 1.24.6 │ │ └── Bitwarden.Bitwarden.yaml │ │ ├── 1.25.0 │ │ └── Bitwarden.Bitwarden.yaml │ │ └── 1.25.1 │ │ └── Bitwarden.Bitwarden.yaml ├── Blade │ └── Shadow │ │ └── 5.0.919.7107 │ │ └── Blade.Shadow.yaml ├── BleachBit │ └── BleachBit │ │ └── 4.2.0 │ │ └── BleachBit.BleachBit.yaml ├── BlenderFoundation │ └── Blender │ │ ├── 2.82a │ │ └── BlenderFoundation.Blender.yaml │ │ ├── 2.83.1 │ │ └── BlenderFoundation.Blender.yaml │ │ ├── 2.83.3 │ │ └── BlenderFoundation.Blender.yaml │ │ ├── 2.83.5 │ │ └── BlenderFoundation.Blender.yaml │ │ ├── 2.83 │ │ └── BlenderFoundation.Blender.yaml │ │ ├── 2.90.0 │ │ └── BlenderFoundation.Blender.yaml │ │ ├── 2.90.1 │ │ └── BlenderFoundation.Blender.yaml │ │ ├── 2.91.0 │ │ └── BlenderFoundation.Blender.yaml │ │ └── 2.92.0 │ │ └── BlenderFoundation.Blender.yaml ├── Blitz │ └── Blitz │ │ └── 1.13.146.1775 │ │ └── Blitz.Blitz.yaml ├── Blizzard │ └── BattleNet │ │ └── 1.22.0.12040 │ │ └── Blizzard.BattleNet.yaml ├── Bloodshed │ └── Dev-C++ │ │ ├── 5.11 │ │ └── Bloodshed.Dev-C++.yaml │ │ └── 6.3 │ │ └── Bloodshed.Dev-C++.yaml ├── BlueJeans │ └── BlueJeans │ │ ├── 2.19.791.0 │ │ └── BlueJeans.BlueJeans.yaml │ │ ├── 2.22.146.0 │ │ └── BlueJeans.BlueJeans.yaml │ │ ├── 2.26.149.0 │ │ └── BlueJeans.BlueJeans.yaml │ │ ├── 2.26.436.0 │ │ └── BlueJeans.BlueJeans.yaml │ │ └── 2.27.198.0 │ │ └── BlueJeans.BlueJeans.yaml ├── BlueStack │ └── BlueStacks │ │ └── 4.260.0.1032 │ │ └── BlueStack.BlueStacks.yaml ├── Bluefish │ └── Bluefish │ │ └── 2.2.11 │ │ └── Bluefish.Bluefish.yaml ├── Bome │ └── SendSX │ │ └── 1.4.200 │ │ └── Bome.SendSX.yaml ├── Bonnefon │ └── Glogg │ │ └── 1.1.4 │ │ └── Bonnefon.Glogg.yaml ├── Bookry │ └── Wavebox │ │ └── 10.0.462.2 │ │ └── Bookry.Wavebox.yaml ├── Bopsoft │ └── Listary │ │ └── 5.00.2843 │ │ └── Bopsoft.Listary.yaml ├── Borvid │ ├── HttpMasterExpress │ │ ├── 4.7.0 │ │ │ └── Borvid.HttpMasterExpress.yaml │ │ ├── 4.7.1 │ │ │ └── Borvid.HttpMasterExpress.yaml │ │ ├── 4.7.2 │ │ │ └── Borvid.HttpMasterExpress.yaml │ │ ├── 4.7.3 │ │ │ └── Borvid.HttpMasterExpress.yaml │ │ ├── 4.7.4 │ │ │ └── Borvid.HttpMasterExpress.yaml │ │ ├── 4.8.0 │ │ │ └── Borvid.HttpMasterExpress.yaml │ │ └── 4.8.1 │ │ │ └── Borvid.HttpMasterExpress.yaml │ └── HttpMasterProfessional │ │ ├── 4.7.1 │ │ └── Borvid.HttpMasterProfessional.yaml │ │ ├── 4.7.2 │ │ └── Borvid.HttpMasterProfessional.yaml │ │ ├── 4.7.3 │ │ └── Borvid.HttpMasterProfessional.yaml │ │ ├── 4.7.4 │ │ └── Borvid.HttpMasterProfessional.yaml │ │ ├── 4.8.0 │ │ └── Borvid.HttpMasterProfessional.yaml │ │ └── 4.8.1 │ │ └── Borvid.HttpMasterProfessional.yaml ├── Boxstar │ ├── deepvocal-toolbox │ │ └── 2.1.0 │ │ │ └── Boxstar.deepvocal-toolbox.yaml │ └── deepvocal │ │ └── 2.1.0 │ │ └── Boxstar.deepvocal.yaml ├── BraveSoftware │ ├── BraveBrowser-Nightly │ │ ├── 1.13.31 │ │ │ └── BraveSoftware.BraveBrowser-Nightly.yaml │ │ ├── 1.20.47 │ │ │ └── BraveSoftware.BraveBrowser-Nightly.yaml │ │ └── latest │ │ │ └── BraveSoftware.BraveBrowser-Nightly.yaml │ └── BraveBrowser │ │ ├── 1.10.97 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.11.99 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.12.107 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.15.69 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.16.67 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.18.70 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.18.77 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.20.110 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.21.68 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.21.69 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.21.70 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.21.73 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.21.74 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.21.76 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.21.77 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.22.64 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.22.65 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.22.66 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.22.67 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.22.71 │ │ ├── BraveSoftware.BraveBrowser.installer.yaml │ │ ├── BraveSoftware.BraveBrowser.locale.en-US.yaml │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.9.72 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ ├── 1.9.76 │ │ └── BraveSoftware.BraveBrowser.yaml │ │ └── 1.9.80 │ │ └── BraveSoftware.BraveBrowser.yaml ├── BrickLink │ └── Studio │ │ ├── 2.1.10_5 │ │ └── BrickLink.Studio.yaml │ │ ├── 2.1.5_7 │ │ └── BrickLink.Studio.yaml │ │ └── 2.2.3_1 │ │ └── BrickLink.Studio.yaml ├── BrutalChess │ └── BrutalChess │ │ └── 0.5.2 │ │ └── BrutalChess.BrutalChess.yaml ├── Buttercup │ └── Buttercup │ │ ├── 1.19.0 │ │ └── Buttercup.Buttercup.yaml │ │ └── 1.20.0 │ │ └── Buttercup.Buttercup.yaml ├── baidu │ └── baidu-devtool │ │ └── 3.26.1 │ │ └── baidu.baidu-devtool.yaml ├── basilisk │ └── basilisk │ │ └── latest │ │ └── basilisk.basilisk.yaml ├── beekeeper-studio │ └── beekeeper-studio │ │ └── 1.10.1 │ │ └── beekeeper-studio.beekeeper-studio.yaml ├── bitvise │ └── SSHClient │ │ └── 8.46 │ │ └── bitvise.SSHClient.yaml ├── bluecfd │ └── bluecfd │ │ └── 2017.2 │ │ └── bluecfd.bluecfd.yaml ├── bluemaxima │ └── FlashpointInfinity │ │ └── 9.0 │ │ └── bluemaxima.FlashpointInfinity.yaml ├── boostio │ └── boostnote │ │ └── 0.12.4 │ │ └── boostio.boostnote.yaml ├── brianlima │ └── uwphook │ │ └── 2.9 │ │ └── brianlima.uwphook.yaml └── bytedance │ └── bytedance-devtool │ ├── 3.0.4 │ └── bytedance.bytedance-devtool.yaml │ └── 3.0.6 │ └── bytedance.bytedance-devtool.yaml ├── c ├── CDS │ └── AladinDesktop │ │ └── 11.024 │ │ └── CDS.AladinDesktop.yaml ├── CLechasseur │ └── PathCopyCopy │ │ └── 19.0 │ │ └── CLechasseur.PathCopyCopy.yaml ├── CNRISTI │ └── MeshLab │ │ └── 2020.12 │ │ └── CNRISTI.MeshLab.yaml ├── CPUID │ ├── CPU-Z │ │ ├── 1.92 │ │ │ └── CPUID.CPU-Z.yaml │ │ ├── 1.93 │ │ │ └── CPUID.CPU-Z.yaml │ │ └── 1.95 │ │ │ └── CPUID.CPU-Z.yaml │ └── HWMonitor │ │ ├── 1.41 │ │ └── CPUID.HWMonitor.yaml │ │ └── 1.43 │ │ └── CPUID.HWMonitor.yaml ├── Canneverbe │ └── CDBurnerXP │ │ └── 4.5.8 │ │ └── Canneverbe.CDBurnerXP.yaml ├── Canonical │ ├── Juju │ │ └── 2.8.9 │ │ │ └── Canonical.Juju.yaml │ ├── MicroK8s │ │ └── 2.0.0 │ │ │ └── Canonical.MicroK8s.yaml │ ├── Multipass │ │ ├── 1.2.1 │ │ │ └── Canonical.Multipass.yaml │ │ ├── 1.4.0 │ │ │ └── Canonical.Multipass.yaml │ │ ├── 1.5.0 │ │ │ └── Canonical.Multipass.yaml │ │ ├── 1.6.1 │ │ │ └── Canonical.Multipass.yaml │ │ └── 1.6.2 │ │ │ └── Canonical.Multipass.yaml │ └── Ubuntu │ │ ├── 16.04 │ │ └── Canonical.Ubuntu.yaml │ │ ├── 18.04 │ │ └── Canonical.Ubuntu.yaml │ │ └── 20.04 │ │ └── Canonical.Ubuntu.yaml ├── Caphyon │ ├── AdvancedInstaller │ │ └── 18.1.1 │ │ │ └── Caphyon.AdvancedInstaller.yaml │ └── Hover │ │ └── 1.1.0.0 │ │ └── Caphyon.Hover.yaml ├── Caprine │ └── Caprine │ │ ├── 2.47.0 │ │ └── Caprine.Caprine.yaml │ │ ├── 2.52.0 │ │ └── Caprine.Caprine.yaml │ │ └── 2.52.2 │ │ └── Caprine.Caprine.yaml ├── Captura │ └── Captura │ │ └── 8.0.0 │ │ └── Captura.Captura.yaml ├── Caret │ └── Caret │ │ ├── 3.4.6 │ │ └── Caret.Caret.yaml │ │ └── 4.0 │ │ └── Caret.Caret.yaml ├── CentStudio │ └── CentBrowser │ │ └── 4.3.9.248 │ │ └── CentStudio.CentBrowser.yaml ├── CertifyTheWeb │ └── CertifySSLManager │ │ ├── 5.1.5.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml │ │ ├── 5.2.1.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml │ │ ├── 5.3.0.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml │ │ ├── 5.3.1.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml │ │ ├── 5.3.2.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml │ │ ├── 5.3.3.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml │ │ ├── 5.3.4.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml │ │ └── 5.3.5.0 │ │ └── CertifyTheWeb.CertifySSLManager.yaml ├── ChemAxon │ ├── ChemCurator │ │ ├── 20.19 │ │ │ └── ChemAxon.ChemCurator.yaml │ │ ├── 20.21.0 │ │ │ └── ChemAxon.ChemCurator.yaml │ │ └── 21.3 │ │ │ └── ChemAxon.ChemCurator.yaml │ ├── Marvin │ │ ├── 20.13.0 │ │ │ └── ChemAxon.Marvin.yaml │ │ ├── 20.19 │ │ │ └── ChemAxon.Marvin.yaml │ │ ├── 20.21 │ │ │ └── ChemAxon.Marvin.yaml │ │ └── 21.3 │ │ │ └── ChemAxon.Marvin.yaml │ ├── instantjchem │ │ ├── 20.19.0 │ │ │ └── ChemAxon.instantjchem.yaml │ │ └── 21.2.0 │ │ │ └── ChemAxon.instantjchem.yaml │ └── jchemdotnetapi │ │ ├── 20.19.0 │ │ └── ChemAxon.jchemdotnetapi.yaml │ │ ├── 20.21.0 │ │ └── ChemAxon.jchemdotnetapi.yaml │ │ └── 21.2.0 │ │ └── ChemAxon.jchemdotnetapi.yaml ├── Chia-Lung │ └── Kaku │ │ └── 2.0.2 │ │ └── Chia-Lung.Kaku.yaml ├── ChristianAviBulan │ └── GlassCannon │ │ └── 0.1.1 │ │ └── ChristianAviBulan.GlassCannon.yaml ├── ChristianHohnstadt │ └── xca │ │ └── 2.3.0 │ │ └── ChristianHohnstadt.xca.yaml ├── ChristianKaiser │ └── Lightscreen │ │ └── 2.4 │ │ └── ChristianKaiser.Lightscreen.yaml ├── ChristianSchenk │ └── MiKTeX │ │ └── 21.2 │ │ └── ChristianSchenk.MiKTeX.yaml ├── CircuitDiagram │ └── CircuitDiagram │ │ ├── 3.0 │ │ └── circuitdiagram.circuitdiagram.yaml │ │ └── 3.1 │ │ └── CircuitDiagram.CircuitDiagram.yaml ├── Cisco │ └── CiscoWebexMeetings │ │ ├── 40.10.6.11 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 40.12.5.14 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 40.4.10.8 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.2.1.13 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.2.2.16 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.2.3.17 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.2.4.15 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.3.0.113 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.3.3.8 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.3.4.5 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ ├── 41.3.5.8 │ │ └── Cisco.CiscoWebexMeetings.yaml │ │ └── 41.4.3.19 │ │ └── Cisco.CiscoWebexMeetings.yaml ├── ClamWin │ └── ClamWin │ │ └── 0.99.4 │ │ └── ClamWin.ClamWin.yaml ├── Clement │ └── bottom │ │ ├── 0.4.6 │ │ └── Clement.bottom.yaml │ │ ├── 0.4.7 │ │ └── Clement.bottom.yaml │ │ ├── 0.5.0 │ │ └── Clement.bottom.yaml │ │ ├── 0.5.1 │ │ └── Clement.bottom.yaml │ │ ├── 0.5.2 │ │ └── Clement.bottom.yaml │ │ ├── 0.5.3 │ │ └── Clement.bottom.yaml │ │ ├── 0.5.4 │ │ └── Clement.bottom.yaml │ │ ├── 0.5.5 │ │ └── Clement.bottom.yaml │ │ ├── 0.5.6 │ │ └── Clement.bottom.yaml │ │ └── 0.5.7 │ │ └── Clement.bottom.yaml ├── Clementine │ └── Clementine │ │ └── 1.3.1 │ │ └── Clementine.Clementine.yaml ├── CloudApp │ └── CloudApp │ │ └── 6.3.1.122 │ │ └── CloudApp.CloudApp.yaml ├── Cloudflare │ └── Warp │ │ └── 1.4.33.0 │ │ └── Cloudflare.Warp.yaml ├── Cockos │ └── LICEcap │ │ └── 1.28 │ │ └── Cockos.LICEcap.yaml ├── CodeLite │ └── CodeLite │ │ ├── 14.0.0 │ │ └── CodeLite.CodeLite.yaml │ │ └── 15.0.0 │ │ └── CodeLite.CodeLite.yaml ├── CodeSector │ └── TeraCopy │ │ └── 3.8.2.0 │ │ └── CodeSector.TeraCopy.yaml ├── Codeblocks │ └── Codeblocks │ │ └── 20.03 │ │ └── Codeblocks.Codeblocks.yaml ├── CodecGuide │ ├── K-LiteCodecPackBasic │ │ └── 16.0.2 │ │ │ └── CodecGuide.K-LiteCodecPackBasic.yaml │ ├── K-LiteCodecPackMega │ │ ├── 15.9.0 │ │ │ └── CodecGuide.K-LiteCodecPackMega.yaml │ │ └── 16.1.0 │ │ │ └── CodecGuide.K-LiteCodecPackMega.yaml │ └── K-LiteCodecPackStandard │ │ └── 15.9.0 │ │ └── CodecGuide.K-LiteCodecPackStandard.yaml ├── Codeusa │ └── BorderlessGaming │ │ └── 9.5.6 │ │ └── Codeusa.BorderlessGaming.yaml ├── ColdTurkeySoftware │ └── ColdTurkeyBlocker │ │ └── 4.2 │ │ └── ColdTurkeySoftware.ColdTurkeyBlocker.yaml ├── Compuphase │ └── Termite │ │ └── 3.4 │ │ └── Compuphase.Termite.yaml ├── Concept2 │ └── Utility │ │ ├── 7.09.00 │ │ └── Concept2.Utility.yaml │ │ └── 7.10.01 │ │ └── Concept2.Utility.yaml ├── CongusBongus │ └── CDogsSDL │ │ └── 0.10.2 │ │ └── CongusBongus.CDogsSDL.yaml ├── Contasimple │ └── ContasimpleDesktop │ │ └── 3.1.0 │ │ └── Contasimple.ContasimpleDesktop.yaml ├── CopyTranslator │ └── CopyTranslator │ │ └── 9.1.0 │ │ └── CopyTranslator.CopyTranslator.yaml ├── Corel │ └── WinZip │ │ ├── 24.0.14033 │ │ └── Corel.WinZip.yaml │ │ └── 25.0.14273 │ │ └── Corel.WinZip.yaml ├── Corsair │ └── iCUE │ │ ├── 3.30.97 │ │ └── Corsair.iCUE.yaml │ │ ├── 3.31.81 │ │ └── Corsair.iCUE.yaml │ │ ├── 3.35.152 │ │ └── Corsair.iCUE.yaml │ │ ├── 3.36.125 │ │ └── Corsair.iCUE.yaml │ │ ├── 3.37.140 │ │ └── Corsair.iCUE.yaml │ │ ├── 3.38.61 │ │ ├── Corsair.iCUE.installer.yaml │ │ ├── Corsair.iCUE.locale.en-US.yaml │ │ └── Corsair.iCUE.yaml │ │ └── 4.9.350 │ │ ├── Corsair.iCUE.installer.yaml │ │ ├── Corsair.iCUE.locale.en-US.yaml │ │ └── Corsair.iCUE.yaml ├── CorsixTH │ └── CorsixTH │ │ └── 0.64 │ │ └── CorsixTH.CorsixTH.yaml ├── Couchbase │ ├── ServerCommunity │ │ └── 6.5.1 │ │ │ └── Couchbase.ServerCommunity.yaml │ └── ServerEnterprise │ │ ├── 6.5.1 │ │ └── Couchbase.ServerEnterprise.yaml │ │ └── 6.6.9213 │ │ └── Couchbase.ServerEnterprise.yaml ├── CozyCloud │ └── CozyDrive │ │ └── 3.20.0 │ │ └── CozyCloud.CozyDrive.yaml ├── Cppcheck │ └── Cppcheck │ │ └── 2.3 │ │ └── Cppcheck.Cppcheck.yaml ├── Cryptomator │ └── Cryptomator │ │ ├── 1.5.10 │ │ └── Cryptomator.Cryptomator.yaml │ │ ├── 1.5.4 │ │ └── Cryptomator.Cryptomator.yaml │ │ └── 1.5.8 │ │ └── Cryptomator.Cryptomator.yaml ├── CrystalDewWorld │ ├── CrystalDiskInfo │ │ ├── 8.10.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.11.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.11.1 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.11.2 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.12.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.6.1 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.6.2 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.7.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.8.1 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.8.2 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.8.5 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ ├── 8.8.9 │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ │ └── 8.9.0a │ │ │ └── CrystalDewWorld.CrystalDiskInfo.yaml │ ├── CrystalDiskInfoKureiKeiEdition │ │ ├── 8.10.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ ├── 8.11.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ ├── 8.11.1 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ ├── 8.12.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ ├── 8.6.2 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ ├── 8.8.1 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ ├── 8.8.2 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ ├── 8.8.9 │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ │ └── 8.9.0a │ │ │ └── CrystalDewWorld.CrystalDiskInfoKureiKeiEdition.yaml │ ├── CrystalDiskInfoShizukuEdition │ │ ├── 8.10.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ ├── 8.11.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ ├── 8.11.1 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ ├── 8.12.0 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ ├── 8.6.2 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ ├── 8.8.1 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ ├── 8.8.2 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ ├── 8.8.9 │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ │ └── 8.9.0a │ │ │ └── CrystalDewWorld.CrystalDiskInfoShizukuEdition.yaml │ ├── CrystalDiskMark │ │ ├── 8.0.0a │ │ │ └── CrystalDewWorld.CrystalDiskMark.yaml │ │ └── 8.0.1 │ │ │ └── CrystalDewWorld.CrystalDiskMark.yaml │ └── CrystalDiskMarkShizukuEdition │ │ └── 8.0.1 │ │ └── CrystalDewWorld.CrystalDiskMarkShizukuEdition.yaml ├── CrystalRich │ ├── InternetOff │ │ └── 3.0.1 │ │ │ └── CrystalRich.InternetOff.yaml │ ├── LockHunter │ │ └── 3.3.4.139 │ │ │ └── CrystalRich.LockHunter.yaml │ ├── USBSafelyRemove │ │ └── 6.3.2 │ │ │ └── CrystalRich.USBSafelyRemove.yaml │ └── Zentimo │ │ └── 2.3.2 │ │ └── CrystalRich.Zentimo.yaml ├── CubicSDR │ └── CubicSDR │ │ └── 0.2.5 │ │ └── CubicSDR.CubicSDR.yaml ├── Cyanfish │ └── NAPS2 │ │ └── 6.1.2 │ │ └── Cyanfish.NAPS2.yaml ├── c-egg │ └── tenhou │ │ └── 1.3 │ │ └── c-egg.tenhou.yaml ├── c0re100 │ └── qBittorrent-Enhanced-Edition │ │ └── 4.3.2.10 │ │ └── c0re100.qBittorrent-Enhanced-Edition.yaml ├── calibre │ └── calibre │ │ ├── 4.16.0 │ │ └── calibre.calibre.yaml │ │ ├── 4.17.0 │ │ └── calibre.calibre.yaml │ │ ├── 4.18.0 │ │ └── calibre.calibre.yaml │ │ ├── 4.19.0 │ │ └── calibre.calibre.yaml │ │ ├── 4.20.0 │ │ └── calibre.calibre.yaml │ │ ├── 4.21.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.0.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.0.1 │ │ └── calibre.calibre.yaml │ │ ├── 5.1.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.10.1 │ │ └── calibre.calibre.yaml │ │ ├── 5.11.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.12.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.13.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.14.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.2.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.3.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.4.2 │ │ └── calibre.calibre.yaml │ │ ├── 5.6.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.7.2 │ │ └── calibre.calibre.yaml │ │ ├── 5.8.0 │ │ └── calibre.calibre.yaml │ │ ├── 5.8.1 │ │ └── calibre.calibre.yaml │ │ └── 5.9.0 │ │ └── calibre.calibre.yaml ├── cangzhang │ └── champ-r │ │ └── 1.0.3 │ │ └── cangzhang.champ-r.yaml ├── cerebroapp │ └── cerebro │ │ └── 0.3.2 │ │ └── cerebroapp.cerebro.yaml ├── chanplecai │ └── smarttaskbar │ │ └── 1.1.9 │ │ └── chanplecai.smarttaskbar.yaml ├── chef │ └── chefdk │ │ ├── 4.11.0 │ │ └── chef.chefdk.yaml │ │ ├── 4.12.0 │ │ └── chef.chefdk.yaml │ │ └── 4.13.3 │ │ └── chef.chefdk.yaml ├── clsid2 │ └── mpc-hc │ │ ├── 1.9.10 │ │ └── clsid2.mpc-hc.yaml │ │ ├── 1.9.5 │ │ └── clsid2.MPC-HC.yaml │ │ ├── 1.9.6 │ │ └── clsid2.mpc-hc.yaml │ │ └── 1.9.9 │ │ └── clsid2.mpc-hc.yaml ├── cocos │ └── cocos-dashboard │ │ └── 1.0.11 │ │ └── cocos.cocos-dashboard.yaml ├── code52 │ └── Carnac │ │ └── 2.3.13 │ │ └── code52.Carnac.yaml ├── colinharrison │ └── xming │ │ └── 6.9.0.31 │ │ └── colinharrison.xming.yaml ├── commercialhaskell │ └── stack │ │ ├── 2.3.1 │ │ └── commercialhaskell.stack.yaml │ │ ├── 2.3.3 │ │ └── commercialhaskell.stack.yaml │ │ └── 2.5.1 │ │ └── commercialhaskell.stack.yaml ├── coti │ └── mcxstudio │ │ ├── 0.9.8 │ │ └── coti.mcxstudio.yaml │ │ └── 0.9.9 │ │ └── coti.mcxstudio.yaml └── cuiliang │ └── quicker │ └── 1.22.39.0 │ └── cuiliang.quicker.yaml ├── d ├── DBBrowserForSQLite │ └── DBBrowserForSQLite │ │ ├── 3.11.2 │ │ └── DBBrowserForSQLite.DBBrowserForSQLite.yaml │ │ ├── 3.12.0 │ │ └── DBBrowserForSQLite.DBBrowserForSQLite.yaml │ │ └── 3.12.1 │ │ └── DBBrowserForSQLite.DBBrowserForSQLite.yaml ├── DCSS │ └── DungeonCrawlStoneSoup │ │ └── 0.26.1 │ │ └── DCSS.DungeonCrawlStoneSoup.yaml ├── DJI │ ├── DJIAssistant2FPV │ │ └── 2.0.2 │ │ │ └── DJI.DJIAssistant2FPV.yaml │ ├── DJIAssistant2ForAeroScope │ │ └── 2.0.1 │ │ │ └── DJI.DJIAssistant2ForAeroScope.yaml │ ├── DJIAssistant2ForAutoPilot │ │ └── 2.0.3 │ │ │ └── DJI.DJIAssistant2ForAutoPilot.yaml │ ├── DJIAssistant2ForBatteryStation │ │ └── 2.0.1 │ │ │ └── DJI.DJIAssistant2ForBatteryStation.yaml │ ├── DJIAssistant2ForMG │ │ └── 2.0.18 │ │ │ └── DJI.DJIAssistant2ForMG.yaml │ ├── DJIAssistant2ForMatrice │ │ └── 2.0.13 │ │ │ └── DJI.DJIAssistant2ForMatrice.yaml │ ├── DJIAssistant2ForMavic │ │ └── 2.0.14 │ │ │ └── DJI.DJIAssistant2ForMavic.yaml │ └── DJIAssistant2ForPhantom │ │ └── 2.0.10 │ │ └── DJI.DJIAssistant2ForPhantom.yaml ├── DMM │ └── GamePlayer │ │ └── 2.5.8 │ │ └── DMM.GamePlayer.yaml ├── DOSBox │ └── DOSBox │ │ └── 0.74-3 │ │ └── DOSBox.DOSBox.yaml ├── DasKeyboard │ └── DasKeyboard │ │ └── 3.2.6 │ │ └── DasKeyboard.DasKeyboard.yaml ├── Datalust │ └── Seq │ │ ├── 2020.1.4212 │ │ └── Datalust.Seq.yaml │ │ ├── 2020.1.4235 │ │ └── Datalust.Seq.yaml │ │ ├── 2020.2.4593 │ │ └── Datalust.Seq.yaml │ │ ├── 2020.3.4761 │ │ └── Datalust.Seq.yaml │ │ ├── 2020.5.5163 │ │ └── Datalust.Seq.yaml │ │ ├── 2021.1.5282 │ │ └── Datalust.Seq.yaml │ │ ├── 2021.1.5307 │ │ └── Datalust.Seq.yaml │ │ ├── 2021.1.5425 │ │ └── Datalust.Seq.yaml │ │ ├── 2021.2.5495 │ │ └── Datalust.Seq.yaml │ │ └── 2021.2.5595 │ │ └── Datalust.Seq.yaml ├── Daum │ └── Potplayer │ │ └── v210318 │ │ └── Daum.Potplayer.yaml ├── DavidJoffe │ └── DaveGnukem │ │ └── 1.0 │ │ └── DavidJoffe.DaveGnukem.yaml ├── DavidMoore │ └── IPFilterUpdater │ │ └── 3.0.2.9-beta │ │ └── DavidMoore.IPFilterUpdater.yaml ├── DaxStudio │ └── DaxStudio │ │ └── 2.14.1 │ │ └── DaxStudio.DaxStudio.yaml ├── DebaucheeOpenSourceGroup │ └── Barrier │ │ ├── 2.3.2 │ │ └── DebaucheeOpenSourceGroup.Barrier.yaml │ │ └── 2.3.3 │ │ └── DebaucheeOpenSourceGroup.Barrier.yaml ├── Debian │ └── Debian │ │ └── 9.0 │ │ └── Debian.Debian.yaml ├── Deezer │ └── Deezer │ │ └── 4.32.40 │ │ └── Deezer.Deezer.yaml ├── Dell │ ├── CommandUpdate │ │ ├── 2.4.0 │ │ │ └── Dell.CommandUpdate.yaml │ │ ├── 3.1.3 │ │ │ └── Dell.CommandUpdate.yaml │ │ ├── 4.0.0 │ │ │ └── Dell.CommandUpdate.yaml │ │ └── 4.1.0 │ │ │ └── Dell.CommandUpdate.yaml │ └── DellUpdate │ │ └── 3.1.2 │ │ └── Dell.DellUpdate.yaml ├── DelugeTeam │ └── Deluge │ │ └── 1.3.15 │ │ └── DelugeTeam.Deluge.yaml ├── Devolutions │ ├── RemoteDesktopManager │ │ └── 2020.1.20.0 │ │ │ └── Devolutions.RemoteDesktopManager.yaml │ ├── RemoteDesktopManagerFree │ │ └── 2020.1.20.0 │ │ │ └── Devolutions.RemoteDesktopManagerFree.yaml │ └── WaykNow │ │ └── 2020.1.7.0 │ │ └── Devolutions.WaykNow.yaml ├── DigiDNA │ └── iMazing │ │ └── 2.13.5.0 │ │ └── DigiDNA.iMazing.yaml ├── Digimezzo │ └── Dopamine │ │ ├── 2.0.1 │ │ └── Digimezzo.Dopamine.yaml │ │ ├── 2.0.3 │ │ └── Digimezzo.Dopamine.yaml │ │ └── 2.0.5 │ │ └── Digimezzo.Dopamine.yaml ├── DigitalCreations │ └── MaxTo │ │ ├── 2.0.1 │ │ └── DigitalCreations.MaxTo.yaml │ │ └── 2.1.5 │ │ └── DigitalCreations.MaxTo.yaml ├── DimitriVanHeesch │ └── Doxygen │ │ └── 1.9.1 │ │ └── DimitriVanHeesch.Doxygen.yaml ├── Discord │ ├── Discord │ │ ├── 0.0.306 │ │ │ └── Discord.Discord.yaml │ │ ├── 0.0.307 │ │ │ └── Discord.Discord.yaml │ │ ├── 0.0.308 │ │ │ └── Discord.Discord.yaml │ │ ├── 0.0.309 │ │ │ └── Discord.Discord.yaml │ │ ├── 1.0.9000 │ │ │ └── Discord.Discord.yaml │ │ └── 1.0.9001 │ │ │ └── Discord.Discord.yaml │ ├── DiscordCanary │ │ ├── 0.0.264 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.266 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.276 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.279 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.280 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.282 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.283 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.284 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.285 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.286 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.287 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.290 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.291 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.292 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.293 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.294 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.295 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.296 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.297 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.298 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 0.0.299 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 1.0.24 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 1.0.25 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 1.0.26 │ │ │ └── Discord.DiscordCanary.yaml │ │ ├── 1.0.27 │ │ │ └── Discord.DiscordCanary.yaml │ │ └── 1.0.28 │ │ │ └── Discord.DiscordCanary.yaml │ ├── DiscordDevelopment │ │ ├── 0.0.7746 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7750 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7757 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7759 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7760 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7761 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7762 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7770 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7774 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7776 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7781 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7783 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7784 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7785 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7787 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7789 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7791 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7794 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7796 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7797 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7800 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7801 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7802 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7803 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7804 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7808 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7809 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7810 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 0.0.7811 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 1.0.581 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 1.0.582 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 1.0.583 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 1.0.584 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ ├── 1.0.585 │ │ │ └── Discord.DiscordDevelopment.yaml │ │ └── 1.0.587 │ │ │ └── Discord.DiscordDevelopment.yaml │ └── DiscordPTB │ │ ├── 0.0.52 │ │ └── Discord.DiscordPTB.yaml │ │ ├── 0.0.55 │ │ └── Discord.DiscordPTB.yaml │ │ ├── 0.0.56 │ │ └── Discord.DiscordPTB.yaml │ │ ├── 1.0.1002 │ │ └── Discord.DiscordPTB.yaml │ │ ├── 1.0.1003 │ │ └── Discord.DiscordPTB.yaml │ │ ├── 1.0.1004 │ │ └── Discord.DiscordPTB.yaml │ │ └── 1.0.1005 │ │ └── Discord.DiscordPTB.yaml ├── Ditto │ └── Ditto │ │ ├── 3.23.124.0 │ │ └── Ditto.Ditto.yaml │ │ └── 3.24.184.0 │ │ └── Ditto.Ditto.yaml ├── Dixa │ └── Dixa │ │ ├── 3.0.0 │ │ └── Dixa.Dixa.yaml │ │ └── 3.5.5 │ │ └── Dixa.Dixa.yaml ├── DjVuLibre │ └── DjView │ │ └── 4.12 │ │ └── DjVuLibre.DjView.yaml ├── DockStation │ └── DockStation │ │ └── 1.5.1 │ │ └── DockStation.DockStation.yaml ├── Docker │ ├── DockerDesktop │ │ ├── 2.3.0.3.45519 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 2.3.0.4.46911 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 2.3.0.5.48029 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 2.4.0.0.48506 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 2.5.0.0.49427 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 2.5.0.1.49550 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 3.0.0.50684 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 3.0.4.51218 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 3.1.0.51484 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 3.2.0.61504 │ │ │ └── Docker.DockerDesktop.yaml │ │ ├── 3.2.1.61626 │ │ │ └── Docker.DockerDesktop.yaml │ │ └── 3.2.2.61853 │ │ │ └── Docker.DockerDesktop.yaml │ └── DockerDesktopEdge │ │ ├── 2.3.0.1.44875 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.1.0.45408 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.2.0.46268 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.2.1.46329 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.3.0.46574 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.3.2.46784 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.4.0.46980 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.5.0.47357 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.5.1.47433 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.6.0.47622 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.6.1.47792 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.6.2.47842 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.3.7.0.48173 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.4.1.0.48583 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.4.2.0.48975 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.5.1.0.49923 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.5.2.50165 │ │ └── Docker.DockerDesktopEdge.yaml │ │ ├── 2.5.3.50261 │ │ └── Docker.DockerDesktopEdge.yaml │ │ └── 2.5.4.50534 │ │ └── Docker.DockerDesktopEdge.yaml ├── DolphinEmu │ └── DolphinEmu │ │ └── 5.0 │ │ └── DolphinEmu.DolphinEmu.yaml ├── DoltHub │ └── Dolt │ │ ├── 0.23.6 │ │ └── DoltHub.Dolt.yaml │ │ ├── 0.23.7 │ │ └── DoltHub.Dolt.yaml │ │ └── 0.24.0 │ │ └── DoltHub.Dolt.yaml ├── DominikReichl │ └── KeePass │ │ ├── 2.44.0.0 │ │ └── DominikReichl.KeePass.yaml │ │ ├── 2.45.0.0 │ │ └── DominikReichl.KeePass.yaml │ │ ├── 2.46.0.0 │ │ └── DominikReichl.KeePass.yaml │ │ └── 2.47.0.0 │ │ └── DominikReichl.KeePass.yaml ├── Doomsday │ └── Doomsday │ │ └── 2.3.1 │ │ └── Doomsday.Doomsday.yaml ├── Doxie │ └── Doxie │ │ └── 2.1.12 │ │ └── Doxie.Doxie.yaml ├── Drawpile │ └── Drawpile │ │ └── 2.1.17 │ │ └── Drawpile.Drawpile.yaml ├── DrewNaylor │ ├── UXL-Launcher │ │ ├── 3.3.1 │ │ │ └── DrewNaylor.UXL-Launcher.yaml │ │ └── 4.0 │ │ │ └── DrewNaylor.UXL-Launcher.yaml │ └── guinget │ │ ├── 0.1.0.1 │ │ └── DrewNaylor.guinget.yaml │ │ ├── 0.1.1 │ │ └── DrewNaylor.guinget.yaml │ │ ├── 0.1.2 │ │ └── DrewNaylor.guinget.yaml │ │ ├── 0.1.3 │ │ └── DrewNaylor.guinget.yaml │ │ ├── 0.2.0.1 │ │ └── DrewNaylor.guinget.yaml │ │ └── 0.2.0.2 │ │ └── DrewNaylor.guinget.yaml ├── Dropbox │ └── Dropbox │ │ ├── 101.4.434 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 102.4.431 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 104.4.175 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 106.4.368 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 107.4.443 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 108.4.453 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 109.4.517 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 110.4.458 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 111.4.472 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 112.4.321 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 113.4.507 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 114.4.426 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 116.4.368 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 117.4.378 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 118.4.460 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 119.4.1772 │ │ └── Dropbox.Dropbox.yaml │ │ ├── 94.4.384 │ │ └── Dropbox.Dropbox.yaml │ │ └── 99.3.496 │ │ └── Dropbox.Dropbox.yaml ├── DuongDieuPhap │ └── ImageGlass │ │ ├── 7.0.7.26 │ │ └── DuongDieuPhap.ImageGlass.yaml │ │ └── 8.0.12.8 │ │ └── DuongDieuPhap.ImageGlass.yaml ├── DupeGuru │ └── DupeGuru │ │ └── 4.1.0 │ │ └── DupeGuru.DupeGuru.yaml ├── Duplicati │ └── Duplicati │ │ └── 2.0.5.1 │ │ └── Duplicati.Duplicati.yaml ├── da2x │ └── edgedeflector │ │ └── 1.1.3.0 │ │ └── da2x.edgedeflector.yaml ├── daltonmenezes │ └── electron-screen-recorder │ │ └── 2.1.1 │ │ └── daltonmenezes.electron-screen-recorder.yaml ├── darktable │ └── darktable │ │ ├── 3.0.2 │ │ └── darktable.darktable.yaml │ │ └── 3.4.1.1 │ │ └── darktable.darktable.yaml ├── dbeaver │ └── dbeaver │ │ ├── 21.0.0 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 21.0.1 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 21.0.2 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.0.5 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.1.0 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.1.2 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.1.3 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.1.4 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.2.0 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.2.1 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.2.2 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.2.3 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.2.4 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.2.5 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.3.0 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.3.1 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.3.2 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.3.3 │ │ └── dbeaver.dbeaver.yaml │ │ ├── 7.3.4 │ │ └── dbeaver.dbeaver.yaml │ │ └── 7.3.5 │ │ └── dbeaver.dbeaver.yaml ├── defi │ └── defi │ │ └── 2.1.17 │ │ └── defi.defi.yaml ├── denysdovhan │ └── inboxer │ │ └── 1.3.2 │ │ └── denysdovhan.inboxer.yaml ├── dida │ └── dida │ │ └── 3.7.8.8 │ │ └── dida.dida.yaml ├── dillonkearns │ └── mobster │ │ └── 0.0.48 │ │ └── dillonkearns.mobster.yaml ├── dnGrep │ └── dnGrep │ │ ├── v2.9.256.0 │ │ └── dnGrep.dnGrep.yaml │ │ ├── v2.9.263.0 │ │ └── dnGrep.dnGrep.yaml │ │ ├── v2.9.270.0 │ │ └── dnGrep.dnGrep.yaml │ │ ├── v2.9.282.0 │ │ └── dnGrep.dnGrep.yaml │ │ ├── v2.9.304.0 │ │ └── dnGrep.dnGrep.yaml │ │ └── v2.9.326.0 │ │ └── dnGrep.dnGrep.yaml ├── dokan-dev │ └── Dokany │ │ └── 1.4.0.1000 │ │ └── dokan-dev.Dokany.yaml └── dvcrn │ └── markright │ └── 0.1.11 │ └── dvcrn.markright.yaml ├── e ├── ES-Computing │ └── EditPlus │ │ └── 5.3 │ │ └── ES-Computing.EditPlus.yaml ├── EVGACorporation │ └── EVGAPrecisionX1 │ │ └── 1.0.6.0 │ │ └── EVGACorporation.EVGAPrecisionX1.yaml ├── EXPSystems │ └── PDFreDirect │ │ └── 2.5.2.0 │ │ └── EXPSystems.PDFreDirect.yaml ├── EagleGet │ └── EagleGet │ │ ├── 2.1.5.10 │ │ └── EagleGet.EagleGet.yaml │ │ └── 2.1.6.70 │ │ └── EagleGet.EagleGet.yaml ├── EasternGraphics │ └── pCon │ │ └── plannerPRO │ │ └── 8.2.3 │ │ └── EasternGraphics.pCon.plannerPRO.yaml ├── Ebbflow │ └── Ebbflow │ │ ├── 0.9.0 │ │ └── Ebbflow.Ebbflow.yaml │ │ ├── 1.0.1 │ │ └── Ebbflow.Ebbflow.yaml │ │ └── 1.1.0 │ │ └── Ebbflow.Ebbflow.yaml ├── EclipseFoundation │ └── Mosquitto │ │ └── 2.0.9 │ │ └── EclipseFoundation.Mosquitto.yaml ├── EduMIPS64 │ └── EduMIPS64 │ │ ├── 1.2.8.0 │ │ └── EduMIPS64.EduMIPS64.yaml │ │ └── 1.2.9 │ │ └── EduMIPS64.EduMIPS64.yaml ├── ElaborateBytes │ └── VirtualCloneDrive │ │ └── 5.5.2.0 │ │ └── ElaborateBytes.VirtualCloneDrive.yaml ├── Elastic │ ├── Elasticsearch │ │ ├── 7.10.0 │ │ │ └── Elastic.Elasticsearch.yaml │ │ ├── 7.10.2 │ │ │ └── Elastic.Elasticsearch.yaml │ │ ├── 7.11.1 │ │ │ └── Elastic.Elasticsearch.yaml │ │ ├── 7.11.2 │ │ │ └── Elastic.Elasticsearch.yaml │ │ ├── 7.12.0 │ │ │ └── Elastic.Elasticsearch.yaml │ │ ├── 7.8.0 │ │ │ └── Elastic.Elasticsearch.yaml │ │ ├── 7.9.2 │ │ │ └── Elastic.Elasticsearch.yaml │ │ └── 7.9.3 │ │ │ └── Elastic.Elasticsearch.yaml │ └── Winlogbeat │ │ ├── 7.10.0 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml │ │ ├── 7.10.2 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml │ │ ├── 7.11.1 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml │ │ ├── 7.11.2 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml │ │ ├── 7.12.0 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml │ │ ├── 7.7.0 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml │ │ ├── 7.9.2 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml │ │ └── 7.9.3 │ │ ├── Elastic.Winlogbeat.installer.yaml │ │ ├── Elastic.Winlogbeat.locale.en-US.yaml │ │ └── Elastic.Winlogbeat.yaml ├── ElectronCommunity │ └── ElectronFiddle │ │ ├── 0.14.0 │ │ └── ElectronCommunity.ElectronFiddle.yaml │ │ ├── 0.15.1 │ │ └── ElectronCommunity.ElectronFiddle.yaml │ │ ├── 0.19.0 │ │ ├── ElectronCommunity.ElectronFiddle.installer.yaml │ │ ├── ElectronCommunity.ElectronFiddle.locale.en-US.yaml │ │ └── ElectronCommunity.ElectronFiddle.yaml │ │ ├── 0.20.0 │ │ ├── ElectronCommunity.ElectronFiddle.installer.yaml │ │ ├── ElectronCommunity.ElectronFiddle.locale.en-US.yaml │ │ └── ElectronCommunity.ElectronFiddle.yaml │ │ └── 0.22.0 │ │ ├── ElectronCommunity.ElectronFiddle.installer.yaml │ │ ├── ElectronCommunity.ElectronFiddle.locale.en-US.yaml │ │ └── ElectronCommunity.ElectronFiddle.yaml ├── ElectronicArts │ └── EADesktop │ │ └── 12.0.65.4872 │ │ ├── ElectronicArts.EADesktop.installer.yaml │ │ ├── ElectronicArts.EADesktop.locale.en-US.yaml │ │ └── ElectronicArts.EADesktop.yaml ├── Element │ └── Element │ │ └── 1.7.24 │ │ └── Element.Element.yaml ├── EliasFotinis │ └── DeskPins │ │ └── 1.32 │ │ └── EliasFotinis.DeskPins.yaml ├── EmoteInteractive │ └── RemoteMouse │ │ └── 4.000 │ │ └── EmoteInteractive.RemoteMouse.yaml ├── Empoche │ └── Empoche │ │ ├── 0.4.0 │ │ └── Empoche.Empoche.yaml │ │ └── 0.4.5 │ │ └── Empoche.Empoche.yaml ├── EpicGames │ └── EpicGamesLauncher │ │ └── 10.19.2 │ │ └── EpicGames.EpicGamesLauncher.yaml ├── Epiforge │ └── Grindstone │ │ └── 4.0.7380.29440 │ │ └── Epiforge.Grindstone.yaml ├── Epsitec │ ├── Colobot │ │ └── 0.1.12 │ │ │ └── Epsitec.Colobot.yaml │ └── PlanetBlupi │ │ └── 1.14.2 │ │ └── Epsitec.PlanetBlupi.yaml ├── Eraser │ └── Eraser │ │ ├── 6.2.0.2986 │ │ └── Eraser.Eraser.yaml │ │ ├── 6.2.0.2988 │ │ └── Eraser.Eraser.yaml │ │ ├── 6.2.0.2989 │ │ └── Eraser.Eraser.yaml │ │ └── 6.2.0.2991 │ │ └── Eraser.Eraser.yaml ├── Esteem │ └── Esteem │ │ └── 2.2.7 │ │ └── Esteem.Esteem.yaml ├── Ethereum │ ├── geth │ │ ├── 1.10.1 │ │ │ └── Ethereum.geth.yaml │ │ └── 1.9.25 │ │ │ └── Ethereum.geth.yaml │ └── grid │ │ └── 1.6.2 │ │ └── Ethereum.grid.yaml ├── Eugeny │ └── Terminus │ │ ├── 1.0.112 │ │ └── Eugeny.Terminus.yaml │ │ ├── 1.0.115 │ │ └── Eugeny.Terminus.yaml │ │ ├── 1.0.117 │ │ └── Eugeny.Terminus.yaml │ │ ├── 1.0.119 │ │ └── Eugeny.Terminus.yaml │ │ ├── 1.0.120 │ │ └── Eugeny.Terminus.yaml │ │ ├── 1.0.125 │ │ └── Eugeny.Terminus.yaml │ │ └── 1.0.135 │ │ └── Eugeny.Terminus.yaml ├── ExpressVPN │ └── ExpressVPN │ │ ├── 10.0.9.2 │ │ └── ExpressVPN.ExpressVPN.yaml │ │ ├── 7.10.4.2 │ │ └── ExpressVPN.ExpressVPN.yaml │ │ ├── 7.12.0.12 │ │ └── ExpressVPN.ExpressVPN.yaml │ │ └── 7.8.7.7 │ │ └── ExpressVPN.ExpressVPN.yaml ├── ExtremeTuxRacer │ └── ExtremeTuxRacer │ │ └── 0.8.0 │ │ └── ExtremeTuxRacer.ExtremeTuxRacer.yaml ├── Eziriz │ └── DotNetReactor │ │ └── 6.5.0.0 │ │ └── Eziriz.DotNetReactor.yaml ├── eMClient │ └── eMClient │ │ ├── 8.0.2751 │ │ └── eMClient.eMClient.yaml │ │ ├── 8.0.3385 │ │ └── eMClient.eMClient.yaml │ │ └── 8.1.876 │ │ └── eMClient.eMClient.yaml ├── eVenture │ └── HideMe │ │ ├── 3.4.0 │ │ └── eVenture.HideMe.yaml │ │ ├── 3.4.1 │ │ └── eVenture.HideMe.yaml │ │ └── 3.7.2 │ │ └── eVenture.HideMe.yaml ├── eeo │ └── classin │ │ ├── 3.1.0.375 │ │ └── eeo.classin.yaml │ │ ├── 3.1.0.387 │ │ └── eeo.classin.yaml │ │ ├── 3.1.0.389 │ │ └── eeo.classin.yaml │ │ ├── 4.0.1.80 │ │ └── eeo.classin.yaml │ │ ├── 4.0.2.15 │ │ └── eeo.classin.yaml │ │ ├── 4.0.2.35 │ │ └── eeo.classin.yaml │ │ └── 4.0.3.65 │ │ └── eeo.classin.yaml ├── egoist │ └── devdocs-desktop │ │ └── 0.7.1 │ │ └── egoist.devdocs-desktop.yaml ├── elgato │ └── streamdeck │ │ ├── 4.8.2.13041 │ │ └── elgato.streamdeck.yaml │ │ ├── 4.9.0.13177 │ │ └── elgato.streamdeck.yaml │ │ └── 4.9.3.13222 │ │ └── elgato.streamdeck.yaml ├── eloston │ └── ungoogled-chromium │ │ ├── 78.0.3904.108 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 78.0.3904.70 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 78.0.3904.87 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 78.0.3904.97 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 79.0.3945.117 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 79.0.3945.130 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 79.0.3945.88 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 80.0.3987.132 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 80.0.3987.149 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 81.0.4044.138 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 84.0.4147.125 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 84.0.4147.135 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 85.0.4183.102 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 85.0.4183.121 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 86.0.4240.183 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 87.0.4280.67 │ │ └── eloston.ungoogled-chromium.yaml │ │ ├── 88.0.4324.150 │ │ └── eloston.ungoogled-chromium.yaml │ │ └── 88.0.4324.182 │ │ └── eloston.ungoogled-chromium.yaml ├── elvirbrk │ └── notehighlight2016 │ │ └── 3.6 │ │ └── elvirbrk.notehighlight2016.yaml ├── emqx │ └── mqttx │ │ └── 1.5.2 │ │ └── emqx.mqttx.yaml ├── erengy │ └── Taiga │ │ └── 1.3.1 │ │ └── erengy.Taiga.yaml ├── espeak │ └── espeak │ │ └── 1.48.04 │ │ └── espeak.espeak.yaml ├── evernote │ ├── evernote │ │ ├── 10.10.5 │ │ │ └── evernote.evernote.yaml │ │ ├── 6.21.2.8716 │ │ │ └── evernote.evernote.yaml │ │ └── 6.24.2.8919 │ │ │ └── evernote.evernote.yaml │ └── yinxiang │ │ ├── 6.20.16.1935 │ │ └── evernote.yinxiang.yaml │ │ ├── 6.21.10.2263 │ │ └── evernote.yinxiang.yaml │ │ ├── 6.21.19.2326 │ │ └── evernote.yinxiang.yaml │ │ ├── 6.21.22.2498 │ │ └── evernote.yinxiang.yaml │ │ ├── 6.21.3.2048 │ │ └── evernote.yinxiang.yaml │ │ ├── 6.21.4.2051 │ │ └── evernote.yinxiang.yaml │ │ ├── 6.21.6.2195 │ │ └── evernote.yinxiang.yaml │ │ └── 6.21.9.2217 │ │ └── evernote.yinxiang.yaml └── extendoffice │ └── officetab │ └── 14.10 │ └── extendoffice.officetab.yaml ├── f ├── F-Secure │ └── Freedome │ │ └── 2.40.6717.0 │ │ └── F-Secure.Freedome.yaml ├── FTB │ └── FTB │ │ └── 1.0.8 │ │ └── FTB.FTB.yaml ├── Famatech │ └── AdvancedPortScanner │ │ └── 2.5.3869 │ │ └── Famatech.AdvancedPortScanner.yaml ├── FarManager │ └── FarManager │ │ └── 3.0.0.5577 │ │ └── FarManager.FarManager.yaml ├── FastCopy │ └── FastCopy │ │ └── 3.92 │ │ └── FastCopy.FastCopy.yaml ├── FastStone │ ├── Capture │ │ └── 9.3 │ │ │ └── FastStone.Capture.yaml │ └── Viewer │ │ └── 7.5 │ │ └── FastStone.Viewer.yaml ├── Fedora │ └── FedoraMediaWriter │ │ ├── 4.1.6 │ │ └── Fedora.FedoraMediaWriter.yaml │ │ └── 4.1.8 │ │ └── Fedora.FedoraMediaWriter.yaml ├── Feodor2 │ └── Mypal │ │ └── 28.14.2 │ │ └── Feodor2.Mypal.yaml ├── Figma │ └── Figma │ │ └── 96.4.0 │ │ └── Figma.Figma.yaml ├── File-New-Project │ └── EarTrumpet │ │ └── 2.1.8.0 │ │ └── File-New-Project.EarTrumpet.yaml ├── FileBot │ └── FileBot │ │ └── 4.9.3 │ │ └── FileBot.FileBot.yaml ├── FileConverter │ └── FileConverter │ │ └── 1.2.3 │ │ └── FileConverter.FileConverter.yaml ├── Files-Community │ └── Files │ │ ├── 0.15.4 │ │ └── Files-Community.Files.yaml │ │ ├── 0.16.0 │ │ └── Files-Community.Files.yaml │ │ ├── 0.17.0 │ │ └── Files-Community.Files.yaml │ │ ├── 0.18.0 │ │ └── Files-Community.Files.yaml │ │ ├── 0.19.0 │ │ └── Files-Community.Files.yaml │ │ ├── 0.21.0 │ │ └── Files-Community.Files.yaml │ │ ├── 0.21.1 │ │ └── Files-Community.Files.yaml │ │ └── 1.3 │ │ └── Files-Community.Files.yaml ├── Files-UWP │ └── FilesUWP │ │ ├── 0.12.0 │ │ └── Files-UWP.FilesUWP.yaml │ │ ├── 0.13.0 │ │ └── Files-UWP.FilesUWP.yaml │ │ ├── 0.14.0 │ │ └── Files-UWP.FilesUWP.yaml │ │ ├── 0.15.0 │ │ └── Files-UWP.FilesUWP.yaml │ │ ├── 0.8.2.0 │ │ └── Files-UWP.FilesUWP.yaml │ │ ├── 0.9.0 │ │ └── Files-UWP.FilesUWP.yaml │ │ └── 0.9.1 │ │ └── Files-UWP.FilesUWP.yaml ├── Finebits │ ├── MetroCommander │ │ └── 1.3.86.0 │ │ │ └── Finebits.MetroCommander.yaml │ └── Torrex │ │ └── 1.4.28.0 │ │ └── Finebits.Torrex.yaml ├── Firetrust │ ├── MailWasherFree │ │ └── 7.12.29 │ │ │ └── Firetrust.MailWasherFree.yaml │ └── MailWasherPro │ │ └── 7.12.53 │ │ └── Firetrust.MailWasherPro.yaml ├── Flameshot │ └── Flameshot │ │ ├── 0.8.4 │ │ └── Flameshot.Flameshot.yaml │ │ └── 0.9.0 │ │ └── Flameshot.Flameshot.yaml ├── FlightGear │ └── FlightGear │ │ └── 2020.3.6 │ │ └── FlightGear.FlightGear.yaml ├── Fndroid │ └── ClashForWindows │ │ ├── 0.11.1 │ │ └── Fndroid.ClashForWindows.yaml │ │ ├── 0.11.6 │ │ └── Fndroid.ClashForWindows.yaml │ │ ├── 0.11.8 │ │ └── Fndroid.ClashForWindows.yaml │ │ ├── 0.13.7 │ │ └── Fndroid.ClashForWindows.yaml │ │ ├── 0.14.10 │ │ └── Fndroid.ClashforWindows.yaml │ │ ├── 0.14.4 │ │ └── Fndroid.ClashForWindows.yaml │ │ ├── 0.14.9 │ │ └── Fndroid.ClashforWindows.yaml │ │ ├── 0.15.1 │ │ └── Fndroid.ClashforWindows.yaml │ │ └── 0.9.11 │ │ └── Fndroid.ClashForWindows.yaml ├── FontBase │ └── FontBase │ │ ├── 2.11.3 │ │ └── FontBase.FontBase.yaml │ │ └── 2.14.0 │ │ └── FontBase.FontBase.yaml ├── FontForge │ └── FontForge │ │ └── 2020.11.07 │ │ └── FontForge.FontForge.yaml ├── Fork │ └── Fork │ │ └── 1.60.0 │ │ └── Fork.Fork.yaml ├── Formagrid │ └── Airtable │ │ └── 1.4.4.0 │ │ └── Formagrid.Airtable.yaml ├── Foundry376 │ └── Mailspring │ │ └── 1.8.0 │ │ └── Foundry376.Mailspring.yaml ├── Foxit │ ├── FoxitReader │ │ ├── 10.1.3.37598 │ │ │ └── Foxit.FoxitReader.yaml │ │ └── latest │ │ │ └── Foxit.FoxitReader.yaml │ └── PhantomPDF │ │ └── latest │ │ └── Foxit.PhantomPDF.yaml ├── FrancescoSorge │ ├── WinPower │ │ └── 0.1 │ │ │ └── FrancescoSorge.WinPower.yaml │ └── paste-into-file │ │ └── 2.0 │ │ └── francescosorge.paste-into-file.yaml ├── FreeCAD │ └── FreeCAD │ │ └── 0.19.1 │ │ └── FreeCAD.FreeCAD.yaml ├── FreeCiv │ └── FreeCiv │ │ ├── 2.6.3 │ │ └── FreeCiv.FreeCiv.yaml │ │ └── 2.6.4 │ │ └── FreeCiv.FreeCiv.yaml ├── FreeMat │ └── FreeMat │ │ └── 4.2 │ │ └── FreeMat.FreeMat.yaml ├── FreePascal │ └── FreePascalCompiler │ │ ├── 3.0.4 │ │ └── FreePascal.FreePascalCompiler.yaml │ │ └── 3.2.0 │ │ └── FreePascal.FreePascalCompiler.yaml ├── FreeTime │ └── FormatFactory │ │ ├── 5.3.0.1 │ │ └── FreeTime.FormatFactory.yaml │ │ └── 5.4.5 │ │ └── FreeTime.FormatFactory.yaml ├── fabiospampinato │ └── noty │ │ └── 2.2.0 │ │ └── fabiospampinato.noty.yaml ├── faisalumair │ └── udeler │ │ └── 1.8.2 │ │ └── faisalumair.udeler.yaml ├── fi │ └── skyjake │ │ └── Lagrange │ │ └── 1.1.1 │ │ └── fi.skyjake.Lagrange.yaml └── flux │ └── flux │ └── latest │ └── flux.flux.yaml ├── g ├── GDATA │ └── TypeRefHasher │ │ ├── 1.0.0 │ │ └── GDATA.TypeRefHasher.yaml │ │ ├── 1.0.1 │ │ └── GDATA.TypeRefHasher.yaml │ │ └── 1.0.2 │ │ └── GDATA.TypeRefHasher.yaml ├── GIMP │ └── GIMP │ │ ├── 2.10.0 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.10 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.12 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.14 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.16 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.18 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.20 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.22 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.24 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.4 │ │ └── GIMP.GIMP.yaml │ │ ├── 2.10.6 │ │ └── GIMP.GIMP.yaml │ │ └── 2.10.8 │ │ └── GIMP.GIMP.yaml ├── GLab │ └── GLab │ │ ├── 1.12.1 │ │ └── GLab.GLab.yaml │ │ ├── 1.13.0 │ │ └── GLab.GLab.yaml │ │ ├── 1.13.1 │ │ └── GLab.GLab.yaml │ │ ├── 1.14.0 │ │ └── GLab.GLab.yaml │ │ ├── 1.15.0 │ │ └── GLab.GLab.yaml │ │ └── 1.16.0 │ │ └── GLab.GLab.yaml ├── GNU │ ├── Emacs │ │ ├── 27.1 │ │ │ └── GNU.Emacs.yaml │ │ └── 28.0.50 │ │ │ └── GNU.Emacs.yaml │ ├── Gforth │ │ └── 0.7.0 │ │ │ └── GNU.Gforth.yaml │ ├── MidnightCommander │ │ └── 4.8.24 │ │ │ └── GNU.MidnightCommander.yaml │ ├── Octave │ │ └── 6.2.0 │ │ │ └── GNU.Octave.yaml │ └── Solfege │ │ └── 3.23.4 │ │ └── GNU.Solfege.yaml ├── GNURadio │ └── GNURadio │ │ └── 3.7.13.5 │ │ └── GNURadio.GNURadio.yaml ├── GOG │ └── Galaxy │ │ ├── 2.0.14.257 │ │ └── GOG.Galaxy.yaml │ │ ├── 2.0.16.187 │ │ └── GOG.Galaxy.yaml │ │ ├── 2.0.18.56 │ │ └── GOG.Galaxy.yaml │ │ ├── 2.0.20.39 │ │ └── GOG.Galaxy.yaml │ │ ├── 2.0.23.4 │ │ └── GOG.Galaxy.yaml │ │ ├── 2.0.26.55 │ │ └── GOG.Galaxy.yaml │ │ ├── 2.0.30.20 │ │ └── GOG.Galaxy.yaml │ │ ├── 2.0.35.19 │ │ └── GOG.Galaxy.yaml │ │ └── 2.0.37.384 │ │ └── GOG.Galaxy.yaml ├── GPSoftware │ └── DirectoryOpus │ │ └── latest │ │ └── GPSoftware.DirectoryOpus.yaml ├── Gauge │ └── Gauge │ │ ├── 1.0.6 │ │ └── Gauge.Gauge.yaml │ │ └── 1.1.7 │ │ └── Gauge.Gauge.yaml ├── Geany │ └── Geany │ │ └── 1.37.1 │ │ └── Geany.Geany.yaml ├── GenericMappingTools │ └── gmt │ │ └── 6.1.1 │ │ └── GenericMappingTools.gmt.yaml ├── GeoGebra │ ├── GeoGebraCASCalculator │ │ ├── 6.0.583.0 │ │ │ └── GeoGebra.GeoGebraCASCalculator.yaml │ │ ├── 6.0.592.0 │ │ │ └── GeoGebra.GeoGebraCASCalculator.yaml │ │ └── 6.0.620.0 │ │ │ └── GeoGebra.GeoGebraCASCalculator.yaml │ ├── GeoGebraClassic │ │ └── 6.0.620.0 │ │ │ └── GeoGebra.GeoGebraClassic.yaml │ ├── Geometry │ │ ├── 6.0.620.0 │ │ │ └── GeoGebra.Geometry.yaml │ │ └── 6.0.631.0 │ │ │ └── GeoGebra.Geometry.yaml │ └── GraphingCalculator │ │ ├── 6.0.620.0 │ │ └── GeoGebra.GraphingCalculator.yaml │ │ └── 6.0.631.0 │ │ └── GeoGebra.GraphingCalculator.yaml ├── Gephi │ └── Gephi │ │ └── 0.9.2 │ │ └── Gephi.Gephi.yaml ├── Ghisler │ └── TotalCommander │ │ └── 9.51 │ │ └── Ghisler.TotalCommander.yaml ├── Ghostgum │ └── GSview │ │ └── 5.0 │ │ └── Ghostgum.GSview.yaml ├── GielCobben │ └── Caption │ │ └── 2.0.1 │ │ └── GielCobben.Caption.yaml ├── Giorgiotani │ └── Peazip │ │ ├── 7.2.1 │ │ └── Giorgiotani.Peazip.yaml │ │ ├── 7.3.0 │ │ └── Giorgiotani.Peazip.yaml │ │ ├── 7.3.1 │ │ └── Giorgiotani.Peazip.yaml │ │ ├── 7.3.2 │ │ └── Giorgiotani.Peazip.yaml │ │ ├── 7.5.0.0 │ │ └── GiorgioTani.PeaZip.yaml │ │ ├── 7.7.1 │ │ └── GiorgioTani.PeaZip.yaml │ │ └── 7.8.0 │ │ └── GiorgioTani.PeaZip.yaml ├── Git │ └── Git │ │ ├── 2.24.1.2 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.25.1 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.26.2 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.27.0 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.28.0 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.29.0 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.29.2.2 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.29.2.3 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.30.0.2 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.30.1 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.30.2 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ ├── 2.31.0 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml │ │ └── 2.31.1 │ │ ├── Git.Git.installer.yaml │ │ ├── Git.Git.locale.en-US.yaml │ │ └── Git.Git.yaml ├── GitExtensionsTeam │ └── GitExtensions │ │ ├── 3.3.1 │ │ └── GitExtensionsTeam.GitExtensions.yaml │ │ ├── 3.4.1 │ │ └── GitExtensionsTeam.GitExtensions.yaml │ │ └── 3.4.3 │ │ └── GitExtensionsTeam.GitExtensions.yaml ├── GitHub │ ├── Atom │ │ ├── 1.45.0 │ │ │ ├── GitHub.Atom.installer.yaml │ │ │ ├── GitHub.Atom.locale.en-US.yaml │ │ │ └── GitHub.Atom.yaml │ │ ├── 1.47.0 │ │ │ ├── GitHub.Atom.installer.yaml │ │ │ ├── GitHub.Atom.locale.en-US.yaml │ │ │ └── GitHub.Atom.yaml │ │ ├── 1.48.0 │ │ │ ├── GitHub.Atom.installer.yaml │ │ │ ├── GitHub.Atom.locale.en-US.yaml │ │ │ └── GitHub.Atom.yaml │ │ ├── 1.49.0 │ │ │ ├── GitHub.Atom.installer.yaml │ │ │ ├── GitHub.Atom.locale.en-US.yaml │ │ │ └── GitHub.Atom.yaml │ │ └── 1.55.0 │ │ │ ├── GitHub.Atom.installer.yaml │ │ │ ├── GitHub.Atom.locale.en-US.yaml │ │ │ └── GitHub.Atom.yaml │ ├── GitHubDesktop │ │ ├── 2.4.3 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.5.0 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.5.2 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.5.3 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.5.4 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.5.5 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.5.6 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.5.7 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.6.0 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.6.1 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.6.2 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.6.3 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.6.4 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.6.5 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.6.6 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ ├── 2.7.1 │ │ │ └── GitHub.GitHubDesktop.yaml │ │ └── 2.7.2 │ │ │ └── GitHub.GitHubDesktop.yaml │ ├── GitHubDesktopBeta │ │ ├── 2.5.6-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.5.6-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.5.6-beta3 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.5.7-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.5.7-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.5.8-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.0-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.1-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.1-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.1-beta3 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.2-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.2-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.2-beta4 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.3-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.3-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.3-beta3 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.4-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.4-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.6.6-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.7.0-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.7.0-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.7.0-beta3 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.7.0-beta4 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.7.0-beta5 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.7.0-beta6 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ ├── 2.7.2-beta1 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ │ └── 2.7.2-beta2 │ │ │ └── GitHub.GitHubDesktopBeta.yaml │ ├── GitLFS │ │ ├── 2.11.0 │ │ │ └── GitHub.GitLFS.yaml │ │ └── 2.13.2 │ │ │ └── GitHub.GitLFS.yaml │ └── cli │ │ ├── 0.10.1 │ │ └── GitHub.cli.yaml │ │ ├── 0.11.0 │ │ └── GitHub.cli.yaml │ │ ├── 0.11.1 │ │ └── GitHub.cli.yaml │ │ ├── 0.12.0 │ │ └── GitHub.cli.yaml │ │ ├── 0.8.0 │ │ └── GitHub.cli.yaml │ │ ├── 0.9.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.0.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.1.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.2.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.2.1 │ │ └── GitHub.cli.yaml │ │ ├── 1.3.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.3.1 │ │ └── GitHub.cli.yaml │ │ ├── 1.4.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.5.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.6.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.6.1 │ │ └── GitHub.cli.yaml │ │ ├── 1.6.2 │ │ └── GitHub.cli.yaml │ │ ├── 1.7.0 │ │ └── GitHub.cli.yaml │ │ ├── 1.8.0 │ │ └── GitHub.cli.yaml │ │ └── 1.8.1 │ │ └── GitHub.cli.yaml ├── GitSquared │ └── edex-ui │ │ └── 2.2.7 │ │ └── GitSquared.edex-ui.yaml ├── Gitlab │ └── Gitter │ │ └── IM │ │ ├── 4.1.0 │ │ └── Gitlab.Gitter.IM.yaml │ │ └── 5.1.0 │ │ └── Gitlab.Gitter.IM.yaml ├── Giuspen │ └── Cherrytree │ │ ├── 0.99.32.0 │ │ └── Giuspen.Cherrytree.yaml │ │ └── 0.99.33.0 │ │ └── Giuspen.Cherrytree.yaml ├── Glarysoft │ └── GlaryUtilities │ │ └── latest │ │ └── Glarysoft.GlaryUtilities.yaml ├── GlavSoft │ └── TightVNC │ │ └── 2.8.59 │ │ └── GlavSoft.TightVNC.yaml ├── Glimpse │ ├── Glimpse-x86 │ │ └── 0.2.0 │ │ │ └── Glimpse.Glimpse-x86.yaml │ └── Glimpse │ │ ├── 0.1.2 │ │ └── Glimpse.Glimpse.yaml │ │ └── 0.2.0 │ │ └── Glimpse.Glimpse.yaml ├── GnuCash │ └── GnuCash │ │ ├── 3.10 │ │ └── GnuCash.GnuCash.yaml │ │ ├── 4.1 │ │ └── GnuCash.GnuCash.yaml │ │ ├── 4.2 │ │ └── GnuCash.GnuCash.yaml │ │ ├── 4.3 │ │ └── GnuCash.GnuCash.yaml │ │ └── 4.4 │ │ └── GnuCash.GnuCash.yaml ├── GnuPG │ ├── GnuPG │ │ ├── 2.2.20 │ │ │ └── GnuPG.GnuPG.yaml │ │ ├── 2.2.23 │ │ │ └── GnuPG.GnuPG.yaml │ │ └── 2.2.27 │ │ │ └── GnuPG.GnuPG.yaml │ └── Gpg4win │ │ ├── 3.1.11 │ │ └── gnupg.Gpg4win.yaml │ │ └── 3.1.15 │ │ └── gnupg.Gpg4win.yaml ├── GnuWin32 │ ├── Grep │ │ └── 2.5.4 │ │ │ └── GnuWin32.Grep.yaml │ ├── Make │ │ └── 3.81 │ │ │ └── GnuWin32.Make.yaml │ ├── Wget │ │ └── 1.11.4 │ │ │ └── GnuWin32.Wget.yaml │ └── Zip │ │ └── 3.0 │ │ └── GnuWin32.Zip.yaml ├── GoCD │ ├── Agent │ │ └── 21.1.0 │ │ │ └── GoCD.Agent.yaml │ └── Server │ │ └── 21.1.0 │ │ └── GoCD.Server.yaml ├── GoLang │ ├── Go-Unstable │ │ └── 1.15-beta1 │ │ │ └── Golang.Go-Unstable.yaml │ └── Go │ │ ├── 1.13.12 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.13.13 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.13.14 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.13.15 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.14.10 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.14.3 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.14.4 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.14.5 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.14.6 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.14.7 │ │ └── GoLang.Go.yaml │ │ ├── 1.14.8 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.14.9 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.0 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.1 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.2 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.3 │ │ └── GoLang.Go.yaml │ │ ├── 1.15.4 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.5 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.6 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.7 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.15.8 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.16.0 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ ├── 1.16.2 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml │ │ └── 1.16.3 │ │ ├── GoLang.Go.installer.yaml │ │ ├── GoLang.Go.locale.en-US.yaml │ │ └── GoLang.Go.yaml ├── GoldWave │ ├── GoldWave │ │ └── 6.54 │ │ │ └── GoldWave.GoldWave.yaml │ └── VideoMeld │ │ └── 1.65 │ │ └── GoldWave.VideoMeld.yaml ├── GoldenDict │ └── GoldenDict │ │ ├── 1.0.1-1 │ │ └── GoldenDict.GoldenDict.yaml │ │ └── 1.5.0-rc2-372 │ │ └── GoldenDict.GoldenDict.yaml ├── Google │ ├── AndroidStudio │ │ └── 4.1.2.0 │ │ │ └── Google.AndroidStudio.yaml │ ├── Chrome │ │ └── 68.73.16498 │ │ │ ├── Google.Chrome.installer.yaml │ │ │ ├── Google.Chrome.locale.en-US.yaml │ │ │ └── Google.Chrome.yaml │ ├── ChromeBeta │ │ └── 68.83.32829 │ │ │ └── Google.ChromeBeta.yaml │ ├── ChromeDev │ │ └── 90.0.4430.19 │ │ │ ├── Google.ChromeDev.installer.yaml │ │ │ ├── Google.ChromeDev.locale.en-US.yaml │ │ │ └── Google.ChromeDev.yaml │ ├── CloudSDK │ │ └── latest │ │ │ └── Google.CloudSDK.yaml │ ├── DriveFileStream │ │ └── 46.0.3.0 │ │ │ └── Google.DriveFileStream.yaml │ ├── EarthPro │ │ └── 7.3.3 │ │ │ └── Google.EarthPro.yaml │ └── IAPDesktop │ │ ├── 2.10.414 │ │ └── Google.IAPDesktop.yaml │ │ ├── 2.11.481 │ │ └── Google.IAPDesktop.yaml │ │ ├── 2.12.511 │ │ └── Google.IAPDesktop.yaml │ │ ├── 2.13.549 │ │ └── Google.IAPDesktop.yaml │ │ ├── 2.14.565 │ │ └── Google.IAPDesktop.yaml │ │ ├── 2.7.315 │ │ └── Google.IAPDesktop.yaml │ │ ├── 2.8.352 │ │ └── Google.IAPDesktop.yaml │ │ └── 2.9.392 │ │ └── Google.IAPDesktop.yaml ├── GrafanaLabs │ ├── GrafanaEnterprise │ │ ├── 7.0.0 │ │ │ └── GrafanaLabs.GrafanaEnterprise.yaml │ │ ├── 7.0.3 │ │ │ └── GrafanaLabs.GrafanaEnterprise.yaml │ │ ├── 7.1.4 │ │ │ └── GrafanaLabs.GrafanaEnterprise.yaml │ │ ├── 7.4.3 │ │ │ └── GrafanaLabs.GrafanaEnterprise.yaml │ │ ├── 7.5.2 │ │ │ └── GrafanaLabs.GrafanaEnterprise.yaml │ │ └── 7.5.3 │ │ │ └── GrafanaLabs.GrafanaEnterprise.yaml │ └── GrafanaOSS │ │ ├── 7.0.0 │ │ └── GrafanaLabs.GrafanaOSS.yaml │ │ ├── 7.0.3 │ │ └── GrafanaLabs.GrafanaOSS.yaml │ │ ├── 7.1.4 │ │ └── GrafanaLabs.GrafanaOSS.yaml │ │ ├── 7.4.3 │ │ └── GrafanaLabs.GrafanaOSS.yaml │ │ ├── 7.5.2 │ │ └── GrafanaLabs.GrafanaOSS.yaml │ │ └── 7.5.3 │ │ └── GrafanaLabs.GrafanaOSS.yaml ├── Gramps │ └── Gramps │ │ └── 5.1.3 │ │ └── Gramps.Gramps.yaml ├── Graphcool │ └── GraphQLPlayground │ │ └── 1.8.10 │ │ └── Graphcool.GraphQLPlayground.yaml ├── Graphviz │ └── Graphviz │ │ ├── 2.38 │ │ └── Graphviz.Graphviz.yaml │ │ ├── 2.44.1 │ │ └── Graphviz.Graphviz.yaml │ │ ├── 2.46.1 │ │ └── Graphviz.Graphviz.yaml │ │ └── 2.47.0 │ │ └── Graphviz.Graphviz.yaml ├── Greenshot │ └── Greenshot │ │ └── 1.2.10.6 │ │ └── Greenshot.Greenshot.yaml ├── Gridcoin │ └── Client │ │ └── 5.2.2.0 │ │ └── Gridcoin.Client.yaml ├── GuinpinSoft │ └── MakeMKV │ │ └── v1.16.3 │ │ └── GuinpinSoft.MakeMKV.yaml ├── g07cha │ └── pomodoro │ │ └── 2.2.3 │ │ └── g07cha.pomodoro.yaml ├── gerardog │ └── gsudo │ │ └── 0.7.3 │ │ └── gerardog.gsudo.yaml ├── gergelycsernak │ └── euroscope │ │ └── 3.2.1.0 │ │ └── gergelycsernak.euroscope.yaml ├── getdata │ └── getdata │ │ └── 2.26 │ │ └── getdata.getdata.yaml ├── getgridea │ └── gridea │ │ └── 0.9.2 │ │ └── getgridea.gridea.yaml ├── gileli121 │ └── windowtop │ │ └── 4.1.3 │ │ └── gileli121.windowtop.yaml ├── gnome │ ├── Dia │ │ └── 0.97.2 │ │ │ └── gnome.Dia.yaml │ └── gedit │ │ └── 3.20.1 │ │ └── gnome.gedit.yaml ├── gnuplot │ └── gnuplot │ │ └── 5.4.1 │ │ └── gnuplot.gnuplot.yaml └── grammarly │ ├── GrammarlyForWindows │ └── 1.5.72 │ │ └── grammarly.GrammarlyForWindows.yaml │ └── grammarlyforoffice │ └── 6.8.261 │ └── grammarly.grammarlyforoffice.yaml ├── h ├── HHDSoftware │ └── FreeHexEditorNeo │ │ └── 6.44.01.6234 │ │ └── HHDSoftware.FreeHexEditorNeo.yaml ├── HMSoft │ └── HMNISEdit │ │ └── 2.0.3 │ │ └── HMSoft.HMNISEdit.yaml ├── HP │ └── HPCloudRecoveryTool │ │ └── 2.5.3 │ │ └── HP.HPCloudRecoveryTool.yaml ├── HR │ └── Crypter │ │ └── 4.0.0 │ │ └── HR.Crypter.yaml ├── HTTPToolKit │ └── HTTPToolKit │ │ ├── 0.1.22 │ │ └── HTTPToolKit.HTTPToolKit.yaml │ │ └── 1.2.1 │ │ └── HTTPToolKit.HTTPToolKit.yaml ├── HakuNeko │ └── HakuNeko │ │ └── 6.1.7 │ │ └── HakuNeko.HakuNeko.yaml ├── HamsterRepublic │ ├── BobTheHamsterVGA │ │ └── 1.0 │ │ │ └── HamsterRepublic.BobTheHamsterVGA.yaml │ └── OHRRPGCE │ │ └── 2020.05.02.11799 │ │ └── HamsterRepublic.OHRRPGCE.yaml ├── HandyOrg │ └── HandyWinget-GUI │ │ ├── 1.3.0.1 │ │ └── HandyOrg.HandyWinget-GUI.yaml │ │ ├── 2.1.0.0 │ │ └── HandyOrg.HandyWinget-GUI.yaml │ │ └── 3.2.2.0 │ │ └── HandyOrg.HandyWinget-GUI.yaml ├── Hashicorp │ └── Vagrant │ │ ├── 2.2.13 │ │ ├── Hashicorp.Vagrant.installer.yaml │ │ ├── Hashicorp.Vagrant.locale.en-US.yaml │ │ └── Hashicorp.Vagrant.yaml │ │ ├── 2.2.14 │ │ ├── Hashicorp.Vagrant.installer.yaml │ │ ├── Hashicorp.Vagrant.locale.en-US.yaml │ │ └── Hashicorp.Vagrant.yaml │ │ ├── 2.2.15 │ │ ├── Hashicorp.Vagrant.installer.yaml │ │ ├── Hashicorp.Vagrant.locale.en-US.yaml │ │ └── Hashicorp.Vagrant.yaml │ │ └── 2.2.9 │ │ ├── Hashicorp.Vagrant.installer.yaml │ │ ├── Hashicorp.Vagrant.locale.en-US.yaml │ │ └── Hashicorp.Vagrant.yaml ├── HearthSim │ └── HearthstoneDeckTracker │ │ └── 1.13.15.0 │ │ └── HearthSim.HearthstoneDeckTracker.yaml ├── Hedgewars │ └── Hedgewars │ │ └── 1.0.0 │ │ └── Hedgewars.Hedgewars.yaml ├── HeidiSQL │ └── HeidiSQL │ │ ├── 11.0 │ │ └── HeidiSQL.HeidiSQL.yaml │ │ ├── 11.1 │ │ └── HeidiSQL.HeidiSQL.yaml │ │ └── 11.2 │ │ └── HeidiSQL.HeidiSQL.yaml ├── Helio │ └── HelioWorkstation │ │ └── 3.4 │ │ └── Helio.HelioWorkstation.yaml ├── HenriWahl │ └── Nagstamon │ │ └── 3.4.1 │ │ └── HenriWahl.Nagstamon.yaml ├── Henry++ │ └── simplewall │ │ └── 3.2.4 │ │ └── Henry++.simplewall.yaml ├── HermannSchinagl │ └── LinkShellExtension │ │ └── 3.9.33 │ │ └── HermannSchinagl.LinkShellExtension.yaml ├── Heroku │ └── HerokuCLI │ │ └── 7.51.0.0 │ │ └── Heroku.HerokuCLI.yaml ├── HexChat │ └── HexChat │ │ └── 2.14.3 │ │ └── HexChat.HexChat.yaml ├── HexRays │ └── IDA-Freeware │ │ └── 7.0 │ │ └── HexRays.IDA-Freeware.yaml ├── HiddenReflex │ └── EpicBrowser │ │ └── 80.0 │ │ └── HiddenReflex.EpicBrowser.yaml ├── Hirschmann │ └── NotebookFanControl │ │ └── 1.6.3 │ │ └── Hirschmann.NotebookFanControl.yaml ├── Huawei │ ├── IdeaShare │ │ └── 6.19.0.25 │ │ │ └── Huawei.IdeaShare.yaml │ ├── QuickAppIde │ │ ├── 2.5.2 │ │ │ └── Huawei.QuickAppIde.yaml │ │ ├── 2.6.2 │ │ │ └── Huawei.QuickAppIDE.yaml │ │ ├── 3.0.2 │ │ │ └── Huawei.QuickAppIde.yaml │ │ └── 3.1.2 │ │ │ └── Huawei.QuickAppIde.yaml │ ├── Welink │ │ └── 7.4.3 │ │ │ └── Huawei.Welink.yaml │ ├── appgallery │ │ └── 1.0.0.301 │ │ │ └── huawei.appgallery.yaml │ ├── browser │ │ └── 85.0.4183.121 │ │ │ └── huawei.browser.yaml │ ├── hisuite │ │ └── 11.0.0.360 │ │ │ └── huawei.hisuite.yaml │ └── mobilecloud │ │ ├── 10.0.0.300 │ │ └── huawei.mobilecloud.yaml │ │ └── 10.2.2.300 │ │ └── huawei.mobilecloud.yaml ├── Hyne │ └── TimberDesign │ │ └── 7.5.15.0 │ │ └── Hyne.TimberDesign.yaml ├── HyperspaceDev │ └── HyperspaceDesktop │ │ └── 1.1.3 │ │ └── HyperspaceDev.HyperspaceDesktop.yaml ├── h3poteto │ └── whalebird-desktop │ │ └── 4.3.4 │ │ └── h3poteto.whalebird-desktop.yaml └── hql287 │ └── manta │ └── 1.1.4 │ └── hql287.manta.yaml ├── i ├── IBESoftware │ └── HelpNDoc │ │ └── 6.9.0.577 │ │ └── IBESoftware.HelpNDoc.yaml ├── IPFS │ └── IPFS-Desktop │ │ └── 0.14.0 │ │ └── IPFS.IPFS-Desktop.yaml ├── IRCCloud │ └── IRCCloud │ │ └── 0.16.0 │ │ └── IRCCloud.IRCCloud.yaml ├── IZArc │ └── IZArc │ │ └── 4.4 │ │ └── IZArc.IZArc.yaml ├── Icons8 │ └── Lunacy │ │ └── 6.9.0 │ │ └── Icons8.Lunacy.yaml ├── ImageMagick │ └── ImageMagick │ │ └── 7.0.11-6 │ │ ├── ImageMagick.ImageMagick.installer.yaml │ │ ├── ImageMagick.ImageMagick.locale.en-US.yaml │ │ └── ImageMagick.ImageMagick.yaml ├── Implbits │ └── HashTab │ │ ├── 5.2.0.14 │ │ └── Implbits.HashTab.yaml │ │ └── 6.0.0.34 │ │ └── Implbits.HashTab.yaml ├── InTheLoop │ └── LoopEmail │ │ └── 6.13.0.3232 │ │ └── InTheLoop.LoopEmail.yaml ├── IngoRuhnke │ └── Pingus │ │ └── 0.7.6 │ │ └── IngoRuhnke.Pingus.yaml ├── Initex │ └── YogaDNS │ │ └── latest │ │ └── Initex.YogaDNS.yaml ├── Inkscape │ └── Inkscape │ │ ├── 1.0.0 │ │ └── Inkscape.Inkscape.yaml │ │ ├── 1.0.1 │ │ └── Inkscape.Inkscape.yaml │ │ └── 1.0.2 │ │ └── Inkscape.Inkscape.yaml ├── Insecure │ └── Nmap │ │ └── 7.80 │ │ └── Insecure.Nmap.yaml ├── Insomnia │ ├── Insomnia │ │ ├── 2020.3.3 │ │ │ └── Insomnia.Insomnia.yaml │ │ ├── 2020.5.2 │ │ │ └── Insomnia.Insomnia.yaml │ │ ├── 2021.1.0 │ │ │ └── Insomnia.Insomnia.yaml │ │ └── 2021.1.1 │ │ │ └── Insomnia.Insomnia.yaml │ └── InsomniaDesigner │ │ ├── 2020.2.0 │ │ └── Insomnia.InsomniaDesigner.yaml │ │ ├── 2020.3.3 │ │ └── Insomnia.InsomniaDesigner.yaml │ │ └── 2020.5.2 │ │ └── Insomnia.InsomniaDesigner.yaml ├── Intel │ ├── IntelDriverAndSupportAssistant │ │ └── 21.1.5.2 │ │ │ └── Intel.IntelDriverAndSupportAssistant.yaml │ └── Iometer │ │ └── 1.1.0 │ │ └── Intel.Iometer.yaml ├── IrfanSkiljan │ └── IrfanView │ │ ├── 4.54 │ │ └── IrfanSkiljan.IrfanView.yaml │ │ └── 4.57 │ │ └── IrfanSkiljan.IrfanView.yaml ├── IronmanSoftware │ └── PowerShellUniversal │ │ ├── 1.3.2 │ │ └── IronmanSoftware.PowerShellUniversal.yaml │ │ └── 1.4.0 │ │ └── IronmanSoftware.PowerShellUniversal.yaml ├── IsWiX │ └── IsWiX │ │ └── 4.14.5 │ │ └── IsWiX.IsWiX.yaml ├── Iterate │ └── Cyberduck │ │ ├── 7.3.1 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.4.0 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.4.1 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.5.0 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.5.1 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.6.0 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.6.1 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.6.2 │ │ └── Iterate.Cyberduck.yaml │ │ ├── 7.7.1 │ │ └── Iterate.Cyberduck.yaml │ │ └── 7.8.3.34411 │ │ └── Iterate.Cyberduck.yaml ├── iA │ └── Writer │ │ └── 1.4.7655.28208 │ │ └── iA.Writer.yaml ├── intxcc │ └── pyaudio │ │ └── 0.2.11 │ │ └── intxcc.pyaudio.yaml └── isaaclevin │ └── presencelight │ ├── 1.0.171 │ └── isaaclevin.presencelight.yaml │ ├── 2.0.1 │ └── isaaclevin.presencelight.yaml │ ├── 2.0.49 │ └── isaaclevin.presencelight.yaml │ ├── 3.0.19 │ └── isaaclevin.presencelight.yaml │ ├── 3.0.43 │ └── isaaclevin.presencelight.yaml │ ├── 3.0.5 │ └── isaaclevin.presencelight.yaml │ ├── 3.5.15 │ └── isaaclevin.presencelight.yaml │ ├── 4.1.36 │ └── isaaclevin.presencelight.yaml │ └── 4.1.41 │ └── isaaclevin.presencelight.yaml ├── j ├── JAMSoftware │ ├── HeavyLoad │ │ └── 3.6.0 │ │ │ └── JAMSoftware.HeavyLoad.yaml │ ├── TreeSize │ │ └── 8.1.1.1570 │ │ │ └── JAMSoftware.TreeSize.yaml │ ├── TreeSizeFree │ │ └── 4.4.2 │ │ │ └── JAMSoftware.TreeSizeFree.yaml │ └── Ultrasearch │ │ └── 3.0.1.634 │ │ └── JAMSoftware.Ultrasearch.yaml ├── JFLarvoire │ └── Ag │ │ └── 2.2.3 │ │ └── JFLarvoire.Ag.yaml ├── JFrog │ └── Conan │ │ ├── 1.26.0 │ │ └── JFrog.Conan.yaml │ │ ├── 1.27.1 │ │ └── JFrog.Conan.yaml │ │ ├── 1.30.2 │ │ └── JFrog.Conan.yaml │ │ ├── 1.31.2 │ │ └── JFrog.Conan.yaml │ │ ├── 1.32.1 │ │ └── JFrog.Conan.yaml │ │ └── 1.34.1 │ │ └── JFrog.Conan.yaml ├── JGraph │ └── Draw │ │ ├── 13.0.3 │ │ └── JGraph.Draw.yaml │ │ └── 14.4.3 │ │ └── JGraph.Draw.yaml ├── JRSoftware │ └── InnoSetup │ │ ├── 6.0.4 │ │ └── JRSoftware.InnoSetup.yaml │ │ ├── 6.0.5 │ │ └── JRSoftware.InnoSetup.yaml │ │ └── 6.1.2 │ │ └── JRSoftware.InnoSetup.yaml ├── JSFoundation │ └── Appium │ │ ├── 1.15.1 │ │ └── JSFoundation.Appium.yaml │ │ ├── 1.18.3 │ │ └── JSFoundation.Appium.yaml │ │ └── 1.20.2 │ │ └── JSFoundation.Appium.yaml ├── JabRef │ └── JabRef │ │ ├── 5.0 │ │ └── JabRef.JabRef.yaml │ │ ├── 5.1 │ │ └── JabRef.JabRef.yaml │ │ └── 5.2 │ │ └── JabRef.JabRef.yaml ├── Jabra │ └── Direct │ │ └── 5.2.20825 │ │ └── Jabra.Direct.yaml ├── Jackett │ └── Jackett │ │ ├── 0.16.1472 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.16.1684 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.16.1922 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.16.613 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.584 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.638 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.699 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.737 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.738 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.764 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.775 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.780 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.788 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.794 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.797 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.810 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.815 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.828 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.830 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.841 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.848 │ │ └── Jackett.Jackett.yaml │ │ ├── 0.17.855 │ │ └── Jackett.Jackett.yaml │ │ └── 0.17.856 │ │ └── Jackett.Jackett.yaml ├── JamesLarus │ └── SPIM │ │ └── 9.1.21 │ │ └── JamesLarus.SPIM.yaml ├── JamieOConnell │ └── MIDI-OX │ │ └── 7.0.2.372 │ │ └── JamieOConnell.MIDI-OX.yaml ├── JanFiala │ └── PSpad │ │ └── 5.0.4 │ │ └── JanFiala.PSpad.yaml ├── Jaquadro │ └── NBTExplorer │ │ └── 2.8.0 │ │ └── Jaquadro.NBTExplorer.yaml ├── JayPrall │ └── ColorCop │ │ └── 5.4.3 │ │ └── JayPrall.ColorCop.yaml ├── JetBrains │ ├── CLion │ │ ├── 2020.3.1 │ │ │ └── JetBrains.CLion.yaml │ │ ├── 2020.3.2 │ │ │ └── JetBrains.CLion.yaml │ │ ├── 2020.3.3 │ │ │ └── JetBrains.CLion.yaml │ │ └── 2021.1 │ │ │ └── JetBrains.CLion.yaml │ ├── DataGrip │ │ ├── 2020.3.1 │ │ │ └── JetBrains.DataGrip.yaml │ │ ├── 2020.3.2 │ │ │ └── JetBrains.DataGrip.yaml │ │ ├── 2021.1 │ │ │ └── JetBrains.DataGrip.yaml │ │ └── EarlyAccess │ │ │ └── 211.5538.21 │ │ │ └── JetBrains.DataGrip.EarlyAccess.yaml │ ├── GoLand │ │ ├── 2020.3.1 │ │ │ └── JetBrains.GoLand.yaml │ │ ├── 2020.3.2 │ │ │ └── JetBrains.GoLand.yaml │ │ ├── 2020.3.3 │ │ │ └── JetBrains.GoLand.yaml │ │ ├── 2020.3.4 │ │ │ └── JetBrains.GoLand.yaml │ │ └── EarlyAccess │ │ │ └── 211.5787.16 │ │ │ └── JetBrains.GoLand.EarlyAccess.yaml │ ├── IntelliJIDEA │ │ ├── Community │ │ │ ├── 2020.3.1 │ │ │ │ └── JetBrains.IntelliJIDEA.Community.yaml │ │ │ ├── 2020.3.2 │ │ │ │ └── JetBrains.IntelliJIDEA.Community.yaml │ │ │ ├── 2020.3.3 │ │ │ │ └── JetBrains.IntelliJIDEA.Community.yaml │ │ │ ├── 2020.3 │ │ │ │ └── JetBrains.IntelliJIDEA.Community.yaml │ │ │ └── 2021.1 │ │ │ │ └── JetBrains.IntelliJIDEA.Community.yaml │ │ ├── Edu │ │ │ ├── 2020.3.3 │ │ │ │ └── JetBrains.IntelliJIDEA.Edu.yaml │ │ │ └── 2020.3.4 │ │ │ │ └── JetBrains.IntelliJIDEA.Edu.yaml │ │ └── Ultimate │ │ │ ├── 2020.3.1 │ │ │ └── JetBrains.IntelliJIDEA.Ultimate.yaml │ │ │ ├── 2020.3.2 │ │ │ └── JetBrains.IntelliJIDEA.Ultimate.yaml │ │ │ ├── 2020.3.3 │ │ │ └── JetBrains.IntelliJIDEA.Ultimate.yaml │ │ │ └── 2021.1 │ │ │ └── JetBrains.IntelliJIDEA.Ultimate.yaml │ ├── MPS │ │ └── 2020.3.2 │ │ │ └── JetBrains.MPS.yaml │ ├── PHPStorm │ │ ├── 2020.3.1 │ │ │ └── JetBrains.PHPStorm.yaml │ │ ├── 2020.3.2 │ │ │ └── JetBrains.PHPStorm.yaml │ │ └── 2020.3.3 │ │ │ └── JetBrains.PHPStorm.yaml │ ├── PyCharm │ │ ├── Community │ │ │ ├── 2020.3.2 │ │ │ │ └── JetBrains.PyCharm.Community.yaml │ │ │ ├── 2020.3.3 │ │ │ │ └── JetBrains.PyCharm.Community.yaml │ │ │ ├── 2020.3.4 │ │ │ │ └── JetBrains.PyCharm.Community.yaml │ │ │ ├── 2020.3 │ │ │ │ └── JetBrains.PyCharm.Community.yaml │ │ │ └── 2021.1 │ │ │ │ └── JetBrains.PyCharm.Community.yaml │ │ └── Professional │ │ │ ├── 2020.3.2 │ │ │ └── JetBrains.PyCharm.Professional.yaml │ │ │ ├── 2020.3.3 │ │ │ └── JetBrains.PyCharm.Professional.yaml │ │ │ ├── 2020.3.4 │ │ │ └── JetBrains.PyCharm.Professional.yaml │ │ │ ├── 2020.3 │ │ │ └── JetBrains.PyCharm.Professional.yaml │ │ │ └── 2021.1 │ │ │ └── JetBrains.PyCharm.Professional.yaml │ ├── Rider │ │ ├── 2020.3.2 │ │ │ └── JetBrains.Rider.yaml │ │ ├── 2020.3.3 │ │ │ └── JetBrains.Rider.yaml │ │ ├── 2020.3.4 │ │ │ └── JetBrains.Rider.yaml │ │ └── EarlyAccess │ │ │ └── 211.5787.11 │ │ │ └── JetBrains.Rider.EarlyAccess.yaml │ ├── RubyMine │ │ ├── 2020.3.2 │ │ │ └── JetBrains.RubyMine.yaml │ │ ├── 2020.3.3 │ │ │ └── JetBrains.RubyMine.yaml │ │ └── 2021.1 │ │ │ └── JetBrains.RubyMine.yaml │ ├── TeamCity │ │ └── 2020.2.3 │ │ │ └── JetBrains.TeamCity.yaml │ ├── Toolbox │ │ ├── 1.17.7275.0 │ │ │ └── JetBrains.Toolbox.yaml │ │ ├── 1.18.7455.0 │ │ │ └── JetBrains.Toolbox.yaml │ │ ├── 1.18.7609.0 │ │ │ └── JetBrains.Toolbox.yaml │ │ ├── 1.19.7784.0 │ │ │ └── JetBrains.Toolbox.yaml │ │ ├── 1.20.7939.0 │ │ │ └── JetBrains.Toolbox.yaml │ │ └── 1.20.7940.0 │ │ │ └── JetBrains.Toolbox.yaml │ ├── WebStorm │ │ ├── 2020.3.1 │ │ │ └── JetBrains.WebStorm.yaml │ │ ├── 2020.3.2 │ │ │ └── JetBrains.WebStorm.yaml │ │ ├── 2020.3.3 │ │ │ └── JetBrains.WebStorm.yaml │ │ └── 2021.1 │ │ │ └── JetBrains.WebStorm.yaml │ └── dotUltimate │ │ ├── 2020.3.3 │ │ └── JetBrains.dotUltimate.yaml │ │ └── 2020.3.4 │ │ └── JetBrains.dotUltimate.yaml ├── Jianguoyun │ └── Jianguoyun │ │ └── 4.3.5 │ │ └── Jianguoyun.Jianguoyun.yaml ├── Jitsi │ └── Meet │ │ ├── 2.3.1 │ │ └── Jitsi.Meet.yaml │ │ ├── 2.4.1 │ │ └── Jitsi.Meet.yaml │ │ ├── 2.4.2 │ │ └── Jitsi.Meet.yaml │ │ ├── 2.5.1 │ │ └── Jitsi.Meet.yaml │ │ ├── 2.6.0 │ │ └── Jitsi.Meet.yaml │ │ ├── 2.6.1 │ │ └── Jitsi.Meet.yaml │ │ ├── 2.7.1 │ │ └── Jitsi.Meet.yaml │ │ └── 2.8.3 │ │ └── Jitsi.Meet.yaml ├── JoachimEibl │ └── KDiff3 │ │ └── 0.9.98 │ │ └── JoachimEibl.KDiff3.yaml ├── JohnMacFarlane │ └── Pandoc │ │ ├── 2.10.1 │ │ └── JohnMacFarlane.Pandoc.yaml │ │ ├── 2.11.0.2 │ │ └── JohnMacFarlane.Pandoc.yaml │ │ ├── 2.11.1 │ │ └── JohnMacFarlane.Pandoc.yaml │ │ ├── 2.11.3.2 │ │ └── JohnMacFarlane.Pandoc.yaml │ │ ├── 2.11.4 │ │ └── JohnMacFarlane.Pandoc.yaml │ │ └── 2.9.2.1 │ │ └── JohnMacFarlane.Pandoc.yaml ├── Joplin │ └── Joplin │ │ ├── 1.0.216 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.0.233 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.2.6 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.3.18 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.4.11 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.4.19 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.5.14 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.6.5 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.6.7 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.6.8 │ │ └── Joplin.Joplin.yaml │ │ ├── 1.7.11 │ │ └── Joplin.Joplin.yaml │ │ └── 1.8.1 │ │ └── Joplin.Joplin.yaml ├── Julialang │ └── Julia │ │ ├── 1.4.1 │ │ └── Julialang.Julia.yaml │ │ ├── 1.4.2.0 │ │ └── Julialang.Julia.yaml │ │ ├── 1.5.1.0 │ │ └── Julialang.Julia.yaml │ │ └── 1.5.4 │ │ └── Julialang.Julia.yaml ├── james │ └── james │ │ └── 2.1.2 │ │ └── james.james.yaml ├── jamesbowden │ └── qws │ │ └── 1.56 │ │ └── jamesbowden.qws.yaml ├── jbreland │ ├── autoflac │ │ └── 1.2 │ │ │ └── jbreland.autoflac.yaml │ └── uniextract │ │ └── 1.6.1 │ │ └── jbreland.uniextract.yaml ├── jely2002 │ └── youtube-dl-gui │ │ ├── 1.4.5 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.5.1 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.6.0 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.6.4 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.7.0 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.7.4 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.7.5 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.7.8 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.8.0 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.8.4 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.8.5 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.8.6 │ │ └── jely2002.youtube-dl-gui.yaml │ │ ├── 1.8.7 │ │ └── jely2002.youtube-dl-gui.yaml │ │ └── 2.0.0 │ │ └── jely2002.youtube-dl-gui.yaml ├── jie17 │ ├── electronic-gmail │ │ └── 0.0.18 │ │ │ └── jie17.electronic-gmail.yaml │ └── v2ray-electron │ │ └── 0.15.0 │ │ └── jie17.v2ray-electron.yaml ├── joe │ └── joe │ │ └── 4.6 │ │ └── joe.joe.yaml └── joncampbell123 │ └── DOSBox-X │ └── 0.83.11 │ └── joncampbell123.DOSBox-X.yaml ├── k ├── KCSoftwares │ └── SUMo │ │ └── 5.12.10.486 │ │ └── KCSoftwares.SUMo.yaml ├── KDE │ ├── KDEConnect │ │ ├── 1.4.545 │ │ │ └── KDE.KDEConnect.yaml │ │ ├── 1.4.548 │ │ │ └── KDE.KDEConnect.yaml │ │ └── 1.4.550 │ │ │ └── KDE.KDEConnect.yaml │ ├── KDiff3 │ │ ├── 1.8.2 │ │ │ └── KDE.KDiff3.yaml │ │ └── 1.8.4 │ │ │ └── KDE.KDiff3.yaml │ ├── Kdenlive │ │ ├── 20.04.1 │ │ │ └── KDE.Kdenlive.yaml │ │ ├── 20.08.0 │ │ │ └── KDE.Kdenlive.yaml │ │ └── 20.12.2 │ │ │ └── KDE.Kdenlive.yaml │ ├── Krita │ │ └── 4.4.2 │ │ │ └── KDE.Krita.yaml │ ├── KritaShellExtension │ │ └── 1.2.4 │ │ │ └── KDE.KritaShellExtension.yaml │ ├── Marble │ │ └── 2.2.0 │ │ │ └── KDE.Marble.yaml │ ├── digikam │ │ └── 7.1.0 │ │ │ └── KDE.digikam.yaml │ ├── kdevelop │ │ └── 5.5.0 │ │ │ └── KDE.kdevelop.yaml │ ├── kexi │ │ └── 3.2.0 │ │ │ └── KDE.kexi.yaml │ ├── kile │ │ └── 2.9.93 │ │ │ └── KDE.kile.yaml │ ├── kmymoney │ │ └── 5.0.6 │ │ │ └── kde.kmymoney.yaml │ ├── kstars │ │ └── 3.5.2 │ │ │ └── KDE.kstars.yaml │ ├── labplot │ │ └── 2.8.1 │ │ │ └── kde.labplot.yaml │ ├── rkward │ │ └── 0.7.2 │ │ │ └── kde.rkward.yaml │ └── umbrello │ │ └── 2.32.0 │ │ └── kde.umbrello.yaml ├── KKBOX │ └── KKBOX │ │ ├── 7.2.30 │ │ └── KKBOX.KKBOX.yaml │ │ └── 7.2.52 │ │ └── KKBOX.KKBOX.yaml ├── Kaspersky │ └── SecurityCloud │ │ └── 4.21.0.0 │ │ └── Kaspersky.SecurityCloud.yaml ├── Kebler │ └── Kebler │ │ └── 0.8.2.7 │ │ └── Kebler.Kebler.yaml ├── KeePassXCTeam │ └── KeePassXC │ │ ├── 2.5.4 │ │ └── KeePassXCTeam.KeePassXC.yaml │ │ ├── 2.6.0 │ │ └── KeePassXCTeam.KeePassXC.yaml │ │ ├── 2.6.1 │ │ └── KeePassXCTeam.KeePassXC.yaml │ │ ├── 2.6.2 │ │ └── KeePassXCTeam.KeePassXC.yaml │ │ ├── 2.6.3 │ │ └── KeePassXCTeam.KeePassXC.yaml │ │ └── 2.6.4 │ │ └── KeePassXCTeam.KeePassXC.yaml ├── KeeWeb │ └── KeeWeb │ │ ├── 1.15.7 │ │ └── KeeWeb.KeeWeb.yaml │ │ └── 1.17.4 │ │ └── keeweb.keeweb.yaml ├── Keybase │ └── Keybase │ │ ├── 5.4.2-20200424170113+7b0bbf1e3c │ │ └── Keybase.Keybase.yaml │ │ ├── 5.6.0-20200528221358+040af40287 │ │ └── Keybase.Keybase.yaml │ │ └── 5.6.0-20210125222411+2fce572e3b │ │ └── Keybase.Keybase.yaml ├── KhronosGroup │ └── VulkanSDK │ │ └── 1.2.135.0 │ │ └── KhronosGroup.VulkanSDK.yaml ├── KiCad │ ├── KiCad │ │ ├── 5.1.5_1 │ │ │ └── KiCad.KiCad.yaml │ │ ├── 5.1.6 │ │ │ └── KiCad.KiCad.yaml │ │ ├── 5.1.7 │ │ │ └── KiCad.KiCad.yaml │ │ ├── 5.1.8 │ │ │ └── KiCad.KiCad.yaml │ │ └── 5.1.9 │ │ │ └── KiCad.KiCad.yaml │ └── KiCadLite │ │ ├── 5.1.6 │ │ └── KiCad.KiCadLite.yaml │ │ └── 5.1.9 │ │ └── KiCad.KiCadLite.yaml ├── Kitware │ └── CMake │ │ ├── 3.18.3 │ │ └── Kitware.CMake.yaml │ │ ├── 3.19.6 │ │ └── Kitware.CMake.yaml │ │ ├── 3.19.7 │ │ └── Kitware.CMake.yaml │ │ ├── 3.20.0-rc2 │ │ └── Kitware.CMake.yaml │ │ ├── 3.20.0-rc5 │ │ └── Kitware.CMake.yaml │ │ └── 3.20.0 │ │ └── Kitware.CMake.yaml ├── Klocman │ └── BulkCrapUninstaller │ │ └── 4.16.0.0 │ │ └── Klocman.BulkCrapUninstaller.yaml ├── Krisp │ └── Krisp │ │ └── 1.14.3 │ │ └── Krisp.Krisp.yaml ├── Kubernetes │ └── minikube │ │ ├── 1.15.1 │ │ └── Kubernetes.minikube.yaml │ │ ├── 1.16.0 │ │ └── Kubernetes.minikube.yaml │ │ ├── 1.17.1 │ │ └── Kubernetes.minikube.yaml │ │ ├── 1.18.0 │ │ └── Kubernetes.minikube.yaml │ │ └── 1.18.1 │ │ └── Kubernetes.minikube.yaml ├── Kuro │ ├── Mery │ │ └── 2.6.7 │ │ │ └── Kuro.Mery.yaml │ └── MeryBeta │ │ └── 3.2.5 │ │ └── Kuro.MeryBeta.yaml ├── k6 │ └── k6 │ │ ├── 0.30.0 │ │ └── k6.k6.yaml │ │ └── 0.31.1 │ │ └── k6.k6.yaml ├── kalilinux │ └── kalilinux │ │ └── 1.1.9.0 │ │ └── kalilinux.kalilinux.yaml ├── kamranahmedse │ └── pennywise │ │ └── 0.8.0 │ │ └── kamranahmedse.pennywise.yaml ├── kilian │ └── fromscratch │ │ └── 1.4.3 │ │ └── kilian.fromscratch.yaml ├── kingsoft │ └── kdocs │ │ ├── 2.0.0 │ │ └── kingsoft.kdocs.yaml │ │ ├── 2.10.0 │ │ └── kingsoft.kdocs.yaml │ │ ├── 2.2.0 │ │ └── kingsoft.kdocs.yaml │ │ ├── 2.5.0 │ │ └── kingsoft.kdocs.yaml │ │ ├── 2.6.0 │ │ └── kingsoft.kdocs.yaml │ │ ├── 2.7.0 │ │ └── kingsoft.kdocs.yaml │ │ └── 2.9.0 │ │ └── kingsoft.kdocs.yaml └── klaussinani │ ├── ao │ ├── 1.1.0 │ │ └── klaussinani.ao.yaml │ ├── 1.2.0 │ │ └── klaussinani.ao.yaml │ ├── 2.0.0 │ │ └── klaussinani.ao.yaml │ ├── 2.1.0 │ │ └── klaussinani.ao.yaml │ ├── 3.0.0 │ │ └── klaussinani.ao.yaml │ ├── 4.0.0 │ │ └── klaussinani.ao.yaml │ ├── 5.0.0 │ │ └── klaussinani.ao.yaml │ ├── 5.1.0 │ │ └── klaussinani.ao.yaml │ ├── 5.2.0 │ │ └── klaussinani.ao.yaml │ ├── 5.3.0 │ │ └── klaussinani.ao.yaml │ ├── 5.4.0 │ │ └── klaussinani.ao.yaml │ ├── 5.5.0 │ │ └── klaussinani.ao.yaml │ ├── 5.6.0 │ │ └── klaussinani.ao.yaml │ ├── 6.0.0 │ │ └── klaussinani.ao.yaml │ ├── 6.1.0 │ │ └── klaussinani.ao.yaml │ ├── 6.2.0 │ │ └── klaussinani.ao.yaml │ ├── 6.3.0 │ │ └── klaussinani.ao.yaml │ ├── 6.4.0 │ │ └── klaussinani.ao.yaml │ ├── 6.5.0 │ │ └── klaussinani.ao.yaml │ ├── 6.7.0 │ │ └── klaussinani.ao.yaml │ ├── 6.8.0 │ │ └── klaussinani.ao.yaml │ └── 6.9.0 │ │ └── klaussinani.ao.yaml │ └── tusk │ └── 0.23.0 │ └── klaussinani.tusk.yaml ├── l ├── LBRY │ └── LBRY │ │ ├── 0.45.1 │ │ └── LBRY.LBRY.yaml │ │ ├── 0.45.2 │ │ └── LBRY.LBRY.yaml │ │ ├── 0.46.2 │ │ └── LBRY.LBRY.yaml │ │ ├── 0.47.0 │ │ └── LBRY.LBRY.yaml │ │ ├── 0.47.1 │ │ └── LBRY.LBRY.yaml │ │ └── 0.49.4 │ │ └── LBRY.LBRY.yaml ├── LINE │ └── LINE │ │ └── 6.7.2.2497 │ │ └── LINE.LINE.yaml ├── LINQPad │ ├── LINQPad5 │ │ └── latest │ │ │ └── LINQPad.LINQPad5.yaml │ └── LINQPad6 │ │ └── latest │ │ └── LINQPad.LINQPad6.yaml ├── LLVM │ └── LLVM │ │ ├── 10.0.0 │ │ └── LLVM.LLVM.yaml │ │ ├── 11.0.0 │ │ └── LLVM.LLVM.yaml │ │ └── 11.1.0 │ │ ├── LLVM.LLVM.installer.yaml │ │ ├── LLVM.LLVM.locale.en-US.yaml │ │ ├── LLVM.LLVM.locale.zh-CN.yaml │ │ └── LLVM.LLVM.yaml ├── LMMS │ ├── LMMS │ │ ├── 1.2.1 │ │ │ └── LMMS.LMMS.yaml │ │ └── 1.2.2 │ │ │ └── LMMS.LMMS.yaml │ └── LMMSNightly │ │ └── 1.3.0 │ │ └── LMMS.LMMSNightly.yaml ├── LUPhysics │ └── PyMODA │ │ └── 1.1.0 │ │ └── LUPhysics.PyMODA.yaml ├── LancelotSoftware │ └── MediaFileManager │ │ └── 2021.331.13.0 │ │ └── LancelotSoftware.MediaFileManager.yaml ├── LaurentCozic │ └── Joplin │ │ └── 1.0.201 │ │ └── LaurentCozic.Joplin.yaml ├── LaurentPRenedeCotret │ └── pandoc-plot │ │ ├── 0.7.1.0 │ │ └── LaurentPRenedeCotret.pandoc-plot.yaml │ │ ├── 1.0.0.0 │ │ └── LaurentPRenedeCotret.pandoc-plot.yaml │ │ ├── 1.0.1.0 │ │ └── LaurentPRenedeCotret.pandoc-plot.yaml │ │ ├── 1.0.2.0 │ │ └── LaurentPRenedeCotret.pandoc-plot.yaml │ │ ├── 1.0.2.1 │ │ └── LaurentPRenedeCotret.pandoc-plot.yaml │ │ └── 1.1.0 │ │ └── LaurentPRenedeCotret.pandoc-plot.yaml ├── Lazarus │ └── Lazarus │ │ ├── 2.0.12 │ │ └── Lazarus.Lazarus.yaml │ │ └── 2.0.8 │ │ └── Lazarus.Lazarus.yaml ├── LeNgocKhoa │ └── Laragon │ │ └── 4.0.15 │ │ └── LeNgocKhoa.Laragon.yaml ├── Lenovo │ ├── MigrationAssistant │ │ └── 2.1.2.32 │ │ │ └── Lenovo.MigrationAssistant.yaml │ └── SystemUpdate │ │ ├── 5.07.0097 │ │ └── Lenovo.SystemUpdate.yaml │ │ ├── 5.07.0106 │ │ └── Lenovo.SystemUpdate.yaml │ │ ├── 5.07.0110 │ │ └── Lenovo.SystemUpdate.yaml │ │ ├── 5.07.0113 │ │ └── Lenovo.SystemUpdate.yaml │ │ ├── 5.07.0117 │ │ └── Lenovo.SystemUpdate.yaml │ │ └── 5.07.0118 │ │ └── Lenovo.SystemUpdate.yaml ├── LeonardoZide │ └── LeoCAD │ │ └── 21.01 │ │ └── LeonardoZide.LeoCAD.yaml ├── Leonflix │ └── Leonflix │ │ └── 0.7.0 │ │ └── Leonflix.Leonflix.yaml ├── Levitsky │ └── FontBase │ │ └── 2.14.0 │ │ └── Levitsky.FontBase.yaml ├── Lexikos │ └── AutoHotkey │ │ ├── 1.1.32.00 │ │ └── Lexikos.AutoHotkey.yaml │ │ ├── 1.1.33.02 │ │ └── Lexikos.AutoHotkey.yaml │ │ ├── 1.1.33.04 │ │ └── Lexikos.AutoHotkey.yaml │ │ └── 1.1.33.06 │ │ └── Lexikos.AutoHotkey.yaml ├── LibreCAD │ └── LibreCAD │ │ └── 2.1.3 │ │ └── LibreCAD.LibreCAD.yaml ├── LibreOffice │ ├── LibreOffice-PreReleases │ │ ├── 7.0.0.2 │ │ │ └── LibreOffice.LibreOffice-PreReleases.yaml │ │ └── 7.0.0.3 │ │ │ └── LibreOffice.LibreOffice-PreReleases.yaml │ └── LibreOffice │ │ ├── 6.4.6.1 │ │ └── LibreOffice.LibreOffice.yaml │ │ ├── 6.4.6.2 │ │ └── LibreOffice.LibreOffice.yaml │ │ ├── 7.0.5 │ │ └── LibreOffice.LibreOffice.yaml │ │ ├── 7.1.1.2 │ │ └── LibreOffice.LibreOffice.yaml │ │ └── 7.1.2.2 │ │ └── LibreOffice.LibreOffice.yaml ├── Libretro │ └── RetroArch │ │ └── 1.9.0 │ │ └── Libretro.RetroArch.yaml ├── LiskFoundation │ └── LiskHub │ │ └── 1.22.0 │ │ └── LiskFoundation.LiskHub.yaml ├── LogMeIn │ ├── Hamachi │ │ └── 2.2.0.633 │ │ │ └── LogMeIn.Hamachi.yaml │ └── LastPass │ │ ├── 4.51.0.1751 │ │ └── LogMeIn.LastPass.yaml │ │ └── latest │ │ └── LogMeIn.LastPass.yaml ├── Logitech │ ├── CameraSettings │ │ └── 2.12.8.0 │ │ │ └── Logitech.CameraSettings.yaml │ ├── Harmony │ │ └── 1.0.1.308 │ │ │ └── Logitech.Harmony.yaml │ ├── LGH │ │ └── latest │ │ │ └── Logitech.LGH.yaml │ ├── LGS │ │ └── 9.02.65 │ │ │ └── Logitech.LGS.yaml │ ├── Options │ │ └── 8.36.86 │ │ │ └── Logitech.Options.yaml │ └── UnifyingSoftware │ │ └── 2.50.25 │ │ └── Logitech.UnifyingSoftware.yaml ├── Loom │ └── Loom │ │ ├── 0.37.2 │ │ └── Loom.Loom.yaml │ │ └── 0.65.2 │ │ └── Loom.Loom.yaml ├── Love2d │ └── Love2d │ │ └── 11.3 │ │ └── Love2d.Love2d.yaml ├── LovettSoftware │ └── MyMoney │ │ └── Net │ │ └── 1.1.71.0 │ │ └── LovettSoftware.MyMoney.Net.yaml ├── LutzRoeder │ └── Netron │ │ └── 4.8.7 │ │ └── LutzRoeder.Netron.yaml ├── LyX │ └── LyX │ │ ├── 2.3.4.4 │ │ └── LyX.LyX.yaml │ │ └── 2.3.5.2 │ │ └── LyX.LyX.yaml ├── lightspark │ └── lightspark │ │ └── 0.8.4.1 │ │ └── lightspark.lightspark.yaml ├── liri │ └── liribrowser │ │ └── 0.3 │ │ └── liri.liribrowser.yaml ├── listen1 │ ├── listen1 │ │ ├── 2.13.0 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.16.1 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.17.0 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.17.1 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.17.2 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.17.5 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.17.8 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.17.9 │ │ │ └── listen1.listen1.yaml │ │ ├── 2.18.0 │ │ │ └── listen1.listen1.yaml │ │ └── 2.19.0 │ │ │ └── listen1.listen1.yaml │ └── listen1_fluent │ │ ├── 2.17.1 │ │ └── listen1.listen1_fluent.yaml │ │ └── 2.5.2 │ │ └── listen1.listen1_fluent.yaml ├── long-woo │ └── 12306-electron │ │ └── 1.0.1 │ │ └── long-woo.12306-electron.yaml ├── lstratman │ └── easyconnect │ │ └── 3.0.0.82 │ │ └── lstratman.easyconnect.yaml └── lukehaas │ └── RunJS │ ├── 1.10.1 │ └── lukehaas.RunJS.yaml │ └── 1.14.1 │ └── lukehaas.RunJS.yaml ├── m ├── MHGames │ ├── IHaveNoTomatoes │ │ └── 1.5 │ │ │ └── MHGames.IHaveNoTomatoes.yaml │ └── ThoseFunnyFunguloids │ │ └── 1.06 │ │ └── MHGames.ThoseFunnyFunguloids.yaml ├── MIT │ └── CertAid │ │ └── 2.2.6 │ │ └── MIT.CertAid.yaml ├── MITMediaLab │ └── Scratch │ │ └── 3.20.1 │ │ └── MITMediaLab.Scratch.yaml ├── MKVToolNix │ └── MKVToolNix │ │ ├── 46.0.0 │ │ └── MKVToolNix.MKVToolNix.yaml │ │ ├── 47.0.0 │ │ └── MKVToolNix.MKVToolNix.yaml │ │ ├── 48.0.0 │ │ └── MKVToolNix.MKVToolNix.yaml │ │ ├── 49.0.0 │ │ └── MKVToolNix.MKVToolNix.yaml │ │ ├── 50.0.0 │ │ └── MKVToolNix.MKVToolNix.yaml │ │ ├── 54.0.0 │ │ └── MKVToolNix.MKVToolNix.yaml │ │ └── 55.0.0 │ │ └── MKVToolNix.MKVToolNix.yaml ├── MPC-HC │ └── MPC-HC │ │ └── 1.7.13 │ │ └── MPC-HC.MPC-HC.yaml ├── MRidgers │ └── Clink │ │ └── 0.4.9 │ │ └── MRidgers.Clink.yaml ├── MaLuns │ └── wallhaven-electron │ │ └── 1.0.0 │ │ └── MaLuns.wallhaven-electron.yaml ├── MabelisYT │ └── MabelTerm │ │ └── 1.4.4 │ │ └── MabelisYT.MabelTerm.yaml ├── MacPaw │ └── Encrypto │ │ └── 1.0.1 │ │ └── MacPaw.Encrypto.yaml ├── MacType │ └── MacType │ │ └── 2019.1-beta6 │ │ └── MacType.MacType.yaml ├── Malwarebytes │ ├── Malwarebytes │ │ └── 4.3.0.210 │ │ │ ├── Malwarebytes.Malwarebytes.installer.yaml │ │ │ ├── Malwarebytes.Malwarebytes.locale.en-US.yaml │ │ │ └── Malwarebytes.Malwarebytes.yaml │ └── Privacy │ │ └── 2.9.0.187 │ │ ├── Malwarebytes.Privacy.installer.yaml │ │ ├── Malwarebytes.Privacy.locale.en-US.yaml │ │ └── Malwarebytes.Privacy.yaml ├── MannheimUniversityLibrary │ └── TesseractOCR │ │ └── 5.0.0 │ │ └── MannheimUniversityLibrary.TesseractOCR.yaml ├── MarcinOtorowski │ └── MSIXHero │ │ ├── 0.7.0.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ ├── 0.7.1.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ ├── 0.8.1.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ ├── 0.9.1.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ ├── 1.0.16.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ ├── 1.0.5.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ ├── 1.2.0.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ ├── 1.4.3.0 │ │ └── MarcinOtorowski.MSIXHero.yaml │ │ └── 2.0.64.0 │ │ └── MarcinOtorowski.MSIXHero.yaml ├── MarekJasinski │ └── FreeCommanderXE │ │ └── 810a │ │ └── MarekJasinski.FreeCommanderXE.yaml ├── MariaDB │ └── Server │ │ ├── 10.5.8 │ │ ├── MariaDB.Server.installer.yaml │ │ ├── MariaDB.Server.locale.en-US.yaml │ │ └── MariaDB.Server.yaml │ │ └── 10.5.9 │ │ ├── MariaDB.Server.installer.yaml │ │ ├── MariaDB.Server.locale.en-US.yaml │ │ └── MariaDB.Server.yaml ├── MarkText │ └── MarkText │ │ ├── 0.16.2 │ │ └── MarkText.MarkText.yaml │ │ └── 0.16.3.2248 │ │ └── marktext.marktext.yaml ├── MarkoBL │ └── Rosi │ │ ├── 1.0.4 │ │ └── MarkoBL.Rosi.yaml │ │ └── 1.0.5 │ │ └── MarkoBL.Rosi.yaml ├── MasterPackager │ └── MasterPackager │ │ ├── 20.2.7457.0 │ │ └── MasterPackager.MasterPackager.yaml │ │ ├── 20.3.7519.0 │ │ └── MasterPackager.MasterPackager.yaml │ │ ├── 20.4.7622.0 │ │ └── MasterPackager.MasterPackager.yaml │ │ └── 21.1.7691.0 │ │ └── MasterPackager.MasterPackager.yaml ├── Mathpix │ └── MathpixSnippingTool │ │ └── 03.00.0009 │ │ └── Mathpix.MathpixSnippingTool.yaml ├── Mattermost │ └── MattermostDesktop │ │ ├── 4.4.2 │ │ └── Mattermost.MattermostDesktop.yaml │ │ ├── 4.5.0 │ │ └── Mattermost.MattermostDesktop.yaml │ │ ├── 4.5.1 │ │ └── Mattermost.MattermostDesktop.yaml │ │ ├── 4.5.2 │ │ └── Mattermost.MattermostDesktop.yaml │ │ ├── 4.5.3 │ │ └── Mattermost.MattermostDesktop.yaml │ │ ├── 4.5.4 │ │ └── Mattermost.MattermostDesktop.yaml │ │ ├── 4.6.0 │ │ └── Mattermost.MattermostDesktop.yaml │ │ ├── 4.6.1 │ │ └── Mattermost.MattermostDesktop.yaml │ │ └── 4.6.2 │ │ └── Mattermost.MattermostDesktop.yaml ├── MaximaTeam │ └── Maxima │ │ └── 5.44.0 │ │ └── MaximaTeam.Maxima.yaml ├── Maximus5 │ └── ConEmu │ │ └── 21.03.14 │ │ └── Maximus5.ConEmu.yaml ├── Maxthon │ └── Maxthon5 │ │ └── 5.3.8.2000 │ │ └── Maxthon.Maxthon5.yaml ├── MediaArea │ ├── MediaInfo-GUI │ │ ├── 20.09 │ │ │ └── MediaArea.MediaInfo-GUI.yaml │ │ └── 21.03 │ │ │ └── MediaArea.MediaInfo-GUI.yaml │ └── MediaInfo │ │ └── 20.09 │ │ └── MediaArea.MediaInfo.yaml ├── Mega │ └── MEGASync │ │ └── 4.4.0.0 │ │ └── Mega.MEGASync.yaml ├── MehediHassan │ └── Tweeten │ │ └── 5.0.3 │ │ └── MehediHassan.Tweeten.yaml ├── Meld │ └── Meld │ │ └── 3.20.3 │ │ └── Meld.Meld.yaml ├── Meltytech │ └── Shotcut │ │ ├── 20.04.12 │ │ └── Meltytech.Shotcut.yaml │ │ ├── 20.07.11 │ │ └── Meltytech.Shotcut.yaml │ │ ├── 21.01.29 │ │ └── Meltytech.Shotcut.yaml │ │ ├── 21.02.27 │ │ └── Meltytech.Shotcut.yaml │ │ └── 21.03.21 │ │ └── Meltytech.Shotcut.yaml ├── Melvin-Abraham │ └── Google-Assistant │ │ └── 1.0.0-rc.2 │ │ └── Melvin-Abraham.Google-Assistant.yaml ├── Memurai │ └── MemuraiDeveloper │ │ ├── 2.0.0 │ │ └── Memurai.MemuraiDeveloper.yaml │ │ ├── 2.0.1 │ │ └── Memurai.MemuraiDeveloper.yaml │ │ ├── 2.0.2 │ │ └── Memurai.MemuraiDeveloper.yaml │ │ └── 2.0.3 │ │ └── Memurai.MemuraiDeveloper.yaml ├── MeshHouse │ └── MeshHouse │ │ └── 0.2.7 │ │ └── MeshHouse.MeshHouse.yaml ├── MiXXX │ └── MiXXX │ │ └── 2.2.4 x64 │ │ └── MiXXX.MiXXX.yaml ├── Microsoft │ ├── ADKPEAddon │ │ └── 2004 │ │ │ └── Microsoft.ADKPEAddon.yaml │ ├── AccessibilityInsightsWindows │ │ └── 1.1.1467.01 │ │ │ └── Microsoft.AccessibilityInsightsWindows.yaml │ ├── AppInstallerFileBuilder │ │ └── 1.2020.211.0 │ │ │ └── Microsoft.AppInstallerFileBuilder.yaml │ ├── AzureCLI │ │ ├── 2.10.1 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.11.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.11.1 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.12.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.12.1 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.13.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.14.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.14.1 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.14.2 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.15.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.15.1 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.16.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.17.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.17.1 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.18.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.19.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.19.1 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.20.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.21.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.6.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ ├── 2.7.0 │ │ │ └── Microsoft.AzureCLI.yaml │ │ └── 2.8.0 │ │ │ └── Microsoft.AzureCLI.yaml │ ├── AzureCosmosEmulator │ │ ├── 2.11.1 │ │ │ └── Microsoft.AzureCosmosEmulator.yaml │ │ ├── 2.11.10 │ │ │ └── Microsoft.AzureCosmosEmulator.yaml │ │ ├── 2.11.11 │ │ │ └── Microsoft.AzureCosmosEmulator.yaml │ │ ├── 2.11.8 │ │ │ └── Microsoft.AzureCosmosEmulator.yaml │ │ └── 2.9.2 │ │ │ └── Microsoft.AzureCosmosEmulator.yaml │ ├── AzureDataStudio │ │ ├── 1.18.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.18.1 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.19.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.21.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.22.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.22.1 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.23.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.24.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.25.1 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.25.2 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ ├── 1.26.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ │ └── 1.27.0 │ │ │ └── Microsoft.AzureDataStudio.yaml │ ├── AzureFunctionsCoreTools │ │ ├── 3.0.2534 │ │ │ └── Microsoft.AzureFunctionsCoreTools.yaml │ │ ├── 3.0.3233 │ │ │ └── Microsoft.AzureFunctionsCoreTools.yaml │ │ ├── 3.0.3284 │ │ │ └── Microsoft.AzureFunctionsCoreTools.yaml │ │ ├── 3.0.3331 │ │ │ └── Microsoft.AzureFunctionsCoreTools.yaml │ │ └── 3.0.3388 │ │ │ └── Microsoft.AzureFunctionsCoreTools.yaml │ ├── AzureStorageEmulator │ │ └── 5.10.19227.2113 │ │ │ └── Microsoft.AzureStorageEmulator.yaml │ ├── AzureStorageExplorer │ │ ├── 1.14.0 │ │ │ └── Microsoft.AzureStorageExplorer.yaml │ │ ├── 1.15.1 │ │ │ └── Microsoft.AzureStorageExplorer.yaml │ │ └── 1.18.1 │ │ │ └── Microsoft.AzureStorageExplorer.yaml │ ├── Bicep │ │ ├── 0.2.328 │ │ │ └── Microsoft.Bicep.yaml │ │ ├── 0.3.1 │ │ │ └── Microsoft.Bicep.yaml │ │ └── 0.3.126 │ │ │ └── Microsoft.Bicep.yaml │ ├── BotFrameworkComposer │ │ ├── 1.0.0 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ ├── 1.0.1 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ ├── 1.0.2 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ ├── 1.1.1 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ ├── 1.2.0 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ ├── 1.2.1 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ ├── 1.3.0 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ ├── 1.3.1 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ │ └── 1.4.0 │ │ │ └── Microsoft.BotFrameworkComposer.yaml │ ├── BotFrameworkEmulator │ │ ├── 4.10.0 │ │ │ └── Microsoft.BotFrameworkEmulator.yaml │ │ ├── 4.11.0 │ │ │ └── Microsoft.BotFrameworkEmulator.yaml │ │ ├── 4.12.0 │ │ │ └── Microsoft.BotFrameworkEmulator.yaml │ │ ├── 4.8.1 │ │ │ └── Microsoft.BotFrameworkEmulator.yaml │ │ └── 4.9.0 │ │ │ └── Microsoft.BotFrameworkEmulator.yaml │ ├── DeploymentToolkit │ │ └── 8456 │ │ │ └── Microsoft.DeploymentToolkit.yaml │ ├── Edge │ │ ├── 81.0.416.77 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 83.0.478.37 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 83.0.478.45 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 83.0.478.61 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 84.0.522.40 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 85.0.564.41 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 85.0.564.68 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 85.0.564.70 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.38 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.43 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.48 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.51 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.56 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.58 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.61 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.63 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.68 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 86.0.622.69 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.41 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.47 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.52 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.55 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.57 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.60 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.66 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 87.0.664.75 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.50 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.53 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.56 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.62 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.63 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.68 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.74 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 88.0.705.81 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 89.0.774.45 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 89.0.774.48 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 89.0.774.50 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 89.0.774.54 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 89.0.774.57 │ │ │ └── Microsoft.Edge.yaml │ │ ├── 89.0.774.63 │ │ │ └── Microsoft.Edge.yaml │ │ └── 89.0.774.68 │ │ │ ├── Microsoft.Edge.installer.yaml │ │ │ ├── Microsoft.Edge.locale.en-US.yaml │ │ │ └── Microsoft.Edge.yaml │ ├── EdgeBeta │ │ ├── 88.0.705.22 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 88.0.705.41 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 88.0.705.45 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 88.0.705.49 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 88.0.705.56 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.18 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.23 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.27 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.34 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.39 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.45 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.48 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.50 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 89.0.774.54 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 90.0.818.14 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 90.0.818.22 │ │ │ └── Microsoft.EdgeBeta.yaml │ │ ├── 90.0.818.27 │ │ │ ├── Microsoft.EdgeBeta.installer.yaml │ │ │ ├── Microsoft.EdgeBeta.locale.en-US.yaml │ │ │ └── Microsoft.EdgeBeta.yaml │ │ └── 90.0.818.8 │ │ │ └── Microsoft.EdgeBeta.yaml │ ├── EdgeDev │ │ ├── 89.0.731.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 89.0.752.1 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 89.0.760.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 89.0.767.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 89.0.774.8 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 90.0.782.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 90.0.789.1 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 90.0.796.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 90.0.803.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 90.0.810.1 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 90.0.818.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 90.0.818.6 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 91.0.825.0 │ │ │ └── Microsoft.EdgeDev.yaml │ │ ├── 91.0.831.1 │ │ │ └── Microsoft.EdgeDev.yaml │ │ └── 91.0.838.3 │ │ │ ├── Microsoft.EdgeDev.installer.yaml │ │ │ ├── Microsoft.EdgeDev.locale.en-US.yaml │ │ │ └── Microsoft.EdgeDev.yaml │ ├── GitCredentialManagerCore │ │ ├── 2.0.252.766 │ │ │ └── Microsoft.GitCredentialManagerCore.yaml │ │ ├── 2.0.280.19487 │ │ │ └── Microsoft.GitCredentialManagerCore.yaml │ │ ├── 2.0.318.44100 │ │ │ └── Microsoft.GitCredentialManagerCore.yaml │ │ └── 2.0.374.5910 │ │ │ └── Microsoft.GitCredentialManagerCore.yaml │ ├── GitCredentialManagerforWindows │ │ └── 1.20.0 │ │ │ └── Microsoft.GitCredentialManagerforWindows.yaml │ ├── Ironpython2 │ │ ├── 2.7.10 │ │ │ └── Microsoft.Ironpython2.yaml │ │ ├── 2.7.11 │ │ │ └── Microsoft.Ironpython2.yaml │ │ └── 2.7.9 │ │ │ └── Microsoft.Ironpython2.yaml │ ├── MSIXCore │ │ └── 1.1.0.0 │ │ │ └── Microsoft.MSIXCore.yaml │ ├── MouseWithoutBorder │ │ └── 6.5.8 │ │ │ └── Microsoft.MouseWithoutBorder.yaml │ ├── MouseandKeyboardCenter │ │ └── 13.250 │ │ │ └── Microsoft.MouseandKeyboardCenter.yaml │ ├── MsGraphCLI │ │ └── 0.1.0 │ │ │ └── Microsoft.MsGraphCLI.yaml │ ├── MultilingualAppToolkit │ │ └── 4.0.0.0 │ │ │ └── Microsoft.MultilingualAppToolkit.yaml │ ├── NuGet │ │ └── 5.8.1.7021 │ │ │ └── Microsoft.NuGet.yaml │ ├── Office │ │ └── 16.0.13801.20340 │ │ │ └── Microsoft.Office.yaml │ ├── OneDrive │ │ ├── 19.232.1124.9 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.052.0311.0011 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.084.0426.0006 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.114.0607.0001 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.124.0621.0006 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.134.0705.0008 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.143.0716.0003 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.169.0823.0003 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.169.0823.0006 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.169.0823.0008 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.201.1005.0006 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.201.1005.0009 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.219.1029.0007 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 20.219.1029.0008 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 21.002.0104.0004 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 21.002.0104.0005 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 21.011.0117.0003 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 21.016.0124.0003 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 21.030.0211.0002 │ │ │ └── Microsoft.OneDrive.yaml │ │ ├── 21.041.0228.0001 │ │ │ └── Microsoft.OneDrive.yaml │ │ └── 21.052.0314.0001 │ │ │ └── Microsoft.OneDrive.yaml │ ├── OneDriveEnterprise │ │ ├── 20.114.0607.0002 │ │ │ └── Microsoft.OneDriveEnterprise.yaml │ │ └── 20.169.0823.0008 │ │ │ └── Microsoft.OneDriveEnterprise.yaml │ ├── OneDriveInsiders │ │ ├── 20.169.0823.0003 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.169.0823.0005 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.174.0830.0002 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.174.0830.0003 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.189.0920.0005 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.189.0920.0006 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.201.1005.0006 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.201.1005.0008 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 20.219.1029.0005 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.002.0104.0003 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.002.0104.0004 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.011.0117.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.016.0124.0002 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.020.0128.0002 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.025.0204.0003 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.030.0211.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.036.0221.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.041.0228.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.046.0307.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.052.0314.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ ├── 21.056.0318.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ │ └── 21.062.0328.0001 │ │ │ └── Microsoft.OneDriveInsiders.yaml │ ├── OneDriveInternalFast │ │ ├── 20.189.0920.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.194.0927.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.195.0928.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.198.0930.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.201.1005.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.202.1006.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.203.1007.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.207.1013.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.208.1014.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.210.1018.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.218.1028.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.219.1029.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.223.1104.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.227.1110.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.232.1117.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.244.1203.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.246.1207.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.248.1209.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 20.249.1210.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.002.0104.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.003.0105.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.008.0112.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.009.0113.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.010.0114.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.011.0117.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.012.0118.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.013.0119.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.015.0121.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.016.0124.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.017.0125.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.018.0126.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.019.0127.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.020.0128.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.021.0131.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.022.0201.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.023.0202.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.024.0203.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.025.0204.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.027.0208.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.029.0210.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.030.0211.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.032.0215.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.034.0217.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.037.0222.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.038.0223.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.041.0228.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.042.0301.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.045.0304.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.046.0307.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.048.0309.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.051.0311.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.052.0314.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.053.0315.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.054.0316.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.055.0317.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.056.0318.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.058.0323.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.060.0325.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.061.0325.0003 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.062.0328.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.063.0329.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.064.0330.0002 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.065.0331.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.066.0401.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ ├── 21.067.0404.0001 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ │ └── 21.069.0405.0003 │ │ │ └── Microsoft.OneDriveInternalFast.yaml │ ├── OneDriveInternalSlow │ │ ├── 20.174.0830.0002 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.189.0920.0003 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.189.0920.0005 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.201.1005.0002 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.201.1005.0005 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.219.1029.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.219.1029.0004 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.219.1029.0005 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 20.245.1206.0002 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.002.0104.0003 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.002.0104.0004 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.011.0117.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.016.0124.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.020.0128.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.025.0204.0002 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.030.0211.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.036.0221.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.041.0228.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.046.0307.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.052.0314.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ ├── 21.056.0318.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ │ └── 21.062.0328.0001 │ │ │ └── Microsoft.OneDriveInternalSlow.yaml │ ├── OpenJDK │ │ └── 11 │ │ │ └── 11.0.10.9 │ │ │ └── Microsoft.OpenJDK.11.yaml │ ├── PowerBI │ │ └── 2.91.884.0 │ │ │ └── Microsoft.PowerBI.yaml │ ├── PowerShell-Preview-MSIX │ │ └── 7.0.2 │ │ │ └── Microsoft.PowerShell-Preview-MSIX.yaml │ ├── PowerShell-Preview │ │ ├── 7.1.0-preview.3 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ ├── 7.1.0-preview.5 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ ├── 7.1.0-preview.6 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ ├── 7.1.0-preview.7 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ ├── 7.1.0-rc.1 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ ├── 7.1.0-rc.2 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ ├── 7.2.0-preview.1 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ ├── 7.2.0-preview.3 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ │ └── 7.2.0-preview.4 │ │ │ └── Microsoft.PowerShell-Preview.yaml │ ├── PowerShell │ │ ├── 6.0.0 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.0.1 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.0.2 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.0.3 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.0.4 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.0.5 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.1.0 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.1.1 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.1.2 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.1.3 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.1.4 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.1.5 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.1.6 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.2.0 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.2.1 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.2.2 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.2.3 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.2.4 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.2.5 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 6.2.6 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.0.0 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.0.1 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.0.2 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.0.3 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.0.4 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.0.5 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.0.6 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.1.0 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.1.1 │ │ │ └── Microsoft.PowerShell.yaml │ │ ├── 7.1.2 │ │ │ └── Microsoft.PowerShell.yaml │ │ └── 7.1.3 │ │ │ └── Microsoft.PowerShell.yaml │ ├── PowerToys │ │ ├── 0.15.2 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.17.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.18.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.18.1 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.18.2 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.19.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.19.1 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.19.2 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.20.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.20.1 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.21.1 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.23.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.23.2 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.25.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.27.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.27.1 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.29.0 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.29.3 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.31.1 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.31.2 │ │ │ └── Microsoft.PowerToys.yaml │ │ ├── 0.33.1 │ │ │ └── Microsoft.PowerToys.yaml │ │ └── 0.35.0 │ │ │ └── Microsoft.PowerToys.yaml │ ├── ProjectMyScreen │ │ └── 1.2.0.0 │ │ │ └── Microsoft.ProjectMyScreen.yaml │ ├── ROpen │ │ ├── 3.5.3 │ │ │ └── Microsoft.ROpen.yaml │ │ └── 4.0.2 │ │ │ └── Microsoft.ROpen.yaml │ ├── RemoteDesktopClient │ │ └── 1.2.1755.0 │ │ │ └── Microsoft.RemoteDesktopClient.yaml │ ├── SQLServerManagementStudio │ │ ├── 13.0.16106.4 │ │ │ └── Microsoft.SQLServerManagementStudio.yaml │ │ ├── 14.0.17289.0 │ │ │ └── Microsoft.SQLServerManagementStudio.yaml │ │ ├── 15.0.18330.0 │ │ │ └── Microsoft.SQLServerManagementStudio.yaml │ │ ├── 15.0.18333.0 │ │ │ └── Microsoft.SQLServerManagementStudio.yaml │ │ ├── 15.0.18338.0 │ │ │ └── Microsoft.SQLServerManagementStudio.yaml │ │ ├── 15.0.18358.0 │ │ │ └── Microsoft.SQLServerManagementStudio.yaml │ │ └── 15.0.18369.0 │ │ │ └── Microsoft.SQLServerManagementStudio.yaml │ ├── Skype │ │ ├── 8.60.0.76 │ │ │ └── Microsoft.Skype.yaml │ │ ├── 8.64.0.80 │ │ │ └── Microsoft.Skype.yaml │ │ ├── 8.65.0.76 │ │ │ └── Microsoft.Skype.yaml │ │ ├── 8.65.0.78 │ │ │ └── Microsoft.Skype.yaml │ │ ├── 8.66.0.77 │ │ │ └── Microsoft.Skype.yaml │ │ ├── 8.67.0.96 │ │ │ └── Microsoft.Skype.yaml │ │ └── 8.69.0.77 │ │ │ └── Microsoft.Skype.yaml │ ├── SmallBasic │ │ └── 1.2 │ │ │ └── Microsoft.SmallBasic.yaml │ ├── SurfaceDuoEmulator │ │ └── 2021.317.2 │ │ │ └── Microsoft.SurfaceDuoEmulator.yaml │ ├── Teams │ │ ├── 1.3.0.4461 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.3.00.15561 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.3.00.19173 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.3.00.21759 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.3.00.24755 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.3.00.26064 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.3.00.28779 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.3.00.34662 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.4.00.2781 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.4.00.2879 │ │ │ └── Microsoft.Teams.yaml │ │ ├── 1.4.00.4167 │ │ │ └── Microsoft.Teams.yaml │ │ └── 1.4.00.7174 │ │ │ ├── Microsoft.Teams.installer.yaml │ │ │ ├── Microsoft.Teams.locale.en-US.yaml │ │ │ └── Microsoft.Teams.yaml │ ├── TeamsContinuousDeployment │ │ ├── 1.4.00.7563 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7566 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7568 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7570 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7571 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7573 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7664 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7765 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7766 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7768 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7769 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.7872 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8051 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8164 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8166 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8167 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8169 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8171 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8174 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8265 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8266 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8470 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8569 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.8755 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9063 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9163 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9351 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9352 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9353 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9354 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9355 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9356 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9357 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9358 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9359 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9360 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9361 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9362 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9363 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9364 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9365 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9366 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9367 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9368 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9451 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9452 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9453 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9454 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9455 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9456 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9457 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9458 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9459 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9460 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9461 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9462 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9463 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9464 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9465 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9466 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9467 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9551 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9552 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9553 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9554 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9555 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9556 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9557 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9558 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9559 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9560 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9561 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9562 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9563 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9564 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9565 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9566 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9567 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9568 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9570 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9571 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9572 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9573 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9574 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9575 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9576 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9577 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9578 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9579 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9580 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9581 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9582 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9583 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9651 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9652 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9653 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9654 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9655 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9656 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9657 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9658 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9659 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ ├── 1.4.00.9660 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ │ └── 1.4.00.9661 │ │ │ └── Microsoft.TeamsContinuousDeployment.yaml │ ├── TeamsExploration │ │ ├── 1.4.00.9401 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9405 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9409 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9410 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9412 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9501 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9503 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9504 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9506 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9508 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9509 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9511 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9513 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9514 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9516 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9517 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9519 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9520 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9522 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9523 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9525 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9526 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9528 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9530 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9531 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9533 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9601 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9602 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9604 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9606 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9607 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9608 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ ├── 1.4.00.9610 │ │ │ └── Microsoft.TeamsExploration.yaml │ │ └── 1.4.00.9611 │ │ │ └── Microsoft.TeamsExploration.yaml │ ├── TeamsPreview │ │ ├── 1.4.00.6073 │ │ │ └── Microsoft.TeamsPreview.yaml │ │ ├── 1.4.00.7174 │ │ │ └── Microsoft.TeamsPreview.yaml │ │ └── 1.4.00.8872 │ │ │ └── Microsoft.TeamsPreview.yaml │ ├── UpdateAssistant │ │ ├── 1.4.9200.23072 │ │ │ └── Microsoft.UpdateAssistant.yaml │ │ └── 1.4.9200.23192 │ │ │ └── Microsoft.UpdateAssistant.yaml │ ├── VC++2005Redist-x64 │ │ └── 8.0.61000 │ │ │ └── Microsoft.VC++2005Redist-x64.yaml │ ├── VC++2005Redist-x86 │ │ └── 8.0.61001 │ │ │ └── Microsoft.VC++2005Redist-x86.yaml │ ├── VC++2008Redist-x64 │ │ └── 9.0.30729.6161 │ │ │ └── Microsoft.VC++2008Redist-x64.yaml │ ├── VC++2008Redist-x86 │ │ └── 9.0.30729.6161 │ │ │ └── Microsoft.VC++2008Redist-x86.yaml │ ├── VC++2010Redist-x64 │ │ ├── 10.0.40219.1 │ │ │ └── Microsoft.VC++2010Redist-x64.yaml │ │ └── 10.0.40219.325 │ │ │ └── Microsoft.VC++2010Redist-x64.yaml │ ├── VC++2010Redist-x86 │ │ ├── 10.0.40219.1 │ │ │ └── Microsoft.VC++2010Redist-x86.yaml │ │ └── 10.0.40219.325 │ │ │ └── Microsoft.VC++2010Redist-x86.yaml │ ├── VC++2012Redist-x64 │ │ └── 11.0.61030 │ │ │ └── Microsoft.VC++2012Redist-x64.yaml │ ├── VC++2012Redist-x86 │ │ └── 11.0.61030 │ │ │ └── Microsoft.VC++2012Redist-x86.yaml │ ├── VC++2013Redist-x64 │ │ ├── 12.0.40649 │ │ │ └── Microsoft.VC++2013Redist-x64.yaml │ │ └── 12.0.40664 │ │ │ └── Microsoft.VC++2013Redist-x64.yaml │ ├── VC++2013Redist-x86 │ │ ├── 12.0.40649 │ │ │ └── Microsoft.VC++2013Redist-x86.yaml │ │ └── 12.0.40664 │ │ │ └── Microsoft.VC++2013Redist-x86.yaml │ ├── VC++2015-2019Redist-x64 │ │ ├── 14.26.28720.3 │ │ │ └── Microsoft.VC++2015-2019Redist-x64.yaml │ │ ├── 14.27.29016 │ │ │ └── Microsoft.VC++2015-2019Redist-x64.yaml │ │ └── 14.28.29913.0 │ │ │ └── Microsoft.VC++2015-2019Redist-x64.yaml │ ├── VC++2015-2019Redist-x86 │ │ ├── 14.26.28720.3 │ │ │ └── Microsoft.VC++2015-2019Redist-x86.yaml │ │ ├── 14.27.29016 │ │ │ └── Microsoft.VC++2015-2019Redist-x86.yaml │ │ └── 14.28.29913.0 │ │ │ └── Microsoft.VC++2015-2019Redist-x86.yaml │ ├── VC++2015Redist-x64 │ │ └── 14.0.24215.1 │ │ │ └── Microsoft.VC++2015Redist-x64.yaml │ ├── VC++2015Redist-x86 │ │ └── 14.0.24215.1 │ │ │ └── Microsoft.VC++2015Redist-x86.yaml │ ├── VC++2017Redist-x64 │ │ └── 14.16.27027.1 │ │ │ └── Microsoft.VC++2017Redist-x64.yaml │ ├── VC++2017Redist-x86 │ │ └── 14.16.27027.1 │ │ │ └── Microsoft.VC++2017Redist-x86.yaml │ ├── VisioViewer │ │ └── 16.0.433.1001 │ │ │ └── Microsoft.VisioViewer.yaml │ ├── VisualStudio │ │ ├── BuildTools │ │ │ ├── 16.6.30128.74 │ │ │ │ └── Microsoft.VisualStudio.BuildTools.yaml │ │ │ ├── 16.8.31005.135 │ │ │ │ └── Microsoft.VisualStudio.BuildTools.yaml │ │ │ ├── 16.8.31019.35 │ │ │ │ └── Microsoft.VisualStudio.BuildTools.yaml │ │ │ ├── 16.9.31025.194 │ │ │ │ └── Microsoft.VisualStudio.BuildTools.yaml │ │ │ ├── 16.9.31105.61 │ │ │ │ └── Microsoft.VisualStudio.BuildTools.yaml │ │ │ ├── 16.9.31112.23 │ │ │ │ └── Microsoft.VisualStudio.BuildTools.yaml │ │ │ └── 16.9.31129.286 │ │ │ │ └── Microsoft.VisualStudio.BuildTools.yaml │ │ ├── Community │ │ │ ├── 16.0.30011.22 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.0.30104.148 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.7.30611.23 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.7.30621.155 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.8.30804.86 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.8.30907.101 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.8.31005.135 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.8.31019.35 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.9.31025.194 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.9.31105.61 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ ├── 16.9.31112.23 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ │ └── 16.9.31129.286 │ │ │ │ └── Microsoft.VisualStudio.Community.yaml │ │ ├── Enterprise │ │ │ ├── 16.0.30011.22 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.0.30104.148 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.6.30128.74 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.8.30907.101 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.8.31005.135 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.8.31019.35 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.9.31025.194 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.9.31105.61 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ ├── 16.9.31112.23 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ │ └── 16.9.31129.286 │ │ │ │ └── Microsoft.VisualStudio.Enterprise.yaml │ │ ├── Professional │ │ │ ├── 16.0.30011.22 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ ├── 16.0.30104.148 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ ├── 16.8.30907.101 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ ├── 16.8.31005.135 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ ├── 16.8.31019.35 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ ├── 16.9.31025.194 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ ├── 16.9.31105.61 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ ├── 16.9.31112.23 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ │ └── 16.9.31129.286 │ │ │ │ └── Microsoft.VisualStudio.Professional.yaml │ │ ├── RemoteTools │ │ │ └── 16.0.31025.194 │ │ │ │ └── Microsoft.VisualStudio.RemoteTools.yaml │ │ ├── TeamExplorer │ │ │ ├── 16.9.31025.194 │ │ │ │ └── Microsoft.VisualStudio.TeamExplorer.yaml │ │ │ ├── 16.9.31105.61 │ │ │ │ └── Microsoft.VisualStudio.TeamExplorer.yaml │ │ │ ├── 16.9.31112.23 │ │ │ │ └── Microsoft.VisualStudio.TeamExplorer.yaml │ │ │ └── 16.9.31129.286 │ │ │ │ └── Microsoft.VisualStudio.TeamExplorer.yaml │ │ ├── TestAgent │ │ │ ├── 16.8.31019.35 │ │ │ │ └── Microsoft.VisualStudio.TestAgent.yaml │ │ │ ├── 16.9.31025.194 │ │ │ │ └── Microsoft.VisualStudio.TestAgent.yaml │ │ │ ├── 16.9.31105.61 │ │ │ │ └── Microsoft.VisualStudio.TestAgent.yaml │ │ │ ├── 16.9.31112.23 │ │ │ │ └── Microsoft.VisualStudio.TestAgent.yaml │ │ │ └── 16.9.31129.286 │ │ │ │ └── Microsoft.VisualStudio.TestAgent.yaml │ │ └── TestController │ │ │ ├── 16.8.31019.35 │ │ │ └── Microsoft.VisualStudio.TestController.yaml │ │ │ ├── 16.9.31025.194 │ │ │ └── Microsoft.VisualStudio.TestController.yaml │ │ │ ├── 16.9.31105.61 │ │ │ └── Microsoft.VisualStudio.TestController.yaml │ │ │ ├── 16.9.31112.23 │ │ │ └── Microsoft.VisualStudio.TestController.yaml │ │ │ └── 16.9.31129.286 │ │ │ └── Microsoft.VisualStudio.TestController.yaml │ ├── VisualStudioCode │ │ ├── System-x64 │ │ │ ├── 1.52.1.ea3859d4ba │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ │ ├── 1.53.0.8490d3dde4 │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ │ ├── 1.53.1.5d424b828a │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ │ ├── 1.53.2.622cb03f7e │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ │ ├── 1.54.0.42e27fe5cd │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ │ ├── 1.54.1.f30a9b73e8 │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ │ ├── 1.54.2.fd6f3bce67 │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ │ └── 1.54.3.2b9aebd535 │ │ │ │ └── Microsoft.VisualStudioCode.System-x64.yaml │ │ ├── System-x86 │ │ │ ├── 1.52.1.ea3859d4ba │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ │ ├── 1.53.0.8490d3dde4 │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ │ ├── 1.53.1.5d424b828a │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ │ ├── 1.53.2.622cb03f7e │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ │ ├── 1.54.0.42e27fe5cd │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ │ ├── 1.54.1.f30a9b73e8 │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ │ ├── 1.54.2.fd6f3bce67 │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ │ └── 1.54.3.2b9aebd535 │ │ │ │ └── Microsoft.VisualStudioCode.System-x86.yaml │ │ ├── User-x64 │ │ │ ├── 1.52.1.ea3859d4ba │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ │ ├── 1.53.0.8490d3dde4 │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ │ ├── 1.53.1.5d424b828a │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ │ ├── 1.53.2.622cb03f7e │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ │ ├── 1.54.0.42e27fe5cd │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ │ ├── 1.54.1.f30a9b73e8 │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ │ ├── 1.54.2.fd6f3bce67 │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ │ └── 1.54.3.2b9aebd535 │ │ │ │ └── Microsoft.VisualStudioCode.User-x64.yaml │ │ └── User-x86 │ │ │ ├── 1.52.1.ea3859d4ba │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ │ │ ├── 1.53.0.8490d3dde4 │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ │ │ ├── 1.53.1.5d424b828a │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ │ │ ├── 1.53.2.622cb03f7e │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ │ │ ├── 1.54.0.42e27fe5cd │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ │ │ ├── 1.54.1.f30a9b73e8 │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ │ │ ├── 1.54.2.fd6f3bce67 │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ │ │ └── 1.54.3.2b9aebd535 │ │ │ └── Microsoft.VisualStudioCode.User-x86.yaml │ ├── VisualStudioCodeInsiders │ │ ├── System-x64 │ │ │ ├── 1.53.1.5a52bc29d5 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.53.2.b99487f416 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.53.3.8d779a4fad │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.53.4.e1c818a171 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.53.5.8490d3dde4 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.1.52838cf679 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.10.5e74ad5430 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.11.3f0d8a1475 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.12.6eaef7d42f │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.13.192c817fd3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.14.11cd76005b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.15.bd74308b5a │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.16.9ecd3fc302 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.17.4e1234963a │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.18.c47da720f3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.19.93c941bef8 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.2.afd102cbd2 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.20.59c31364c7 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.21.3290f9a73b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.22.e590188f17 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.23.e798986320 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.24.42e27fe5cd │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.3.cd97629c44 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.4.fe6eb68d22 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.5.cd97629c44 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.6.40b3204d70 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.7.93f705ab40 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.8.6ac9a3ecb3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.54.9.a699ffaee6 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.1.567b82a0f9 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.10.111a6cec70 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.11.e4b1e9ac57 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.12.469e4f6e27 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.13.a6f6b4aa8e │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.14.2b66dfe021 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.15.8437d38d36 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.16.05ce54df77 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.17.6f726bcdf6 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.18.6ebe2a14f3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.19.d06d2f1d62 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.2.04770364fd │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.20.26a60dbeca │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.21.4c2a1fa630 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.22.c71be15869 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.23.c185983a68 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.3.5d80c30e5b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.4.11d5e82c80 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.5.9b2ee7fb7d │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.6.06b54543d6 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.7.84fe402d65 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ ├── 1.55.8.892a1083cb │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ │ └── 1.55.9.b353f06339 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x64.yaml │ │ ├── System-x86 │ │ │ ├── 1.53.1.5a52bc29d5 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.53.2.b99487f416 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.53.3.8d779a4fad │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.53.4.e1c818a171 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.53.5.8490d3dde4 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.1.52838cf679 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.10.a699ffaee6 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.11.5e74ad5430 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.12.3f0d8a1475 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.13.6eaef7d42f │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.14.192c817fd3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.15.11cd76005b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.16.bd74308b5a │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.17.9ecd3fc302 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.18.4e1234963a │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.19.c47da720f3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.2.afd102cbd2 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.20.93c941bef8 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.21.59c31364c7 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.22.3290f9a73b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.23.e590188f17 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.24.e798986320 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.25.42e27fe5cd │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.3.cd97629c44 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.4.fe6eb68d22 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.5.cd97629c44 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.6.40b3204d70 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.7.e6d8271e2e │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.8.93f705ab40 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ ├── 1.54.9.6ac9a3ecb3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ │ └── 1.55.1.567b82a0f9 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.System-x86.yaml │ │ ├── User-x64 │ │ │ ├── 1.53.1.5a52bc29d5 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.53.2.b99487f416 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.53.3.8d779a4fad │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.53.4.e1c818a171 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.53.5.8490d3dde4 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.1.52838cf679 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.10.6eaef7d42f │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.11.192c817fd3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.12.11cd76005b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.13.bd74308b5a │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.14.9ecd3fc302 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.15.4e1234963a │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.16.c47da720f3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.17.93c941bef8 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.18.59c31364c7 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.19.3290f9a73b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.2.afd102cbd2 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.20.e590188f17 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.21.e798986320 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.22.42e27fe5cd │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.3.cd97629c44 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.4.40b3204d70 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.4.fe6eb68d22 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.5.93f705ab40 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.6.6ac9a3ecb3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.7.a699ffaee6 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.8.5e74ad5430 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.54.9.3f0d8a1475 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.1.567b82a0f9 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.10.111a6cec70 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.11.e4b1e9ac57 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.12.469e4f6e27 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.13.a6f6b4aa8e │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.14.2b66dfe021 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.15.8437d38d36 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.16.05ce54df77 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.17.6f726bcdf6 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.18.6ebe2a14f3 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.19.d06d2f1d62 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.2.04770364fd │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.20.26a60dbeca │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.21.4c2a1fa630 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.22.c71be15869 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.23.c185983a68 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.3.5d80c30e5b │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.4.11d5e82c80 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.5.9b2ee7fb7d │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.6.06b54543d6 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.7.84fe402d65 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ ├── 1.55.8.892a1083cb │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ │ └── 1.55.9.b353f06339 │ │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x64.yaml │ │ └── User-x86 │ │ │ ├── 1.53.1.5a52bc29d5 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.53.2.b99487f416 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.53.3.8d779a4fad │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.53.4.e1c818a171 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.53.5.8490d3dde4 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.1.52838cf679 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.10.5e74ad5430 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.11.3f0d8a1475 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.12.6eaef7d42f │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.13.192c817fd3 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.14.11cd76005b │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.15.bd74308b5a │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.16.9ecd3fc302 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.17.4e1234963a │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.18.c47da720f3 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.19.93c941bef8 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.2.afd102cbd2 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.20.59c31364c7 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.21.3290f9a73b │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.22.e590188f17 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.23.e798986320 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.24.42e27fe5cd │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.3.cd97629c44 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.4.fe6eb68d22 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.5.cd97629c44 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.6.40b3204d70 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.7.93f705ab40 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.8.6ac9a3ecb3 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.54.9.a699ffaee6 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.1.567b82a0f9 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.10.e4b1e9ac57 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.11.469e4f6e27 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.12.a6f6b4aa8e │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.13.2b66dfe021 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.14.8437d38d36 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.15.05ce54df77 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.16.6f726bcdf6 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.17.6ebe2a14f3 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.18.d06d2f1d62 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.19.26a60dbeca │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.2.04770364fd │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.20.4c2a1fa630 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.21.c71be15869 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.22.c185983a68 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.3.5d80c30e5b │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.4.11d5e82c80 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.5.9b2ee7fb7d │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.6.06b54543d6 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.7.84fe402d65 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ ├── 1.55.8.892a1083cb │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ │ │ └── 1.55.9.b353f06339 │ │ │ └── Microsoft.VisualStudioCodeInsiders.User-x86.yaml │ ├── WindowsADK │ │ └── 2004 │ │ │ └── Microsoft.WindowsADK.yaml │ ├── WindowsAdminCenter │ │ └── 1.3.35878.0 │ │ │ └── Microsoft.WindowsAdminCenter.yaml │ ├── WindowsSDK │ │ ├── 10.0.17763.0 │ │ │ └── Microsoft.WindowsSDK.yaml │ │ ├── 10.0.18362.0 │ │ │ └── Microsoft.WindowsSDK.yaml │ │ └── 10.0.19041.0 │ │ │ └── Microsoft.WindowsSDK.yaml │ ├── WindowsTerminal │ │ ├── 0.11.1251.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 0.11.1333.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.0.1401.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.0.1811.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.1.2021.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.1.2233.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.2.2381.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.3.2651.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.4.3141.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.4.3243.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.5.10271.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ ├── 1.5.10411.0 │ │ │ └── Microsoft.WindowsTerminal.yaml │ │ └── 1.6.10571.0 │ │ │ ├── Microsoft.WindowsTerminal.installer.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.en-US.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.fr-FR.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.it-IT.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.ja-JP.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.ko-KR.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.pt-BR.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.ru-RU.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.zh-CN.yaml │ │ │ ├── Microsoft.WindowsTerminal.locale.zh-TW.yaml │ │ │ └── Microsoft.WindowsTerminal.yaml │ ├── WindowsTerminalPreview │ │ ├── 1.0.1401.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.1.1671.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.1.1812.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.2.2022.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.2.2234.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.3.2382.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.4.2652.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.5.3142.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.5.3242.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.6.10272.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ ├── 1.6.10412.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ │ └── 1.7.572.0 │ │ │ └── Microsoft.WindowsTerminalPreview.yaml │ ├── WindowsVirtualDesktopAgent │ │ └── 1.0.2800.2800 │ │ │ └── microsoft.WindowsVirtualDesktopAgent.yaml │ ├── WindowsVirtualDesktopBootloader │ │ └── 1.0.2778.0 │ │ │ └── microsoft.WindowsVirtualDesktopBootloader.yaml │ ├── WindowsWDK │ │ ├── 10.0.19041.0 │ │ │ └── Microsoft.WindowsWDK.yaml │ │ └── 10.1.19041.645 │ │ │ └── Microsoft.WindowsWDK.yaml │ ├── XMLNotepad │ │ ├── 2.8.0.25 │ │ │ └── Microsoft.XMLNotepad.yaml │ │ ├── 2.8.0.26 │ │ │ └── Microsoft.XMLNotepad.yaml │ │ ├── 2.8.0.27 │ │ │ └── Microsoft.XMLNotepad.yaml │ │ └── 2.8.0.28 │ │ │ └── Microsoft.XMLNotepad.yaml │ ├── azure-iot-explorer │ │ ├── 0.10.16 │ │ │ └── Microsoft.azure-iot-explorer.yaml │ │ ├── 0.12.0 │ │ │ └── Microsoft.azure-iot-explorer.yaml │ │ ├── 0.13.0 │ │ │ └── Microsoft.azure-iot-explorer.yaml │ │ └── 0.14.0 │ │ │ └── Microsoft.azure-iot-explorer.yaml │ ├── bitsmanager │ │ └── 1.12 │ │ │ └── Microsoft.bitsmanager.yaml │ ├── dotNetFramework │ │ ├── 3.5 SP1 │ │ │ └── Microsoft.dotNetFramework.yaml │ │ ├── 4.7.1 │ │ │ └── Microsoft.dotNetFramework.yaml │ │ └── 4.8 │ │ │ └── Microsoft.dotNetFramework.yaml │ ├── dotnet │ │ ├── 3.1.202 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.300 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.301 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.302 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.401 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.402 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.403 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.406 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 3.1.407 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 5.0.100 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 5.0.101 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 5.0.102 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 5.0.103 │ │ │ └── Microsoft.dotnet.yaml │ │ ├── 5.0.200 │ │ │ └── Microsoft.dotnet.yaml │ │ └── 5.0.201 │ │ │ ├── Microsoft.dotnet.installer.yaml │ │ │ ├── Microsoft.dotnet.locale.en-US.yaml │ │ │ └── Microsoft.dotnet.yaml │ ├── dotnetPreview │ │ ├── 5.0.100-preview.5.20279.10 │ │ │ └── Microsoft.dotnetPreview.yaml │ │ ├── 5.0.100-preview.8.20417.9 │ │ │ └── Microsoft.dotnetPreview.yaml │ │ ├── 5.0.100-rc.1.20452.10 │ │ │ └── Microsoft.dotnetPreview.yaml │ │ ├── 5.0.100-rc.2.20479.15 │ │ │ └── Microsoft.dotnetPreview.yaml │ │ ├── 6.0.100-preview.1.21103.13 │ │ │ └── Microsoft.dotnetPreview.yaml │ │ └── 6.0.100-preview.2.21155.3 │ │ │ └── Microsoft.dotnetPreview.yaml │ ├── dotnetRuntime │ │ ├── 3.1.11.29516 │ │ │ └── Microsoft.dotnetRuntime.yaml │ │ ├── 3.1.13.29816 │ │ │ ├── Microsoft.dotnetRuntime.installer.yaml │ │ │ ├── Microsoft.dotnetRuntime.locale.en-US.yaml │ │ │ └── Microsoft.dotnetRuntime.yaml │ │ ├── 3.1.8.29220 │ │ │ └── Microsoft.dotnetRuntime.yaml │ │ ├── 3.1.9.29323 │ │ │ └── Microsoft.dotnetRuntime.yaml │ │ ├── 5.0.3.29723 │ │ │ └── Microsoft.dotnetRuntime.yaml │ │ ├── 5.0.4.29817 │ │ │ ├── Microsoft.dotnetRuntime.installer.yaml │ │ │ ├── Microsoft.dotnetRuntime.locale.en-US.yaml │ │ │ └── Microsoft.dotnetRuntime.yaml │ │ └── 5.0.5.29917 │ │ │ ├── Microsoft.dotnetRuntime.installer.yaml │ │ │ ├── Microsoft.dotnetRuntime.locale.en-US.yaml │ │ │ └── Microsoft.dotnetRuntime.yaml │ ├── msmpi │ │ └── 10.1.2 │ │ │ └── microsoft.msmpi.yaml │ ├── msmpisdk │ │ └── 10.1.12498.18 │ │ │ └── microsoft.msmpisdk.yaml │ ├── officedeploymenttool │ │ ├── 16.0.12827.20268 │ │ │ └── Microsoft.officedeploymenttool.yaml │ │ ├── 16.0.13231.20368 │ │ │ └── Microsoft.officedeploymenttool.yaml │ │ ├── 16.0.13426.20370 │ │ │ └── Microsoft.officedeploymenttool.yaml │ │ ├── 16.0.13530.20376 │ │ │ └── Microsoft.officedeploymenttool.yaml │ │ └── 16.0.13628.20476 │ │ │ └── Microsoft.officedeploymenttool.yaml │ ├── webpicmd │ │ └── 5.1 │ │ │ └── Microsoft.webpicmd.yaml │ ├── webview2-evergreen │ │ ├── 1.3.137.99 │ │ │ └── microsoft.webview2-evergreen.yaml │ │ ├── 1.3.139.59 │ │ │ └── microsoft.webview2-evergreen.yaml │ │ ├── 1.3.139.71 │ │ │ └── microsoft.webview2-evergreen.yaml │ │ └── 1.3.141.59 │ │ │ └── microsoft.webview2-evergreen.yaml │ ├── winfile │ │ └── 10.1.4.0 │ │ │ └── Microsoft.winfile.yaml │ └── xstudio │ │ └── 1.5.0 │ │ └── Microsoft.xstudio.yaml ├── Mikrotik │ └── TheDude │ │ └── 6.48.1 │ │ └── Mikrotik.TheDude.yaml ├── MillerPuckette │ └── PureData │ │ ├── 0.50-2 │ │ └── MillerPuckette.PureData.yaml │ │ └── 0.51-4 │ │ └── MillerPuckette.PureData.yaml ├── Min │ └── Min │ │ ├── 1.18.1 │ │ └── Min.Min.yaml │ │ └── 1.19.0 │ │ └── Min.Min.yaml ├── Mirantis │ └── Lens │ │ ├── 3.5.1 │ │ └── Mirantis.Lens.yaml │ │ ├── 3.6.7 │ │ └── Mirantis.Lens.yaml │ │ ├── 3.6.8 │ │ └── Mirantis.Lens.yaml │ │ ├── 3.6.9 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.0 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.1 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.2 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.3 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.4 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.5 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.6 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.7 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.0.8 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.1.0 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.1.1 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.1.2 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.1.3 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.1.4 │ │ └── Mirantis.Lens.yaml │ │ ├── 4.1.5 │ │ └── Mirantis.Lens.yaml │ │ └── 4.2.0 │ │ └── Mirantis.Lens.yaml ├── Mirasoft │ └── AnyVizCloudAdapter │ │ ├── 0.8.2.2 │ │ └── Mirasoft.AnyVizCloudAdapter.yaml │ │ └── 0.8.3.2 │ │ └── Mirasoft.AnyVizCloudAdapter.yaml ├── Mircearoata │ └── SatisfactoryModLauncher │ │ └── 1.0.17 │ │ └── Mircearoata.SatisfactoryModLauncher.yaml ├── ModernFlyouts │ └── ModernFlyouts │ │ ├── 0.6.0.0 │ │ └── ModernFlyouts.ModernFlyouts.yaml │ │ ├── 0.8.1.0 │ │ └── ModernFlyouts.ModernFlyouts.yaml │ │ └── 0.9.0.0 │ │ └── ModernFlyouts.ModernFlyouts.yaml ├── ModuleArt │ └── QuickPictureViewer │ │ ├── 2.1.1 │ │ └── ModuleArt.QuickPictureViewer.yaml │ │ ├── 2.2.2 │ │ └── ModuleArt.QuickPictureViewer.yaml │ │ ├── 2.2.6 │ │ └── ModuleArt.QuickPictureViewer.yaml │ │ ├── 3.0.4 │ │ └── ModuleArt.QuickPictureViewer.yaml │ │ ├── 3.1.0 │ │ └── ModuleArt.QuickPictureViewer.yaml │ │ └── 3.1.2 │ │ └── ModuleArt.QuickPictureViewer.yaml ├── Mojang │ └── MinecraftLauncher │ │ └── 1.0.0.0 │ │ └── Mojang.MinecraftLauncher.yaml ├── MolotovTV │ └── Molotov │ │ └── 4.4.0 │ │ └── MolotovTV.Molotov.yaml ├── MongoDB │ ├── Compass │ │ ├── Community │ │ │ └── 1.21.2 │ │ │ │ └── MongoDB.Compass.Community.yaml │ │ ├── Full │ │ │ ├── 1.21.2 │ │ │ │ └── MongoDB.Compass.Full.yaml │ │ │ └── 1.26.0 │ │ │ │ └── MongoDB.Compass.Full.yaml │ │ ├── Isolated │ │ │ ├── 1.21.2 │ │ │ │ └── MongoDB.Compass.Isolated.yaml │ │ │ └── 1.26.0 │ │ │ │ └── MongoDB.Compass.Isolated.yaml │ │ └── Readonly │ │ │ ├── 1.21.2 │ │ │ └── MongoDB.Compass.Readonly.yaml │ │ │ └── 1.26.0 │ │ │ └── MongoDB.Compass.Readonly.yaml │ ├── DatabaseTools │ │ ├── 100.3.0 │ │ │ └── MongoDB.DatabaseTools.yaml │ │ └── 100.3.1 │ │ │ └── MongoDB.DatabaseTools.yaml │ ├── Server │ │ ├── 4.2.8 │ │ │ └── MongoDB.Server.yaml │ │ ├── 4.4.3 │ │ │ └── MongoDB.Server.yaml │ │ └── 4.4.4 │ │ │ └── MongoDB.Server.yaml │ └── Shell │ │ ├── 4.2.8 │ │ └── MongoDB.Shell.yaml │ │ └── 4.4.4 │ │ └── MongoDB.Shell.yaml ├── MonkiLabs │ └── Notejoy │ │ └── 1.17.0 │ │ └── MonkiLabs.Notejoy.yaml ├── Mono │ ├── Mono │ │ ├── 6.12.0.107 │ │ │ └── Mono.Mono.yaml │ │ ├── 6.12.0.98 │ │ │ └── Mono.Mono.yaml │ │ └── 6.8.0.123 │ │ │ └── Mono.Mono.yaml │ └── gtksharp │ │ └── 2.12.45 │ │ └── Mono.gtksharp.yaml ├── MonoGame │ └── MonoGame │ │ └── 3.7.1.0 │ │ └── MonoGame.MonoGame.yaml ├── MoonchildProductions │ └── PaleMoon │ │ ├── 28.15.0 │ │ └── MoonchildProductions.PaleMoon.yaml │ │ ├── 28.17.0 │ │ └── MoonchildProductions.PaleMoon.yaml │ │ ├── 29.0.0 │ │ └── MoonchildProductions.PaleMoon.yaml │ │ ├── 29.0.1 │ │ └── MoonchildProductions.PaleMoon.yaml │ │ └── 29.1.0 │ │ └── MoonchildProductions.PaleMoon.yaml ├── MoonlightGameStreamingProject │ └── Moonlight │ │ ├── 2.1.0 │ │ └── MoonlightGameStreamingProject.Moonlight.yaml │ │ ├── 2.2.0 │ │ └── MoonlightGameStreamingProject.Moonlight.yaml │ │ └── 3.0.0 │ │ └── MoonlightGameStreamingProject.Moonlight.yaml ├── Mozilla │ ├── Firefox │ │ ├── 75.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 76.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 77.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 77.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 78.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 78.0.2 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.cs.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 80.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 80.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 81.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 81.0.2 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 81.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 82.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ ├── Mozilla.Firefox.locale.es-MX.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 82.0.2 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 82.0.3 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 82.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 83.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 84.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 84.0.2 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 84.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 85.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 85.0.2 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 85.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 86.0.1 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 86.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ ├── 87.0 │ │ │ ├── Mozilla.Firefox.installer.yaml │ │ │ ├── Mozilla.Firefox.locale.en-US.yaml │ │ │ └── Mozilla.Firefox.yaml │ │ └── Firefox │ │ │ ├── 79.0 (ACH) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (AF) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (AN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (AR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (AST) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (AZ) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (BE) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (BG) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (BN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (BR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (BS) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (CA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (CA-Valencia) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (CAK) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (CS) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (CY) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (DA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (DE) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (DSB) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (EL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (EN-CA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (EN-GB) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (EO) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (ES-AR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (ES-CL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (ES-ES) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (ES-MX) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (ET) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (EU) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (FA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (FF) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (FI) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (FR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (FY-NL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (GA-IE) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (GD) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (GL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (GN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (GU-IN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (HE) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (HI-IN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (HR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (HSB) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (HU) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (HY-AM) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (IA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (ID) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (IS) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (IT) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (JA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (KA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (KAB) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (KK) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (KM) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (KN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (KO) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (LIJ) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (LT) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (LV) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (MK) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (MR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (MS) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (MY) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (NB-NO) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (NE-NP) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (NL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (NN-NO) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (OC) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (PA-IN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (PL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (PT-BR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (PT-PT) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (RM) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (RO) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (RU) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (SI) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (SK) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (SL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (SON) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (SQ) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (SR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (SV-SE) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (TA) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (TE) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (TH) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (TL) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (TR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (TRS) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (UK) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (UR) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (UZ) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (VI) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (XH) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ ├── 79.0 (ZH-CN) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ │ │ └── 79.0 (ZH-TW) │ │ │ └── Mozilla.Firefox.Firefox.yaml │ ├── FirefoxDeveloperEdition │ │ ├── 77.0b9 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 78.0b1 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 78.0b2 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 78.0b4 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 78.0b5 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 78.0b6 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 80.0b8 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 82.0b8 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 83.0b10 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 85.0b2 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 85.0b9 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 86.0b5 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 87.0b2 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 87.0b3 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 87.0b4 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 87.0b5 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 87.0b9 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 88.0b1 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 88.0b4 │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ ├── 88.0b5 │ │ │ ├── Mozilla.FirefoxDeveloperEdition.installer.yaml │ │ │ ├── Mozilla.FirefoxDeveloperEdition.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ │ └── 88.0b7 │ │ │ ├── Mozilla.FirefoxDeveloperEdition.installer.yaml │ │ │ ├── Mozilla.FirefoxDeveloperEdition.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxDeveloperEdition.yaml │ ├── FirefoxESR │ │ ├── 68.8.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 68.9.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.1.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.4.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.5.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.6.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.6.1esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.7.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.7.1esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ ├── 78.8.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ │ └── 78.9.0esr │ │ │ ├── Mozilla.FirefoxESR.installer.yaml │ │ │ ├── Mozilla.FirefoxESR.locale.en-US.yaml │ │ │ └── Mozilla.FirefoxESR.yaml │ ├── Thunderbird-cs │ │ └── 78.0 │ │ │ └── Mozilla.Thunderbird-cs.yaml │ ├── Thunderbird-es │ │ └── 78.4.0 │ │ │ └── Mozilla.Thunderbird-es.yaml │ ├── Thunderbird │ │ ├── 68.10.0 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 68.8.0 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 68.9.0 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.0.1 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.0 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.1.0 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.1.1 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.2.1 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.3.2 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.6.1 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.7.1 │ │ │ └── Mozilla.Thunderbird.yaml │ │ ├── 78.8.1 │ │ │ └── Mozilla.Thunderbird.yaml │ │ └── Thunderbird │ │ │ ├── 78.1.0 (AF) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (AR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (AST) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (BE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (BG) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (BR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (CA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (CAK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (CS) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (CY) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (DA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (DE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (DSB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (EL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (EN-CA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (EN-GB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (ES-AR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (ES-ES) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (ET) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (EU) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (FA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (FI) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (FR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (FY-NL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (GA-IE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (GD) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (GL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (HE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (HR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (HSB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (HU) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (HY-AM) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (ID) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (IS) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (IT) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (JA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (KA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (KAB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (KK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (KO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (LT) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (MS) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (NB-NO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (NL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (NN-NO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (PA-IN) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (PL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (PT-BR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (PT-PT) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (RM) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (RO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (RU) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (SI) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (SK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (SL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (SQ) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (SR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (TH) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (TR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (UK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (UZ) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (VI) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (ZH-CN) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (ZH-TW) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.0 (sv-SE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (AF) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (AR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (AST) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (BE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (BG) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (BR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (CA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (CAK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (CS) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (CY) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (DA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (DE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (DSB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (EL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (EN-CA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (EN-GB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (ES-AR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (ES-ES) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (ET) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (EU) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (FA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (FI) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (FR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (FY-NL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (GA-IE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (GD) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (GL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (HE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (HR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (HSB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (HU) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (HY-AM) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (ID) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (IS) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (IT) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (JA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (KA) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (KAB) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (KK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (KO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (LT) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (MS) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (NB-NO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (NL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (NN-NO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (PA-IN) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (PL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (PT-BR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (PT-PT) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (RM) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (RO) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (RU) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (SI) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (SK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (SL) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (SQ) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (SR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (TH) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (TR) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (UK) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (UZ) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (VI) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (ZH-CN) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ ├── 78.1.1 (ZH-TW) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ │ │ └── 78.1.1 (sv-SE) │ │ │ └── Mozilla.Thunderbird.Thunderbird.yaml │ └── ThunderbirdBeta │ │ ├── 77.0b3 │ │ └── Mozilla.ThunderbirdBeta.yaml │ │ ├── 78.0b1 │ │ └── Mozilla.ThunderbirdBeta.yaml │ │ ├── 87.0b2 │ │ └── Mozilla.ThunderbirdBeta.yaml │ │ └── 88.0b2 │ │ ├── Mozilla.ThunderbirdBeta.installer.yaml │ │ ├── Mozilla.ThunderbirdBeta.locale.en-US.yaml │ │ └── Mozilla.ThunderbirdBeta.yaml ├── Mp3tag │ └── Mp3tag │ │ ├── 3.05 │ │ └── Mp3tag.Mp3tag.yaml │ │ └── 3.06a │ │ └── Mp3tag.Mp3tag.yaml ├── Mu │ └── Mu │ │ └── 1.0.3 │ │ └── Mu.Mu.yaml ├── Mubu │ └── Mubu │ │ └── 1.2.4 │ │ └── Mubu.Mubu.yaml ├── MullvadVPN │ └── MullvadVPN │ │ ├── 2020.4 │ │ └── MullvadVPN.MullvadVPN.yaml │ │ ├── 2020.5.0 │ │ └── MullvadVPN.MullvadVPN.yaml │ │ ├── 2020.6.0 │ │ └── MullvadVPN.MullvadVPN.yaml │ │ ├── 2020.7.0 │ │ └── MullvadVPN.MullvadVPN.yaml │ │ ├── 2021.1.0 │ │ └── MullvadVPN.MullvadVPN.yaml │ │ └── 2021.2.0 │ │ ├── MullvadVPN.MullvadVPN.installer.yaml │ │ ├── MullvadVPN.MullvadVPN.locale.en-US.yaml │ │ └── MullvadVPN.MullvadVPN.yaml ├── Multifile │ ├── Json │ │ └── MsixTest │ │ │ ├── 0.1.2.3 │ │ │ ├── Multifile.Json.MsixTest.installer.json │ │ │ ├── Multifile.Json.MsixTest.json │ │ │ └── Multifile.JsonMsixTest.locale.en-US.json │ │ │ └── 1.2.3.4 │ │ │ ├── Multifile.Json.MsixTest.installer.json │ │ │ ├── Multifile.Json.MsixTest.json │ │ │ ├── Multifile.Json.MsixTest.locale.en-GB.json │ │ │ └── Multifile.Json.MsixTest.locale.en-US.json │ └── Yaml │ │ └── MsixTest │ │ ├── 0.1.2.3 │ │ ├── Multifile.Yaml.MsixTest.installer.yaml │ │ ├── Multifile.Yaml.MsixTest.locale.en-US.yaml │ │ └── Multifile.Yaml.MsixTest.yaml │ │ └── 1.2.3.4 │ │ ├── Multifile.Yaml.MsixTest.installer.yaml │ │ ├── Multifile.Yaml.MsixTest.locale.en-GB.yaml │ │ ├── Multifile.Yaml.MsixTest.locale.en-US.yaml │ │ └── Multifile.Yaml.MsixTest.yaml ├── Mumble │ └── Mumble │ │ ├── 1.3.1 │ │ └── Mumble.Mumble.yaml │ │ ├── 1.3.2 │ │ └── Mumble.Mumble.yaml │ │ └── 1.3.4 │ │ └── Mumble.Mumble.yaml ├── Musescore │ └── Musescore │ │ ├── 3.4.2 │ │ └── Musescore.Musescore.yaml │ │ ├── 3.5.0 │ │ └── Musescore.Musescore.yaml │ │ ├── 3.5.2 │ │ └── Musescore.Musescore.yaml │ │ ├── 3.6.0 │ │ └── Musescore.Musescore.yaml │ │ ├── 3.6.1 │ │ └── Musescore.Musescore.yaml │ │ └── 3.6.2 │ │ └── Musescore.Musescore.yaml ├── MusicBrainz │ └── Picard │ │ ├── 2.3.2 │ │ └── MusicBrainz.Picard.yaml │ │ ├── 2.4.1 │ │ └── MusicBrainz.Picard.yaml │ │ ├── 2.4.2 │ │ └── MusicBrainz.Picard.yaml │ │ └── 2.5.6 │ │ └── MusicBrainz.Picard.yaml ├── Muta │ └── Muta │ │ └── 2.1.02 │ │ └── Muta.Muta.yaml ├── MyGames │ └── GameCenter │ │ └── 4.0.1569.53606 │ │ └── MyGames.GameCenter.yaml ├── MyPaint │ └── MyPaint │ │ └── 2.0.1 │ │ └── MyPaint.MyPaint.yaml ├── mRemoteNG │ └── mRemoteNG │ │ └── 1.76.20 │ │ └── mRemoteNG.mRemoteNG.yaml ├── madisvain │ └── upcount │ │ └── 0.8.3 │ │ └── madisvain.upcount.yaml ├── majsoulplus │ └── majsoul-plus │ │ ├── 2.0.0 │ │ └── majsoulplus.majsoul-plus.yaml │ │ └── 2.0.1 │ │ └── majsoulplus.majsoul-plus.yaml ├── manosim │ └── gitify │ │ └── 4.2.0 │ │ └── manosim.gitify.yaml ├── marha │ └── VcXsrv │ │ └── 1.20.9.0 │ │ └── marha.VcXsrv.yaml ├── martpie │ └── museeks │ │ └── 0.11.5 │ │ └── martpie.museeks.yaml ├── mathworks │ └── matlabdrive │ │ └── 1.6.1.2 │ │ └── mathworks.matlabdrive.yaml ├── maygo │ └── tockler │ │ └── 3.18.0 │ │ └── maygo.tockler.yaml ├── mazehall │ └── eintopf │ │ └── 1.3.2 │ │ └── mazehall.eintopf.yaml ├── mcmilk │ └── 7zip-zstd │ │ └── 19.00-v1.4.5-R2 │ │ └── mcmilk.7zip-zstd.yaml ├── metacraft │ └── vpilot │ │ ├── 2.6.10 │ │ └── metacraft.vpilot.yaml │ │ └── 2.8.1 │ │ └── metacraft.vpilot.yaml ├── mmanela │ └── markdownoutlook │ │ └── 1.2.0 │ │ └── mmanela.markdownoutlook.yaml ├── mmckegg │ └── loopdrop │ │ └── 3.0.1 │ │ └── mmckegg.loopdrop.yaml ├── moshfeu │ └── y2mp3 │ │ └── 2.5.2 │ │ └── moshfeu.y2mp3.yaml ├── muffinista │ └── before-dawn │ │ └── 0.15.0 │ │ └── muffinista.before-dawn.yaml └── multibootusb │ └── multibootusb │ └── 9.2.0 │ └── multibootusb.multibootusb.yaml ├── n ├── NASM │ └── NASM │ │ └── 2.15.05 │ │ └── NASM.NASM.yaml ├── NSIS │ └── NSIS │ │ └── 3.06.1 │ │ └── NSIS.NSIS.yaml ├── NTWindSoftware │ ├── WinSnap │ │ └── 5.2.9 │ │ │ └── NTWindSoftware.WinSnap.yaml │ └── WindowSpace │ │ └── 2.6.3 │ │ └── NTWindSoftware.WindowSpace.yaml ├── NVAccess │ └── NVDA │ │ ├── 2020.1 │ │ └── NVAccess.NVDA.yaml │ │ ├── 2020.2 │ │ └── NVAccess.NVDA.yaml │ │ └── 2020.3 │ │ └── NVAccess.NVDA.yaml ├── NZXT │ └── CAM │ │ ├── 4.10.1 │ │ └── NZXT.CAM.yaml │ │ ├── 4.11.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.12.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.13.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.16.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.17.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.18.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.18.1 │ │ └── NZXT.CAM.yaml │ │ ├── 4.20.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.21.0 │ │ └── NZXT.CAM.yaml │ │ ├── 4.22.0 │ │ ├── NZXT.CAM.installer.yaml │ │ ├── NZXT.CAM.locale.en-US.yaml │ │ └── NZXT.CAM.yaml │ │ ├── 4.8.0 │ │ └── NZXT.CAM.yaml │ │ └── 4.9.2 │ │ └── NZXT.CAM.yaml ├── Nadeo │ └── TrackManiaNationsForever │ │ └── 2.11.26 │ │ └── Nadeo.TrackManiaNationsForever.yaml ├── NagleCode │ └── PacketSender │ │ ├── 6.2.3 │ │ └── NagleCode.PacketSender.yaml │ │ ├── 7.0.5 │ │ └── NagleCode.PacketSender.yaml │ │ └── 7.0.6 │ │ └── NagleCode.PacketSender.yaml ├── NathanielJohns │ └── Beatdrop │ │ └── 2.6.2 │ │ └── NathanielJohns.Beatdrop.yaml ├── NelsonNumericalSoftware │ └── Nelson │ │ └── 0.5.2 │ │ └── NelsonNumericalSoftware.Nelson.yaml ├── Neotys │ └── NeoLoad │ │ └── 7.3 │ │ └── Neotys.NeoLoad.yaml ├── Netease │ ├── CloudMusic │ │ └── 2.7.1.198242 │ │ │ └── Netease.CloudMusic.yaml │ └── CloudMusicUWP │ │ └── 1.4.1.0 │ │ └── Netease.CloudMusicUWP.yaml ├── NewBreedSoftware │ ├── TuxPaint │ │ └── 0.9.25 │ │ │ └── NewBreedSoftware.TuxPaint.yaml │ └── TuxPaintStamps │ │ └── 2018.09.01 │ │ └── NewBreedSoftware.TuxPaintStamps.yaml ├── NextDNS │ └── NextDNS │ │ └── 2.0.1 │ │ └── NextDNS.NextDNS.yaml ├── Nextcloud │ └── NextcloudDesktop │ │ └── 3.1.3 │ │ └── Nextcloud.NextcloudDesktop.yaml ├── NexusMods │ └── Vortex │ │ ├── 1.2.11 │ │ └── NexusMods.Vortex.yaml │ │ ├── 1.3.1 │ │ └── NexusMods.Vortex.yaml │ │ ├── 1.3.22 │ │ └── NexusMods.Vortex.yaml │ │ ├── 1.3.8 │ │ └── NexusMods.Vortex.yaml │ │ ├── 1.4.3 │ │ └── NexusMods.Vortex.yaml │ │ ├── 1.4.4 │ │ └── NexusMods.Vortex.yaml │ │ ├── 1.4.5 │ │ └── NexusMods.Vortex.yaml │ │ ├── 1.4.6 │ │ └── NexusMods.Vortex.yaml │ │ └── 1.4.9 │ │ ├── NexusMods.Vortex.installer.yaml │ │ ├── NexusMods.Vortex.locale.en-US.yaml │ │ └── NexusMods.Vortex.yaml ├── NickeManarin │ └── ScreenToGif │ │ ├── 2.24.2 │ │ └── NickeManarin.ScreenToGif.yaml │ │ ├── 2.25.0 │ │ └── NickeManarin.ScreenToGif.yaml │ │ ├── 2.26.0 │ │ └── NickeManarin.ScreenToGif.yaml │ │ ├── 2.26.1 │ │ └── NickeManarin.ScreenToGif.yaml │ │ ├── 2.27.2 │ │ └── NickeManarin.ScreenToGif.yaml │ │ └── 2.27.3 │ │ └── NickeManarin.ScreenToGif.yaml ├── NimbusWeb │ ├── NimbusNote │ │ └── 6.32.9 │ │ │ └── NimbusWeb.NimbusNote.yaml │ └── NimbusWeb │ │ └── 6.32.9 │ │ └── NimbusWeb.NimbusWeb.yaml ├── NirSoft │ ├── BlueScreenView │ │ └── 1.55 │ │ │ ├── NirSoft.BlueScreenView.installer.yaml │ │ │ ├── NirSoft.BlueScreenView.locale.en-US.yaml │ │ │ └── NirSoft.BlueScreenView.yaml │ └── ShellExView │ │ └── 2.01 │ │ └── NirSoft.ShellExView.yaml ├── NitroSoftware │ └── NitroPro │ │ └── 13.22.0.414 │ │ └── NitroSoftware.NitroPro.yaml ├── Nlitesoft │ └── NTLite │ │ └── 2.1.0.7845 │ │ └── Nlitesoft.NTLite.yaml ├── NoMachine │ ├── NoMachine │ │ ├── 7.0.211 │ │ │ └── NoMachine.NoMachine.yaml │ │ ├── 7.1.3 │ │ │ └── NoMachine.NoMachine.yaml │ │ └── 7.4.1 │ │ │ └── NoMachine.NoMachine.yaml │ └── NoMachineClient │ │ ├── 7.3.2 │ │ └── NoMachine.NoMachineClient.yaml │ │ └── 7.4.1 │ │ └── NoMachine.NoMachineClient.yaml ├── NoSQLBooster │ └── NoSQLBooster │ │ ├── 4.7.5 │ │ └── NoSQLBooster.NoSQLBooster.yaml │ │ ├── 5.2.12 │ │ └── NoSQLBooster.NoSQLBooster.yaml │ │ └── 6.1.8 │ │ └── NoSQLBooster.NoSQLBooster.yaml ├── Nodist │ └── Nodist │ │ └── 0.9.1 │ │ └── Nodist.Nodist.yaml ├── NordVPN │ └── NordVPN │ │ ├── 6.29.7 │ │ └── NordVPN.NordVPN.yaml │ │ ├── 6.30.10 │ │ └── NordVPN.NordVPN.yaml │ │ ├── 6.30.8 │ │ └── NordVPN.NordVPN.yaml │ │ ├── 6.31.5.0 │ │ └── NordVPN.NordVPN.yaml │ │ └── 6.32.24.0 │ │ └── NordVPN.NordVPN.yaml ├── Notepad++ │ └── Notepad++ │ │ ├── 7.8.6 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.8.7 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.8.8 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.8.9 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.9.0 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.9.1 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.9.2 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.9.3 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.9.4 │ │ └── Notepad++.Notepad++.yaml │ │ ├── 7.9.5 │ │ └── Notepad++.Notepad++.yaml │ │ └── 7.9 │ │ └── Notepad++.Notepad++.yaml ├── Notepad2mod │ └── Notepad2mod │ │ └── 4.2.25.998 │ │ └── Notepad2mod.Notepad2mod.yaml ├── Notepads │ └── Notepads │ │ ├── 1.3.7.0 │ │ └── Notepads.Notepads.yaml │ │ └── 1.3.8.0 │ │ └── Notepads.Notepads.yaml ├── Notion │ └── Notion │ │ ├── 2.0.11 │ │ └── Notion.Notion.yaml │ │ ├── 2.0.8 │ │ └── Notion.Notion.yaml │ │ └── 2.0.9 │ │ └── Notion.Notion.yaml ├── Nozbe │ └── NozbePersonal │ │ └── 3.13 │ │ └── Nozbe.NozbePersonal.yaml ├── NuGetPackageExplorer │ └── NuGetPackageExplorer │ │ └── 5.8.34.0 │ │ └── NuGetPackageExplorer.NuGetPackageExplorer.yaml ├── Nullpomino │ └── Nullpomino │ │ └── 7.5 │ │ └── Nullpomino.Nullpomino.yaml ├── Nutstore │ └── Nutstore │ │ └── 5.2.4 │ │ └── Nutstore.Nutstore.yaml ├── Nvidia │ ├── GeForceExperience │ │ ├── 3.20.3.63 │ │ │ └── Nvidia.GeForceExperience.yaml │ │ ├── 3.20.4.14 │ │ │ └── Nvidia.GeForceExperience.yaml │ │ └── 3.20.5.70 │ │ │ └── Nvidia.GeForceExperience.yaml │ ├── GeForceNow │ │ ├── 1.0.9 │ │ │ └── Nvidia.GeForceNow.yaml │ │ └── 2.0.28.140 │ │ │ ├── Nvidia.GeForceNow.installer.yaml │ │ │ ├── Nvidia.GeForceNow.locale.en-US.yaml │ │ │ └── Nvidia.GeForceNow.yaml │ └── RTXVoice │ │ └── 0.5.12.6 │ │ ├── Nvidia.RTXVoice.installer.yaml │ │ ├── Nvidia.RTXVoice.locale.en-US.yaml │ │ └── Nvidia.RTXVoice.yaml ├── n457 │ └── uncolored │ │ └── 0.10.2 │ │ └── n457.uncolored.yaml ├── namazso │ └── OpenHashTab │ │ ├── 2.2.0 │ │ └── namazso.OpenHashTab.yaml │ │ ├── 2.3.0 │ │ └── namazso.OpenHashTab.yaml │ │ └── 3.0.1 │ │ └── namazso.OpenHashTab.yaml ├── nashaofu │ └── dingtalk │ │ ├── 2.1.7 │ │ └── nashaofu.dingtalk.yaml │ │ └── 2.1.9 │ │ └── nashaofu.dingtalk.yaml ├── nikpapa │ └── palamedes │ │ └── 0.47 │ │ └── nikpapa.palamedes.yaml ├── notable │ └── notable │ │ └── 1.8.4 │ │ └── notable.notable.yaml ├── nrittsti │ └── NTag │ │ └── 1.2.10 │ │ └── nrittsti.NTag.yaml └── nvisionative │ └── nvQuickSite │ ├── 1.4.2 │ └── nvisionative.nvQuickSite.yaml │ └── 2.1.0 │ └── nvisionative.nvQuickSite.yaml ├── o ├── OBSProject │ └── OBSStudio │ │ └── 26.1.1 │ │ └── OBSProject.OBSStudio.yaml ├── ONLYOFFICE │ └── DesktopEditors │ │ ├── 5.6.0 │ │ └── ONLYOFFICE.DesktopEditors.yaml │ │ └── 6.2.0.148 │ │ └── ONLYOFFICE.DesktopEditors.yaml ├── OSGeo │ ├── QGIS │ │ ├── 3.12.3 │ │ │ └── OSGeo.QGIS.yaml │ │ ├── 3.14.0 │ │ │ └── OSGeo.QGIS.yaml │ │ └── 3.18.1 │ │ │ └── OSGeo.QGIS.yaml │ └── QGIS_LTR │ │ └── 3.16.5 │ │ └── OSGeo.QGIS_LTR.yaml ├── Obsidian │ └── Obsidian │ │ ├── 0.11.0 │ │ └── Obsidian.Obsidian.yaml │ │ └── 0.11.5 │ │ └── Obsidian.Obsidian.yaml ├── OctopusDeploy │ ├── Server │ │ ├── 2020.6.4701 │ │ │ └── OctopusDeploy.Server.yaml │ │ └── 2020.6.4788 │ │ │ └── OctopusDeploy.Server.yaml │ └── Tentacle │ │ ├── 6.0.517 │ │ └── OctopusDeploy.Tentacle.yaml │ │ ├── 6.0.518 │ │ └── OctopusDeploy.Tentacle.yaml │ │ ├── 6.0.534 │ │ └── OctopusDeploy.Tentacle.yaml │ │ ├── 6.0.536 │ │ └── OctopusDeploy.Tentacle.yaml │ │ ├── 6.0.549 │ │ ├── OctopusDeploy.Tentacle.installer.yaml │ │ ├── OctopusDeploy.Tentacle.locale.en-US.yaml │ │ └── OctopusDeploy.Tentacle.yaml │ │ └── 6.0.555 │ │ ├── OctopusDeploy.Tentacle.installer.yaml │ │ ├── OctopusDeploy.Tentacle.locale.en-US.yaml │ │ └── OctopusDeploy.Tentacle.yaml ├── OlegDanilov │ └── RapidEnvironmentEditor │ │ └── 9.2.0.937 │ │ └── OlegDanilov.RapidEnvironmentEditor.yaml ├── OliveTeam │ └── OliveVideoEditor │ │ └── 0.1.0 │ │ └── OliveTeam.OliveVideoEditor.yaml ├── OliverSchwendener │ └── ueli │ │ ├── 8.11.0 │ │ └── OliverSchwendener.ueli.yaml │ │ ├── 8.7.0 │ │ └── Oliverschwendener.Ueli.yaml │ │ └── 8.8.1 │ │ └── OliverSchwendener.Ueli.yaml ├── Ombrelin │ └── PlexRichPresence │ │ └── 1.6.0.0 │ │ └── Ombrelin.PlexRichPresence.yaml ├── OmicronLab │ └── Avro │ │ └── 5.6.0 │ │ └── OmicronLab.Avro.yaml ├── Open-Shell │ └── Open-Shell-Menu │ │ ├── 4.4.142 │ │ └── Open-Shell.Open-Shell-Menu.yaml │ │ └── 4.4.152 │ │ └── Open-Shell.Open-Shell-Menu.yaml ├── OpenJS │ ├── NodeJS │ │ ├── 10.15.3 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 12.16.1 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 12.16.3 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 12.17.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 12.18.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 12.18.1 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 12.18.2 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 12.18.3 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.11.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 14.12.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.13.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 14.13.1 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 14.14.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 14.16.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 14.2.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.3.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.4.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.5.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.6.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.7.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.8.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 14.9.0 │ │ │ └── OpenJS.Nodejs.yaml │ │ ├── 15.0.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.0.1 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.1.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.10.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.11.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.12.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.13.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.14.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.2.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.2.1 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.3.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.4.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.5.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.5.1 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.6.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.7.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.8.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ ├── 15.9.0 │ │ │ └── OpenJS.NodeJS.yaml │ │ └── 7.1.0 │ │ │ └── OpenJS.Nodejs.yaml │ ├── NodeJSLTS │ │ ├── 10.23.2 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 10.23.3 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 10.24.0 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 12.18.4 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 12.19.0 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 12.20.2 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 12.21.0 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 12.22.0 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 14.15.0 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 14.15.1 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 14.15.2 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 14.15.3 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 14.15.4 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 14.15.5 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ ├── 14.16.0 │ │ │ └── OpenJS.NodeJSLTS.yaml │ │ └── 14.16.1 │ │ │ └── OpenJS.NodeJSLTS.yaml │ └── NodeJSNightly │ │ ├── 15.0.0-20200917 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200918 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200919 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200921 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200923 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200925 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200927 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200928 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200929 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20200930 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201001 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201002 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201003 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201004 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201006 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201007 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201008 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201009 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201010 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201011 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201013 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201016 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201019 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 15.0.0-20201020 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201021 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201022 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201023 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201025 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201027 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201030 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201031 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201101 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201103 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201106 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201107 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201109 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201111 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201113 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201116 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201120 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201121 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201122 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201124 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201125 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201129 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201130 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201201 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201202 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201203 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201204 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201207 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201209 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201211 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201214 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201216 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201221 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201222 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201223 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201224 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201225 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201226 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201227 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201228 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201229 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201230 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20201231 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210102 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210103 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210104 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210105 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210106 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210107 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210108 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210109 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210110 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210111 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210112 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210113 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210114 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210115 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210116 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210117 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210118 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210119 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210120 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210121 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210122 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210123 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210124 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210125 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210126 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210127 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210128 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210129 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210130 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210131 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210201 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210202 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210203 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210204 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210205 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210206 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210207 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210208 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210209 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210210 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210211 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210212 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210213 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210214 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210215 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210216 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210217 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210218 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210219 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210220 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210221 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210222 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210223 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210224 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210225 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210226 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210227 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210228 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210301 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210302 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210303 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210304 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210305 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210306 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210307 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210309 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210310 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210311 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210312 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210314 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210315 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210316 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210317 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210318 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210319 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210320 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210321 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210322 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210323 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210324 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210325 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210326 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210327 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210328 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210329 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210330 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210331 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210401 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210402 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210403 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210404 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210405 │ │ └── OpenJS.NodeJSNightly.yaml │ │ ├── 16.0.0-20210406 │ │ └── OpenJS.NodeJSNightly.yaml │ │ └── 16.0.0-20210407 │ │ └── OpenJS.NodeJSNightly.yaml ├── OpenMPT │ └── OpenMPT │ │ └── 1.29.07.00 │ │ └── OpenMPT.OpenMPT.yaml ├── OpenMedia │ ├── 4KVideoDownloader │ │ ├── 4.12.4.3660 │ │ │ └── OpenMedia.4KVideoDownloader.yaml │ │ ├── 4.12.5.3670 │ │ │ └── OpenMedia.4KVideoDownloader.yaml │ │ ├── 4.13.0.3800 │ │ │ └── OpenMedia.4KVideoDownloader.yaml │ │ └── 4.15.0 │ │ │ └── OpenMedia.4KVideoDownloader.yaml │ └── 4KYoutubetoMP3 │ │ └── 3.15.0 │ │ └── OpenMedia.4KYoutubetoMP3.yaml ├── OpenRA │ └── OpenRA │ │ └── 20200503 │ │ └── OpenRA.OpenRA.yaml ├── OpenSCAD │ └── OpenSCAD │ │ ├── 2019.05 │ │ └── OpenSCAD.OpenSCAD.yaml │ │ └── 2021.01 │ │ └── OpenSCAD.OpenSCAD.yaml ├── OpenShopChannel │ └── Downloader │ │ ├── 1.2.10 │ │ └── OpenShopChannel.Downloader.yaml │ │ └── 1.2.9 │ │ └── OpenShopChannel.Downloader.yaml ├── OpenShot │ └── OpenShot │ │ └── 2.5.1 │ │ └── OpenShot.OpenShot.yaml ├── OpenSight │ └── FlashFXP │ │ └── 5.4.0 │ │ └── OpenSight.FlashFXP.yaml ├── OpenTTD │ └── OpenTTD │ │ ├── 1.10.1 │ │ └── OpenTTD.OpenTTD.yaml │ │ └── 1.10.3 │ │ └── OpenTTD.OpenTTD.yaml ├── OpenVPNTechnologies │ ├── OpenVPN │ │ └── 2.5.1 │ │ │ └── OpenVPNTechnologies.OpenVPN.yaml │ └── OpenVPNConnect │ │ ├── 2.7.1.110 │ │ └── OpenVPNTechnologies.OpenVPNConnect.yaml │ │ ├── 3.1.3.713 │ │ └── OpenVPNTechnologies.OpenVPNConnect.yaml │ │ ├── 3.2.0.1064 │ │ └── OpenVPNTechnologies.OpenVPNConnect.yaml │ │ ├── 3.2.2.1455 │ │ └── OpenVPNTechnologies.OpenVPNConnect.yaml │ │ └── 3.2.3.1851 │ │ └── OpenVPNTechnologies.OpenVPNConnect.yaml ├── Opera │ ├── Opera │ │ ├── 68.0.3618.63 │ │ │ └── Opera.Opera.yaml │ │ ├── 69.0.3686.36 │ │ │ └── Opera.Opera.yaml │ │ ├── 69.0.3686.77 │ │ │ └── Opera.Opera.yaml │ │ ├── 70.0.3728.144 │ │ │ └── Opera.Opera.yaml │ │ ├── 70.0.3728.95 │ │ │ └── Opera.Opera.yaml │ │ ├── 74.0.3911.160 │ │ │ └── Opera.Opera.yaml │ │ └── 75.0.3969.149 │ │ │ ├── Opera.Opera.installer.yaml │ │ │ ├── Opera.Opera.locale.en-US.yaml │ │ │ └── Opera.Opera.yaml │ └── OperaGX │ │ ├── 68.0.3618.142 │ │ └── Opera.OperaGX.yaml │ │ ├── 68.0.3618.197 │ │ └── Opera.OperaGX.yaml │ │ └── 73.0.3856.424 │ │ ├── Opera.OperaGX.installer.yaml │ │ ├── Opera.OperaGX.locale.en-US.yaml │ │ └── Opera.OperaGX.yaml ├── Oracle │ ├── JavaRuntimeEnvironment │ │ ├── 8.0.251 │ │ │ └── Oracle.JavaRuntimeEnvironment.yaml │ │ ├── 8.0.261 │ │ │ └── Oracle.JavaRuntimeEnvironment.yaml │ │ ├── 8.0.271 │ │ │ └── Oracle.JavaRuntimeEnvironment.yaml │ │ └── 8.0.281 │ │ │ └── Oracle.JavaRuntimeEnvironment.yaml │ ├── MySQL │ │ ├── 8.0.20 │ │ │ └── Oracle.MySQL.yaml │ │ ├── 8.0.21 │ │ │ └── Oracle.MySQL.yaml │ │ ├── 8.0.22 │ │ │ └── Oracle.MySQL.yaml │ │ └── 8.0.23 │ │ │ └── Oracle.MySQL.yaml │ ├── VirtualBox │ │ ├── 6.1.10 │ │ │ └── Oracle.VirtualBox.yaml │ │ ├── 6.1.12 │ │ │ └── Oracle.VirtualBox.yaml │ │ ├── 6.1.14 │ │ │ └── Oracle.VirtualBox.yaml │ │ ├── 6.1.16 │ │ │ └── Oracle.VirtualBox.yaml │ │ └── 6.1.18 │ │ │ └── Oracle.VirtualBox.yaml │ └── VirtualBoxTest │ │ ├── 6.1.19-143492 │ │ └── Oracle.VirtualBoxTest.yaml │ │ └── 6.1.19-143581 │ │ └── Oracle.VirtualBoxTest.yaml ├── OsirisDevelopment │ └── BatteryBar │ │ └── 3.6.6 │ │ └── OsirisDevelopment.BatteryBar.yaml ├── OutSystems │ └── ServiceStudio │ │ └── 11.7.12.0 │ │ └── OutSystems.ServiceStudio.yaml ├── Outertech │ └── GetDiz │ │ └── 4.9.1.0 │ │ └── Outertech.GetDiz.yaml ├── ojdkbuild │ └── ojdkbuild │ │ ├── 1.8.0_252-2 │ │ └── ojdkbuild.ojdkbuild.yaml │ │ ├── 11.0.7-1 │ │ └── ojdkbuild.ojdkbuild.yaml │ │ ├── 13.0.3-1 │ │ └── ojdkbuild.ojdkbuild.yaml │ │ └── 14.0.1-1 │ │ └── ojdkbuild.ojdkbuild.yaml ├── oldj │ └── switchhosts │ │ ├── 3.5.7 │ │ └── oldj.switchhosts.yaml │ │ └── 3.5.8 │ │ └── oldj.switchhosts.yaml ├── openage │ └── openage │ │ └── latest │ │ └── openage.openage.yaml ├── openwmail │ └── openwmail │ │ └── 1.0.0 │ │ └── openwmail.openwmail.yaml ├── opticos │ └── gwsl │ │ └── 1.3.7 │ │ └── opticos.gwsl.yaml ├── osk │ └── TETRIO │ │ └── 6.0.1 │ │ └── osk.TETRIO.yaml ├── ovital │ └── OmapRevitPlugin │ │ └── 1.0.0 │ │ └── ovital.OmapRevitPlugin.yaml ├── ownCloud │ └── ownCloudDesktop │ │ ├── 2.5.1.10973.10850 │ │ └── ownCloud.ownCloudDesktop.yaml │ │ └── 2.7.6.3261 │ │ ├── ownCloud.ownCloudDesktop.installer.yaml │ │ ├── ownCloud.ownCloudDesktop.locale.en-US.yaml │ │ └── ownCloud.ownCloudDesktop.yaml └── oxygendioxide │ └── utaformatix │ ├── 3.1 │ └── oxygendioxide.utaformatix.yaml │ ├── 3.3 │ └── oxygendioxide.utaformatix.yaml │ └── 3.6 │ └── oxygendioxide.utaformatix.yaml ├── p ├── PDFLabs │ └── PDFtkServer │ │ └── 2.02 │ │ └── PDFLabs.PDFtkServer.yaml ├── PDFsam │ └── PDFsam │ │ ├── 4.1.3 │ │ └── PDFsam.PDFsam.yaml │ │ ├── 4.1.4 │ │ └── PDFsam.PDFsam.yaml │ │ ├── 4.2.2 │ │ └── PDFsam.PDFsam.yaml │ │ └── 4.2.3 │ │ └── PDFsam.PDFsam.yaml ├── Paessler │ └── PRTGDesktop │ │ └── 21.1.1 │ │ ├── Paessler.PRTGDesktop.installer.yaml │ │ ├── Paessler.PRTGDesktop.locale.en-US.yaml │ │ └── Paessler.PRTGDesktop.yaml ├── PaodingAI │ └── PDFlux │ │ └── 3.12.10.0 │ │ └── PaodingAI.PDFlux.yaml ├── ParadoxInteractive │ └── ParadoxLauncher │ │ └── 1.8.4 │ │ └── ParadoxInteractive.ParadoxLauncher.yaml ├── Paragon │ └── ParagonBackupRecoveryCE │ │ └── 17.9.3.4927 │ │ └── Paragon.ParagonBackupRecoveryCE.yaml ├── ParsecCloudInc │ └── Parsec │ │ └── 150.47 │ │ └── ParsecCloudInc.Parsec.yaml ├── PascalBerger │ └── MSIXCommander │ │ └── 1.0.7.5 │ │ └── PascalBerger.MSIXCommander.yaml ├── PaulFrazee │ └── BeakerBrowser │ │ └── 1.1.0 │ │ └── PaulFrazee.BeakerBrowser.yaml ├── PawelPsztyc │ └── AdvancedRestClient │ │ └── 15.0.7 │ │ └── PawelPsztyc.AdvancedRestClient.yaml ├── PenguinLabs │ └── Cacher │ │ └── 202.30.4 │ │ └── PenguinLabs.Cacher.yaml ├── Peppy │ └── Osu! │ │ ├── 2020.523.0 │ │ └── Peppy.Osu!.yaml │ │ ├── 2021.226.0 │ │ └── Peppy.Osu!.yaml │ │ ├── 2021.302.0 │ │ └── Peppy.Osu!.yaml │ │ ├── 2021.312.0 │ │ └── Peppy.Osu!.yaml │ │ ├── 2021.320.0 │ │ └── Peppy.Osu!.yaml │ │ ├── 2021.323.0 │ │ └── Peppy.Osu!.yaml │ │ └── 2021.331.0 │ │ └── Peppy.Osu!.yaml ├── Perforce │ └── P4Merge │ │ ├── 2020.1 │ │ └── Perforce.P4Merge.yaml │ │ ├── 2020.2 │ │ └── Perforce.P4Merge.yaml │ │ └── 2020.3 │ │ └── Perforce.P4Merge.yaml ├── PersepolisDownloadManager │ └── Persepolis │ │ └── 3.2.0.0 │ │ └── PersepolisDownloadManager.Persepolis.yaml ├── PeterBClements │ └── QuickPar │ │ └── 0.9.1 │ │ └── PeterBClements.QuickPar.yaml ├── PeterDaveHello │ └── TransmissionRemoteGUI │ │ └── 5.18.0 │ │ └── PeterDaveHello.TransmissionRemoteGUI.yaml ├── Philips │ └── HueSync │ │ └── 1.6.0.9 │ │ └── Philips.HueSync.yaml ├── Phoner │ └── PhonerLite │ │ ├── 2.84.0 │ │ └── Phoner.PhonerLite.yaml │ │ ├── 2.85.0 │ │ └── Phoner.PhonerLite.yaml │ │ ├── 2.86.0 │ │ └── Phoner.PhonerLite.yaml │ │ ├── 2.87.0 │ │ └── Phoner.PhonerLite.yaml │ │ ├── 2.88.0 │ │ └── Phoner.PhonerLite.yaml │ │ └── 2.89.0 │ │ └── Phoner.PhonerLite.yaml ├── PhraseExpress │ └── PhraseExpress │ │ └── latest │ │ └── PhraseExpress.PhraseExpress.yaml ├── PicGo │ └── PicGo │ │ └── 2.2.2 │ │ └── PicGo.PicGo.yaml ├── PicoTorrent │ └── PicoTorrent │ │ ├── 0.18.0 │ │ └── PicoTorrent.PicoTorrent.yaml │ │ ├── 0.19.0 │ │ └── PicoTorrent.PicoTorrent.yaml │ │ ├── 0.20.0 │ │ └── PicoTorrent.PicoTorrent.yaml │ │ ├── 0.21.0 │ │ └── PicoTorrent.PicoTorrent.yaml │ │ ├── 0.22.0 │ │ └── PicoTorrent.PicoTorrent.yaml │ │ ├── 0.23.0 │ │ └── PicoTorrent.PicoTorrent.yaml │ │ └── 0.24.0 │ │ └── PicoTorrent.PicoTorrent.yaml ├── Pidgin │ └── Pidgin │ │ ├── 2.13.0 │ │ └── Pidgin.Pidgin.yaml │ │ └── 2.14.1 │ │ └── Pidgin.Pidgin.yaml ├── Piriform │ ├── CCleaner │ │ ├── 5.66.7716 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.67.7763 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.68.7820 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.69.7865 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.70.7909 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.72.7994 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.74.8198 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.75.8238 │ │ │ └── Piriform.CCleaner.yaml │ │ ├── 5.77.8521 │ │ │ └── Piriform.CCleaner.yaml │ │ └── 5.78.8558 │ │ │ └── Piriform.CCleaner.yaml │ ├── Defraggler │ │ └── 2.22.995 │ │ │ └── Piriform.Defraggler.yaml │ ├── Recuva │ │ └── 1.53.1087 │ │ │ └── Piriform.Recuva.yaml │ └── Speccy │ │ └── 1.32.774 │ │ └── Piriform.Speccy.yaml ├── PlayStation │ └── PSNow │ │ ├── 11.1.0 │ │ └── PlayStation.PSNow.yaml │ │ ├── 11.1.2 │ │ └── PlayStation.PSNow.yaml │ │ └── 11.2.2 │ │ └── PlayStation.PSNow.yaml ├── Playnite │ └── Playnite │ │ └── 8.11 │ │ └── Playnite.Playnite.yaml ├── PlotSoft │ └── PDFill │ │ └── 15.0 Build 2 │ │ └── PlotSoft.PDFill.yaml ├── PokerTH │ └── PokerTH │ │ └── 1.1.2 │ │ └── PokerTH.PokerTH.yaml ├── Poly │ └── PlantronicsHub │ │ └── 3.21.53119.27704 │ │ └── Poly.PlantronicsHub.yaml ├── Postbox │ └── Postbox │ │ ├── 7.0.18 │ │ └── Postbox.Postbox.yaml │ │ └── 7.0.46 │ │ └── Postbox.Postbox.yaml ├── PostgreSQL │ ├── PostgreSQL │ │ ├── 12.3 │ │ │ └── PostgreSQL.PostgreSQL.yaml │ │ ├── 12.4.1 │ │ │ └── PostgreSQL.PostgreSQL.yaml │ │ ├── 13.0 │ │ │ └── PostgreSQL.PostgreSQL.yaml │ │ └── 13.2 │ │ │ └── PostgreSQL.PostgreSQL.yaml │ └── pgAdmin │ │ ├── 4.26.0.0 │ │ ├── PostgreSQL.pgAdmin.installer.yaml │ │ ├── PostgreSQL.pgAdmin.locale.en-US.yaml │ │ └── PostgreSQL.pgAdmin.yaml │ │ ├── 4.27.0.0 │ │ ├── PostgreSQL.pgAdmin.installer.yaml │ │ ├── PostgreSQL.pgAdmin.locale.en-US.yaml │ │ └── PostgreSQL.pgAdmin.yaml │ │ ├── 4.28.0.0 │ │ ├── PostgreSQL.pgAdmin.installer.yaml │ │ ├── PostgreSQL.pgAdmin.locale.en-US.yaml │ │ └── PostgreSQL.pgAdmin.yaml │ │ ├── 4.29.0.0 │ │ ├── PostgreSQL.pgAdmin.installer.yaml │ │ ├── PostgreSQL.pgAdmin.locale.en-US.yaml │ │ └── PostgreSQL.pgAdmin.yaml │ │ ├── 4.30 │ │ ├── PostgreSQL.pgAdmin.installer.yaml │ │ ├── PostgreSQL.pgAdmin.locale.en-US.yaml │ │ └── PostgreSQL.pgAdmin.yaml │ │ ├── 5.0 │ │ ├── PostgreSQL.pgAdmin.installer.yaml │ │ ├── PostgreSQL.pgAdmin.locale.en-US.yaml │ │ └── PostgreSQL.pgAdmin.yaml │ │ └── 5.1 │ │ ├── PostgreSQL.pgAdmin.installer.yaml │ │ ├── PostgreSQL.pgAdmin.locale.en-US.yaml │ │ └── PostgreSQL.pgAdmin.yaml ├── Postman │ └── Postman │ │ ├── 7.24.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.25.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.26.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.27.1 │ │ └── Postman.Postman.yaml │ │ ├── 7.31.1 │ │ └── Postman.Postman.yaml │ │ ├── 7.32.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.33.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.34.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.35.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.36.0 │ │ └── Postman.Postman.yaml │ │ ├── 7.36.1 │ │ └── Postman.Postman.yaml │ │ ├── 8.0.10 │ │ └── Postman.Postman.yaml │ │ ├── 8.0.3 │ │ └── Postman.Postman.yaml │ │ ├── 8.0.4 │ │ └── Postman.Postman.yaml │ │ ├── 8.0.6 │ │ └── Postman.Postman.yaml │ │ ├── 8.0.7 │ │ └── Postman.Postman.yaml │ │ └── 8.1.0 │ │ └── Postman.Postman.yaml ├── PrimateLabs │ └── Geekbench │ │ ├── 5.2.4 │ │ └── PrimateLabs.Geekbench.yaml │ │ ├── 5.3.1 │ │ └── PrimateLabs.Geekbench.yaml │ │ └── 5.4.0 │ │ └── PrimateLabs.Geekbench.yaml ├── Primecount │ └── Primecount │ │ ├── 6.1 │ │ └── Primecount.Primecount.yaml │ │ ├── 6.2 │ │ └── Primecount.Primecount.yaml │ │ └── 6.4 │ │ └── Primecount.Primecount.yaml ├── Primesieve │ └── Primesieve │ │ ├── 7.5 │ │ └── Primesieve.Primesieve.yaml │ │ └── 7.6 │ │ └── Primesieve.Primesieve.yaml ├── PrivateInternetAccess │ └── PrivateInternetAccess │ │ ├── 2.3.1 │ │ └── PrivateInternetAccess.PrivateInternetAccess.yaml │ │ ├── 2.4.0 │ │ └── PrivateInternetAccess.PrivateInternetAccess.yaml │ │ ├── 2.6.1 │ │ └── PrivateInternetAccess.PrivateInternetAccess.yaml │ │ ├── 2.7.0 │ │ └── PrivateInternetAccess.PrivateInternetAccess.yaml │ │ ├── 2.7.1 │ │ └── PrivateInternetAccess.PrivateInternetAccess.yaml │ │ └── 2.8.1 │ │ ├── PrivateInternetAccess.PrivateInternetAccess.installer.yaml │ │ ├── PrivateInternetAccess.PrivateInternetAccess.locale.en-US.yaml │ │ └── PrivateInternetAccess.PrivateInternetAccess.yaml ├── ProtonTechnologies │ ├── ProtonMailBridge │ │ └── 1.6.9 │ │ │ └── ProtonTechnologies.ProtonMailBridge.yaml │ └── ProtonVPN │ │ └── 1.16.3 │ │ └── ProtonTechnologies.ProtonVPN.yaml ├── ProtonVPN │ └── ProtonVPN │ │ └── 1.15.0 │ │ └── ProtonVPN.ProtonVPN.yaml ├── Prusa3D │ └── PrusaSlicer │ │ └── 2.3 │ │ └── Prusa3D.PrusaSlicer.yaml ├── PuTTY │ └── PuTTY │ │ └── 0.74 │ │ └── PuTTY.PuTTY.yaml ├── PunkLabs │ └── RocketDock │ │ └── 1.3.5 │ │ └── PunkLabs.RocketDock.yaml ├── Puppet │ ├── pdk │ │ └── 2.0.0.0 │ │ │ └── Puppet.pdk.yaml │ ├── puppet-agent │ │ ├── 3.8.7.0 │ │ │ └── Puppet.puppet-agent.yaml │ │ ├── 6.18.0 │ │ │ └── Puppet.puppet-agent.yaml │ │ ├── 6.19.1 │ │ │ └── Puppet.puppet-agent.yaml │ │ ├── 7.0.0 │ │ │ └── Puppet.puppet-agent.yaml │ │ ├── 7.3.0 │ │ │ └── Puppet.puppet-agent.yaml │ │ ├── 7.4.1 │ │ │ └── Puppet.puppet-agent.yaml │ │ └── 7.5.0 │ │ │ └── Puppet.puppet-agent.yaml │ └── puppet-bolt │ │ ├── 2.27.0 │ │ └── Puppet.puppet-bolt.yaml │ │ ├── 2.28.0 │ │ └── Puppet.puppet-bolt.yaml │ │ ├── 2.29.0 │ │ └── Puppet.puppet-bolt.yaml │ │ ├── 2.34.0 │ │ └── Puppet.puppet-bolt.yaml │ │ ├── 3.0.1 │ │ └── Puppet.puppet-bolt.yaml │ │ └── 3.3.0 │ │ └── Puppet.puppet-bolt.yaml ├── PurpleI2P │ └── i2pd │ │ ├── 2.32.0 │ │ └── PurpleI2P.i2pd.yaml │ │ └── 2.37.0 │ │ └── PurpleI2P.i2pd.yaml ├── Python │ └── Python │ │ ├── 2.5.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.5.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.6.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.6.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.6.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.6.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.6.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.6.6 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.6 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.10 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.11 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.12 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.13 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.14 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.15 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.16 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.17 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.18 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.6 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.7 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.8 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7.9 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 2.7 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.0.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.0.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.1.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.1.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.1.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.1.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.1.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.2.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.2.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.2.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.2.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.2.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.3.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.3.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.3.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.3.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.3.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.3.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.4.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.4.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.4.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.4.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.4.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.5.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.5.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.5.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.5.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.5.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.6 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.7 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.6.8 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.6 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.7 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.8 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.7.9 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.3 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.4 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.5 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.6 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.7 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.8.8 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.9.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.9.1 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ ├── 3.9.2 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml │ │ └── 3.9.4150.0 │ │ ├── Python.Python.installer.yaml │ │ ├── Python.Python.locale.en-US.yaml │ │ └── Python.Python.yaml ├── pavlobu │ └── deskreen │ │ └── 1.0.11 │ │ └── pavlobu.deskreen.yaml ├── picpick │ └── picpick │ │ └── latest │ │ └── picpick.picpick.yaml ├── picturama │ └── picturama │ │ └── 1.3.1 │ │ └── picturama.picturama.yaml ├── pku │ └── gateway │ │ └── 0.9.9 │ │ └── pku.gateway.yaml ├── plex │ ├── Plex │ │ ├── 1.14.0.1340 │ │ │ └── Plex.Plex.yaml │ │ └── 1.15.1.1358 │ │ │ └── Plex.Plex.yaml │ ├── Plexamp │ │ ├── 3.0.3 │ │ │ └── Plex.Plexamp.yaml │ │ ├── 3.1.0 │ │ │ └── Plex.Plexamp.yaml │ │ ├── 3.1.1 │ │ │ └── Plex.Plexamp.yaml │ │ ├── 3.3.1 │ │ │ └── Plex.Plexamp.yaml │ │ └── 3.4.2 │ │ │ └── Plex.Plexamp.yaml │ ├── plexmediaplayer │ │ ├── 2.57.0.1074 │ │ │ └── plex.plexmediaplayer.yaml │ │ └── 2.58.0.1076 │ │ │ └── plex.plexmediaplayer.yaml │ └── plexmediaserver │ │ ├── 1.19.3.2843 │ │ └── plex.plexmediaserver.yaml │ │ ├── 1.19.4.2865 │ │ └── plex.plexmediaserver.yaml │ │ ├── 1.19.4.2902 │ │ └── plex.plexmediaserver.yaml │ │ ├── 1.19.4.2935 │ │ └── Plex.plexmediaserver.yaml │ │ ├── 1.19.5.3021 │ │ └── plex.plexmediaserver.yaml │ │ ├── 1.19.5.3112 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.20.1 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.20.2.3402 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.20.3.3483 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.21.0.3711 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.21.1.3876 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.21.2.3943 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.21.4.4079 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.22.0.4163 │ │ └── Plex.PlexMediaServer.yaml │ │ ├── 1.22.1.4228 │ │ └── Plex.PlexMediaServer.yaml │ │ └── 1.22.1.4275 │ │ └── plex.plexmediaserver.yaml ├── plogue │ └── alterego │ │ └── 1.569 │ │ └── plogue.alterego.yaml ├── poetries │ └── yuqing-monitor-electron │ │ └── 0.0.1 │ │ └── poetries.yuqing-monitor-electron.yaml └── pulsejet │ └── edgeandbingdeflector │ └── 1.2 │ └── pulsejet.edgeandbingdeflector.yaml ├── q ├── QL-Win │ └── QuickLook │ │ ├── 3.6.11 │ │ └── QL-Win.QuickLook.yaml │ │ ├── 3.6.8 │ │ └── QL-Win.QuickLook.yaml │ │ └── 3.6.9 │ │ └── QL-Win.QuickLook.yaml ├── QMPlay2 │ └── QMPlay2 │ │ └── 21.03.09 │ │ └── QMPlay2.QMPlay2.yaml ├── QTextPad │ └── QTextPad │ │ └── 1.8 │ │ └── QTextPad.QTextPad.yaml ├── Qalculate │ └── Qalculate │ │ ├── 3.10.0 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.11.0 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.12.0 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.12.1 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.13.0 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.14.0 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.15.0 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.16.0 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.16.1 │ │ └── Qalculate.Qalculate.yaml │ │ ├── 3.17.0 │ │ └── Qalculate.Qalculate.yaml │ │ └── 3.18.0 │ │ └── Qalculate.Qalculate.yaml ├── QmmpDevelopmentTeam │ └── qmmp │ │ └── 1.4.4 │ │ └── QmmpDevelopmentTeam.qmmp.yaml ├── QuestSoft │ └── QTranslate │ │ └── 6.8.0.1 │ │ └── QuestSoft.QTranslate.yaml ├── Questrade │ └── IQEdge │ │ └── 6.3.5.244 │ │ └── Questrade.IQEdge.yaml ├── Quicken │ └── Quicken │ │ └── 27.1.32.12 │ │ └── Quicken.Quicken.yaml ├── QuintonReeves │ └── RedEclipse │ │ └── 2.0.0 │ │ └── QuintonReeves.RedEclipse.yaml ├── QuiteRSS │ └── QuiteRSS │ │ └── 0.19.4 │ │ └── QuiteRSS.QuiteRSS.yaml ├── Qv2ray │ └── Qv2ray │ │ ├── 2.5.0 │ │ └── Qv2ray.Qv2ray.yaml │ │ ├── 2.6.1 │ │ └── Qv2ray.Qv2ray.yaml │ │ └── 2.6.3 │ │ └── Qv2ray.Qv2ray.yaml ├── qBittorrent │ └── qBittorrent │ │ ├── 4.2.5 │ │ └── qBittorrent.qBittorrent.yaml │ │ ├── 4.3.0.1 │ │ └── qBittorrent.qBittorrent.yaml │ │ ├── 4.3.0 │ │ └── qBittorrent.qBittorrent.yaml │ │ ├── 4.3.1 │ │ └── qBittorrent.qBittorrent.yaml │ │ ├── 4.3.2 │ │ └── qBittorrent.qBittorrent.yaml │ │ ├── 4.3.3 │ │ └── qBittorrent.qBittorrent.yaml │ │ └── 4.3.4.1 │ │ └── qBittorrent.qBittorrent.yaml └── qier222 │ └── yesplaymusic │ ├── 0.3.4 │ └── qier222.yesplaymusic.yaml │ └── 0.3.5 │ └── qier222.yesplaymusic.yaml ├── r ├── RARLab │ ├── WinRAR-de │ │ └── 6.00 │ │ │ └── RARLab.WinRAR-de.yaml │ ├── WinRAR-jp │ │ └── 6.00 │ │ │ └── RARLab.WinRAR-jp.yaml │ ├── WinRAR │ │ ├── 5.90 │ │ │ └── RARLab.WinRAR.yaml │ │ ├── 5.91 │ │ │ └── RARLab.WinRAR.yaml │ │ └── 6.00 │ │ │ └── RARLab.WinRAR.yaml │ └── WinRARBeta │ │ └── 6.1.1 │ │ └── RARLab.WinRARBeta.yaml ├── REALiX │ └── HWiNFO │ │ ├── 6.26 │ │ └── REALiX.HWiNFO.yaml │ │ ├── 6.28 │ │ └── REALiX.HWiNFO.yaml │ │ ├── 6.30 │ │ └── REALiX.HWiNFO.yaml │ │ └── 6.32 │ │ └── REALiX.HWiNFO.yaml ├── RProject │ ├── R │ │ └── 4.0.0 │ │ │ └── RProject.R.yaml │ └── Rtools │ │ └── 4.0.0 │ │ └── RProject.Rtools.yaml ├── RStudio │ └── RStudio │ │ ├── 1.2.5042 │ │ └── RStudio.RStudio.yaml │ │ ├── 1.3.1056 │ │ └── RStudio.RStudio.yaml │ │ ├── 1.3.1073 │ │ └── RStudio.RStudio.yaml │ │ ├── 1.3.1093 │ │ └── RStudio.RStudio.yaml │ │ ├── 1.3.959 │ │ └── RStudio.RStudio.yaml │ │ └── 1.4.1106 │ │ └── RStudio.RStudio.yaml ├── RabidViperProductions │ └── AssaultCube │ │ └── 1.2.0.2 │ │ └── RabidViperProductions.AssaultCube.yaml ├── Radionomy │ └── Winamp │ │ └── 5.8.3660-Beta │ │ └── Radionomy.Winamp.yaml ├── Rambox │ └── RamboxCE │ │ └── 0.7.5 │ │ └── Rambox.RamboxCE.yaml ├── RandyRants │ └── SharpKeys │ │ └── 3.9.2 │ │ └── RandyRants.SharpKeys.yaml ├── RaspberryPiFoundation │ └── RaspberryPiImager │ │ ├── 1.2 │ │ └── RaspberryPiFoundation.RaspberryPiImager.yaml │ │ ├── 1.5 │ │ └── RaspberryPiFoundation.RaspberryPiImager.yaml │ │ └── 1.6 │ │ └── RaspberryPiFoundation.RaspberryPiImager.yaml ├── RawTherapee │ └── RawTherapee │ │ └── 5.8 │ │ └── RawTherapee.RawTherapee.yaml ├── Rawns │ └── Reddit-Wallpaper-Changer │ │ └── 1.0.13.0 │ │ └── Rawns.Reddit-Wallpaper-Changer.yaml ├── RealVNC │ └── VNCViewer │ │ └── 6.0.0 │ │ └── RealVNC.VNCViewer.yaml ├── RedDucks │ └── CemUI │ │ └── 2.3.3 │ │ └── RedDucks.CemUI.yaml ├── RedHat │ └── VirtViewer │ │ └── 9.0-256 │ │ └── RedHat.VirtViewer.yaml ├── Renode │ └── Renode │ │ └── 1.11.0 │ │ └── Renode.Renode.yaml ├── RescueTime │ └── RescueTime │ │ └── 2.16.5.1 │ │ └── RescueTime.RescueTime.yaml ├── ResponsivelyApp │ └── ResponsivelyApp │ │ └── 0.1.5 │ │ └── ResponsivelyApp.ResponsivelyApp.yaml ├── Retroshare │ └── Retroshare │ │ └── 0.6.6 │ │ └── Retroshare.Retroshare.yaml ├── RevoUninstaller │ ├── RevoUninstaller │ │ ├── 2.1.7 │ │ │ └── RevoUninstaller.RevoUninstaller.yaml │ │ └── 2.2.5 │ │ │ ├── RevoUninstaller.RevoUninstaller.installer.yaml │ │ │ ├── RevoUninstaller.RevoUninstaller.locale.en-US.yaml │ │ │ └── RevoUninstaller.RevoUninstaller.yaml │ └── RevoUninstallerPro │ │ ├── 4.3.3 │ │ └── RevoUninstaller.RevoUninstallerPro.yaml │ │ └── 4.4.2.0 │ │ └── RevoUninstaller.RevoUninstallerPro.yaml ├── Revora │ └── CNCOnline │ │ └── 2.0.7 │ │ └── Revora.CNCOnline.yaml ├── RicoSuter │ └── NSwagStudio │ │ ├── 13.10.6 │ │ └── RicoSuter.NSwagStudio.yaml │ │ ├── 13.10.8 │ │ └── RicoSuter.NSwagStudio.yaml │ │ └── 13.6.1.0 │ │ └── RicoSuter.NSwagStudio.yaml ├── RicochetIM │ └── Ricochet │ │ └── 1.1.4 │ │ └── RicochetIM.Ricochet.yaml ├── RiotGames │ └── LeagueOfLegends │ │ └── 1.0.0.0 │ │ └── RiotGames.LeagueOfLegends.yaml ├── RobertFFrasca │ └── PDFKeeper │ │ └── 7.0.0 │ │ └── RobertFFrasca.PDFKeeper.yaml ├── RocketChat │ └── RocketChat │ │ ├── 2.17.9 │ │ └── RocketChat.RocketChat.yaml │ │ ├── 3.0.5 │ │ └── RocketChat.RocketChat.yaml │ │ ├── 3.0.7 │ │ └── RocketChat.RocketChat.yaml │ │ ├── 3.1.0 │ │ └── RocketChat.RocketChat.yaml │ │ └── 3.1.1 │ │ └── RocketChat.RocketChat.yaml ├── RomanKubiak │ └── Ctrlr │ │ └── 5.3.201 │ │ └── RomanKubiak.Ctrlr.yaml ├── RoniLehto │ └── LMath │ │ └── 1.6 │ │ └── RoniLehto.LMath.yaml ├── RoyalApps │ └── RoyalTS │ │ ├── 5.02.60420.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.03.60925.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.03.61012.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.03.61110.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.03.61223.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.04.60209.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.04.60305.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.04.60309.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ ├── 5.04.60319.0 │ │ └── RoyalApps.RoyalTS.yaml │ │ └── 5.04.60402.0 │ │ └── RoyalApps.RoyalTS.yaml ├── RubyInstallerTeam │ ├── Ruby │ │ ├── 2.7.1 │ │ │ └── RubyInstallerTeam.Ruby.yaml │ │ ├── 2.7.2 │ │ │ └── RubyInstallerTeam.Ruby.yaml │ │ └── 3.0.0 │ │ │ └── RubyInstallerTeam.Ruby.yaml │ └── RubyWithDevKit │ │ ├── 2.7.1.1 │ │ └── RubyInstallerTeam.RubyWithDevKit.yaml │ │ ├── 2.7.2.1 │ │ └── RubyInstallerTeam.RubyWithDevKit.yaml │ │ └── 3.0.0.1 │ │ └── RubyInstallerTeam.RubyWithDevKit.yaml ├── Rufus │ └── Rufus │ │ ├── 3.10 │ │ └── Rufus.Rufus.yaml │ │ ├── 3.11 │ │ └── Rufus.Rufus.yaml │ │ ├── 3.12 │ │ └── Rufus.Rufus.yaml │ │ └── 3.13 │ │ └── Rufus.Rufus.yaml ├── RuneLite │ └── RuneLite │ │ ├── 2.1.3 │ │ └── RuneLite.RuneLite.yaml │ │ └── 2.1.6 │ │ └── RuneLite.RuneLite.yaml ├── Rustlang │ ├── rust-gnu-x64 │ │ ├── 1.44.1 │ │ │ └── Rustlang.rust-gnu-x64.yaml │ │ ├── 1.45.0 │ │ │ └── Rustlang.rust-gnu-x64.yaml │ │ └── 1.45.2 │ │ │ └── Rustlang.rust-gnu-x64.yaml │ ├── rust-gnu-x86 │ │ ├── 1.44.1 │ │ │ └── Rustlang.rust-gnu-x86.yaml │ │ ├── 1.45.0 │ │ │ └── Rustlang.rust-gnu-x86.yaml │ │ └── 1.45.2 │ │ │ └── Rustlang.rust-gnu-x86.yaml │ ├── rust-gnu │ │ ├── 1.43.1 │ │ │ └── Rustlang.rust-gnu.yaml │ │ ├── 1.44.0 │ │ │ └── Rustlang.rust-gnu.yaml │ │ ├── 1.45.2 │ │ │ └── Rustlang.rust-gnu.yaml │ │ └── 1.50.0 │ │ │ └── Rustlang.rust-gnu.yaml │ ├── rust-msvc-x64 │ │ ├── 1.44.1 │ │ │ └── Rustlang.rust-msvc-x64.yaml │ │ ├── 1.45.0 │ │ │ └── Rustlang.rust-msvc-x64.yaml │ │ └── 1.45.2 │ │ │ └── Rustlang.rust-msvc-x64.yaml │ ├── rust-msvc-x86 │ │ ├── 1.44.1 │ │ │ └── Rustlang.rust-msvc-x86.yaml │ │ ├── 1.45.0 │ │ │ └── Rustlang.rust-msvc-x86.yaml │ │ └── 1.45.2 │ │ │ └── Rustlang.rust-msvc-x86.yaml │ └── rust-msvc │ │ ├── 1.43.1 │ │ └── Rustlang.rust-msvc.yaml │ │ ├── 1.44.0 │ │ └── Rustlang.rust-msvc.yaml │ │ └── 1.50.0 │ │ └── Rustlang.rust-msvc.yaml ├── rammichael │ ├── 7+TaskbarTweaker │ │ └── 5.10 │ │ │ ├── rammichael.7+TaskbarTweaker.installer.yaml │ │ │ ├── rammichael.7+TaskbarTweaker.locale.en-US.yaml │ │ │ └── rammichael.7+TaskbarTweaker.yaml │ └── Textify │ │ └── 1.8.2 │ │ └── rammichael.Textify.yaml ├── remot3-it │ └── remote-it │ │ ├── v2.6.2 │ │ └── remot3-it.remote-it.yaml │ │ └── v2.9.6 │ │ └── remot3-it.remote-it.yaml ├── remot3it │ └── remoteit │ │ ├── 2.5.32.0 │ │ └── remot3it.remoteit.yaml │ │ └── 2.9.6 │ │ └── remot3it.remoteit.yaml ├── richasy │ └── bili │ │ └── 1.3.8.0 │ │ └── richasy.bili.yaml ├── rickbutton │ └── workspacer │ │ └── 0.9.10 │ │ └── rickbutton.workspacer.yaml └── rigsofrods │ └── rigsofrods │ └── 2021.02 │ └── rigsofrods.rigsofrods.yaml ├── s ├── SAGAUserGroupAssociation │ └── SAGAGIS │ │ └── 7.9.0.0 │ │ └── SAGAUserGroupAssociation.SAGAGIS.yaml ├── SBCL │ └── SBCL │ │ └── 2.0.0 │ │ └── SBCL.SBCL.yaml ├── SFLinux │ └── Jami │ │ └── 202103151839 │ │ └── SFLinux.Jami.yaml ├── SM5BSZ │ └── Linrad │ │ └── 04.14a │ │ └── SM5BSZ.Linrad.yaml ├── SMPlayer │ └── SMPlayer │ │ └── 20.4.2 │ │ └── SMPlayer.SMPlayer.yaml ├── SQLiteBrowser │ └── SQLiteBrowser │ │ ├── 3.11.2 │ │ └── SQLiteBrowser.SQLiteBrowser.yaml │ │ └── 3.12.1 │ │ └── SQLiteBrowser.SQLiteBrowser.yaml ├── SSHFS-Win │ └── SSHFS-Win │ │ └── 3.5.20357 │ │ └── SSHFS-Win.SSHFS-Win.yaml ├── SVGExplorerExtension │ └── SVGExplorerExtension │ │ └── 0.1.1 │ │ └── SVGExplorerExtension.SVGExplorerExtension.yaml ├── SabakiHQ │ └── Sabaki │ │ └── 0.51.1 │ │ └── SabakiHQ.Sabaki.yaml ├── SaeraSoft │ └── CaesiumPH │ │ └── 0.9.5 │ │ └── SaeraSoft.CaesiumPH.yaml ├── SageMath │ └── SageMath │ │ └── 9.2 │ │ └── SageMath.SageMath.yaml ├── SaltStack │ └── SaltMinion │ │ ├── 3002.2 │ │ └── SaltStack.SaltMinion.yaml │ │ ├── 3002.5 │ │ └── SaltStack.SaltMinion.yaml │ │ └── 3003.0.0 │ │ ├── SaltStack.SaltMinion.installer.yaml │ │ ├── SaltStack.SaltMinion.locale.en-US.yaml │ │ └── SaltStack.SaltMinion.yaml ├── SamHocevar │ └── WinCompose │ │ ├── 0.9.4 │ │ └── SamHocevar.WinCompose.yaml │ │ └── 0.9.6 │ │ └── SamHocevar.WinCompose.yaml ├── Samsung │ ├── DeX │ │ └── 1.0.0.65 │ │ │ └── Samsung.DeX.yaml │ └── SmartSwitch │ │ └── 4.2.20072.4 │ │ └── Samsung.SmartSwitch.yaml ├── SamuelAttard │ └── GooglePlayMusicDesktopPlayer │ │ └── 4.7.1 │ │ └── SamuelAttard.GooglePlayMusicDesktopPlayer.yaml ├── SandboxiePlus │ └── SandboxiePlus │ │ └── 0.7.1 │ │ └── SandboxiePlus.SandboxiePlus.yaml ├── SanfordLP │ ├── DYMOConnect │ │ └── 1.3.1 │ │ │ └── SanfordLP.DYMOConnect.yaml │ └── DYMOLabel │ │ └── 8.7.3.46663 │ │ └── SanfordLP.DYMOLabel.yaml ├── Sangoma │ └── Zulu │ │ └── 3.5.1 │ │ └── Sangoma.Zulu.yaml ├── SatoshiLabs │ └── TrezorBridge │ │ └── 2.0.27 │ │ └── SatoshiLabs.TrezorBridge.yaml ├── Sayuri │ └── FFFTP │ │ └── 4.7 │ │ └── Sayuri.FFFTP.yaml ├── Scilab │ └── Scilab │ │ └── 6.1.0 │ │ └── Scilab.Scilab.yaml ├── ScooterSoftware │ └── BeyondCompare4 │ │ └── 4.3.7.25118 │ │ └── ScooterSoftware.BeyondCompare4.yaml ├── Scribus │ └── Scribus │ │ └── 1.4.8 │ │ └── Scribus.Scribus.yaml ├── ScummVM │ └── ScummVM │ │ └── 2.2.0 │ │ └── ScummVM.ScummVM.yaml ├── SearchDeflector │ └── SearchDeflector │ │ └── 1.3.2 │ │ └── SearchDeflector.SearchDeflector.yaml ├── Sejda │ └── PDFDesktop │ │ └── 6.0.8.0 │ │ └── Sejda.PDFDesktop.yaml ├── SelectCode │ └── econap │ │ └── 1.3.4.0 │ │ └── SelectCode.econap.yaml ├── Seonglae │ └── Intuiter │ │ ├── 0.4.5 │ │ └── Seonglae.Intuiter.yaml │ │ ├── 0.5.0 │ │ └── Seonglae.Intuiter.yaml │ │ └── 0.5.2 │ │ └── Seonglae.Intuiter.yaml ├── Serraniel │ └── DiscordMediaLoader │ │ ├── 1.3.0.0 │ │ └── Serraniel.DiscordMediaLoader.yaml │ │ └── 1.4.0.0 │ │ └── Serraniel.DiscordMediaLoader.yaml ├── ShaoheProject │ └── deepvocal-Geping │ │ └── 1.0 │ │ └── ShaoheProject.deepvocal-Geping.yaml ├── ShareX │ └── ShareX │ │ ├── 13.1.0 │ │ └── ShareX.ShareX.yaml │ │ ├── 13.2.0 │ │ └── ShareX.ShareX.yaml │ │ ├── 13.2.1 │ │ └── ShareX.ShareX.yaml │ │ ├── 13.3.0 │ │ └── ShareX.ShareX.yaml │ │ └── 13.4.0 │ │ └── ShareX.ShareX.yaml ├── SiberSystems │ └── GoodSync │ │ └── 11.6.1.6 │ │ └── SiberSystems.GoodSync.yaml ├── Sigil-Ebook │ └── Sigil │ │ └── 1.4.3 │ │ └── Sigil-Ebook.Sigil.yaml ├── Signal │ └── Signal │ │ ├── 1.34.1 │ │ └── Signal.Signal.yaml │ │ ├── 1.34.3 │ │ └── Signal.Signal.yaml │ │ ├── 1.34.4 │ │ └── Signal.Signal.yaml │ │ ├── 1.34.5 │ │ └── Signal.Signal.yaml │ │ ├── 1.36.1 │ │ └── Signal.Signal.yaml │ │ ├── 1.36.3 │ │ └── Signal.Signal.yaml │ │ ├── 1.37.2 │ │ └── Signal.Signal.yaml │ │ ├── 1.38.1 │ │ └── Signal.Signal.yaml │ │ ├── 1.38.2 │ │ └── Signal.Signal.yaml │ │ ├── 1.39.4 │ │ └── Signal.Signal.yaml │ │ ├── 1.39.5 │ │ └── Signal.Signal.yaml │ │ ├── 1.39.6 │ │ └── Signal.Signal.yaml │ │ └── 1.40.1 │ │ └── Signal.Signal.yaml ├── Simon511000 │ └── CitycraftLauncher │ │ └── 1.9.9 │ │ └── Simon511000.CitycraftLauncher.yaml ├── Sinew │ └── Enpass │ │ ├── 6.4.2.669 │ │ └── Sinew.Enpass.yaml │ │ ├── 6.5.0.707 │ │ └── Sinew.Enpass.yaml │ │ ├── 6.5.2.725 │ │ └── Sinew.Enpass.yaml │ │ ├── 6.6.0.775 │ │ └── Sinew.Enpass.yaml │ │ └── 6.6.1.809 │ │ └── Sinew.Enpass.yaml ├── SingularLabs │ └── CCEnhancer │ │ └── 4.5.7 │ │ └── SingularLabs.CCEnhancer.yaml ├── SlackTechnologies │ └── Slack │ │ ├── 4.10.0 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.10.3 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.11.1 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.11.2 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.11.3 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.12.0 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.13.0 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.14.0 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.5.1 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.6.0 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.7.0 │ │ └── SlackTechnologies.Slack.yaml │ │ ├── 4.8.0 │ │ └── SlackTechnologies.Slack.yaml │ │ └── 4.9.0 │ │ └── SlackTechnologies.Slack.yaml ├── SleuthKit │ └── Autopsy │ │ ├── 4.15.0 │ │ └── SleuthKit.Autopsy.yaml │ │ ├── 4.16.0 │ │ └── SleuthKit.Autopsy.yaml │ │ ├── 4.17.0 │ │ └── SleuthKit.Autopsy.yaml │ │ └── 4.18.0 │ │ └── SleuthKit.Autopsy.yaml ├── SmartBear │ └── SoapUIOpenSource │ │ └── 5.5.0 │ │ └── SmartBear.SoapUIOpenSource.yaml ├── SmartProjects │ └── IsoBuster │ │ └── latest │ │ └── SmartProjects.IsoBuster.yaml ├── SnoopWpf │ └── Snoop │ │ ├── 2.10.0 │ │ └── SnoopWpf.Snoop.yaml │ │ ├── 2.11.0 │ │ └── SnoopWpf.Snoop.yaml │ │ ├── 2.8.0 │ │ └── SnoopWpf.Snoop.yaml │ │ ├── 2.9.0 │ │ └── SnoopWpf.Snoop.yaml │ │ └── 3.0.1 │ │ └── SnoopWPF.Snoop.yaml ├── SoftDeluxe │ └── FreeDownloadManager │ │ └── 6.14.0.3798 │ │ └── SoftDeluxe.FreeDownloadManager.yaml ├── SoftPerfect │ └── SoftPerfectNetworkScanner │ │ └── 8.0.1 │ │ └── SoftPerfect.SoftPerfectNetworkScanner.yaml ├── SonicPi │ └── sonicpi │ │ └── 3.2.2 │ │ └── SonicPi.sonicpi.yaml ├── Sonos │ ├── Controller │ │ ├── 11.1 │ │ │ └── Sonos.Controller.yaml │ │ ├── 12.0.1 │ │ │ └── Sonos.Controller.yaml │ │ ├── 12.0 │ │ │ └── Sonos.Controller.yaml │ │ ├── 12.1 │ │ │ └── Sonos.Controller.yaml │ │ ├── 12.2.2 │ │ │ └── Sonos.Controller.yaml │ │ └── 13.0.0 │ │ │ └── Sonos.Controller.yaml │ └── S1Controller │ │ ├── 11.2.2 │ │ └── Sonos.S1Controller.yaml │ │ ├── 11.2.4 │ │ └── Sonos.S1Controller.yaml │ │ ├── 11.2.6 │ │ └── Sonos.S1Controller.yaml │ │ └── 11.2 │ │ └── Sonos.S1Controller.yaml ├── SourceFoundry │ └── HackFonts │ │ └── 1.6.0 │ │ └── SourceFoundry.HackFonts.yaml ├── SparkLabs │ ├── Viscosity │ │ ├── 1.9.1 │ │ │ └── SparkLabs.Viscosity.yaml │ │ └── 1.9 │ │ │ └── SparkLabs.Viscosity.yaml │ └── openvpn-configuration-generator │ │ └── 1.0.7 │ │ └── SparkLabs.openvpn-configuration-generator.yaml ├── SpeedCrunch │ └── SpeedCrunch │ │ └── 0.12 │ │ └── SpeedCrunch.SpeedCrunch.yaml ├── Spotify │ └── Spotify │ │ └── latest │ │ └── Spotify.Spotify.yaml ├── StandardNotes │ └── StandardNotes │ │ └── 3.6.2 │ │ └── StandardNotes.StandardNotes.yaml ├── StarMessage │ └── StarMessageScreensaver │ │ └── 5.9.4 │ │ └── StarMessage.StarMessageScreensaver.yaml ├── Stardock │ └── Start10 │ │ └── 9.5.3.0 │ │ └── Stardock.Start10.yaml ├── StarfaceGmbH │ ├── StarfaceUCC │ │ ├── 6.5.1.159 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.6.0.234 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.0.176 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.0.180 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.0.182 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.1.179 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.1.194 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.1.204 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.1.212 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.2.228 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.2.231 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ ├── 6.7.3.319 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ │ └── 6.7.3.81 │ │ │ └── StarfaceGmbH.StarfaceUCC.yaml │ └── StarfaceUCCBeta │ │ └── 6.8.0.108 │ │ └── StarfaceGmbH.StarfaceUCCBeta.yaml ├── SteelSeries │ └── SteelSeriesEngine │ │ ├── 3.17.9 │ │ └── SteelSeries.SteelSeriesEngine.yaml │ │ └── 3.19.2 │ │ └── SteelSeries.SteelSeriesEngine.yaml ├── StefHeyenrath │ └── GitHubReleaseNotes │ │ ├── 1.0.5.3 │ │ └── StefHeyenrath.GitHubReleaseNotes.yaml │ │ ├── 1.0.6 │ │ └── StefHeyenrath.GitHubReleaseNotes.yaml │ │ └── 1.0.7 │ │ └── StefHeyenrath.GitHubReleaseNotes.yaml ├── StefanKueng │ └── grepWin │ │ └── 2.0.6 │ │ └── StefanKueng.grepWin.yaml ├── StefanMalzner │ └── Franz │ │ ├── 5.5.0 │ │ └── StefanMalzner.Franz.yaml │ │ └── 5.6.1 │ │ └── StefanMalzner.Franz.yaml ├── Stellarium │ └── Stellarium │ │ ├── 0.20.1 │ │ └── Stellarium.Stellarium.yaml │ │ ├── 0.20.2 │ │ └── Stellarium.Stellarium.yaml │ │ ├── 0.20.3 │ │ └── Stellarium.Stellarium.yaml │ │ └── 0.20.4 │ │ └── Stellarium.Stellarium.yaml ├── StevenCole │ └── Coffee │ │ └── 1.0.4 │ │ └── StevenCole.Coffee.yaml ├── StrawberryMusicPlayer │ └── Strawberry │ │ ├── 0.8.5 │ │ └── StrawberryMusicPlayer.Strawberry.yaml │ │ ├── 0.9.1 │ │ └── StrawberryMusicPlayer.Strawberry.yaml │ │ └── 0.9.2 │ │ └── StrawberryMusicPlayer.Strawberry.yaml ├── StrawberryPerl │ └── StrawberryPerl │ │ ├── 5.30.2.1 │ │ └── StrawberryPerl.StrawberryPerl.yaml │ │ └── 5.32.1.1 │ │ └── StrawberryPerl.StrawberryPerl.yaml ├── Streamlabs │ └── StreamlabsOBS │ │ ├── 0.21.2 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ ├── 0.23.2 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ ├── 0.24.0 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ ├── 0.27.1 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ ├── 1.0.2 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ ├── 1.0.4 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ ├── 1.0.5 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ ├── 1.0.6 │ │ └── Streamlabs.StreamlabsOBS.yaml │ │ └── 1.0.7 │ │ └── Streamlabs.StreamlabsOBS.yaml ├── Streamlink │ ├── Streamlink │ │ ├── 1.4.1 │ │ │ └── Streamlink.Streamlink.yaml │ │ ├── 1.5.0 │ │ │ └── Streamlink.Streamlink.yaml │ │ └── 2.0.0 │ │ │ └── Streamlink.Streamlink.yaml │ └── StreamlinkTwitchGui │ │ ├── 1.10.0 │ │ └── Streamlink.StreamlinkTwitchGui.yaml │ │ └── 1.11.0 │ │ └── Streamlink.StreamlinkTwitchGui.yaml ├── Stremio │ └── Stremio │ │ └── 4.4 │ │ └── Stremio.Stremio.yaml ├── Stretchly │ └── Stretchly │ │ ├── 0.21.1.0 │ │ └── Stretchly.Stretchly.yaml │ │ ├── 1.0.0 │ │ └── Stretchly.Stretchly.yaml │ │ ├── 1.1.0 │ │ └── Stretchly.Stretchly.yaml │ │ ├── 1.2.0 │ │ └── Stretchly.Stretchly.yaml │ │ ├── 1.3.0 │ │ └── Stretchly.Stretchly.yaml │ │ └── 1.4.0 │ │ └── Stretchly.Stretchly.yaml ├── Stride │ └── Stride │ │ └── 5.0.1 │ │ └── Stride.Stride.yaml ├── StylusLabs │ └── Write │ │ └── 3.0.0 │ │ └── StylusLabs.Write.yaml ├── SublimeHQ │ ├── SublimeMerge │ │ ├── 1119 │ │ │ └── SublimeHQ.SublimeMerge.yaml │ │ ├── 2020 │ │ │ └── SublimeHQ.SublimeMerge.yaml │ │ ├── 2025 │ │ │ └── SublimeHQ.SublimeMerge.yaml │ │ └── 2032 │ │ │ └── SublimeHQ.SublimeMerge.yaml │ └── SublimeText │ │ └── 3.2.2 │ │ └── SublimeHQ.SublimeText.yaml ├── SumatraPDF │ └── SumatraPDF │ │ └── 3.2 │ │ └── SumatraPDF.SumatraPDF.yaml ├── SuperCollider │ └── SuperCollider │ │ └── 3.11.2 │ │ └── SuperCollider.SuperCollider.yaml ├── SuperTuxKart │ └── SuperTuxKart │ │ └── 1.2.0 │ │ └── SuperTuxKart.SuperTuxKart.yaml ├── SweetScape │ └── 010Editor │ │ └── 11.0.1 │ │ └── SweetScape.010Editor.yaml ├── SyncTrayzor │ └── SyncTrayzor │ │ ├── 1.1.24 │ │ └── SyncTrayzor.SyncTrayzor.yaml │ │ ├── 1.1.27 │ │ └── SyncTrayzor.SyncTrayzor.yaml │ │ └── 1.1.28 │ │ └── SyncTrayzor.SyncTrayzor.yaml ├── Synology │ └── DriveClient │ │ └── 2.0.4 │ │ └── Synology.DriveClient.yaml ├── Sysprogs │ └── WinCDEmu │ │ └── 4.1 │ │ └── Sysprogs.WinCDEmu.yaml ├── SystemExplorer │ └── SystemExplorer │ │ └── 7.0.0 │ │ └── SystemExplorer.SystemExplorer.yaml ├── samuelmeuli │ └── mini-diary │ │ └── 3.3.0 │ │ └── samuelmeuli.mini-diary.yaml ├── sbt │ └── sbt │ │ ├── 1.3.8 │ │ └── sbt.sbt.yaml │ │ └── 1.4.9 │ │ └── sbt.sbt.yaml ├── schemacrawler │ └── schemacrawler │ │ ├── 16.11.6 │ │ └── schemacrawler.schemacrawler.yaml │ │ └── 16.14.1 │ │ └── schemacrawler.schemacrawler.yaml ├── scottlerch │ └── hosts-file-editor │ │ └── 1.2.0 │ │ └── scottlerch.hosts-file-editor.yaml ├── seamonkey │ └── seamonkey │ │ └── 2.53.6 │ │ └── seamonkey.seamonkey.yaml ├── secana │ └── CertDump │ │ └── 1.1.5 │ │ └── secana.CertDump.yaml ├── sedwards2009 │ └── extraterm │ │ └── 0.58.0 │ │ └── sedwards2009.extraterm.yaml ├── shimo │ └── shimo │ │ ├── 1.5.1 │ │ └── shimo.shimo.yaml │ │ └── 1.5.2 │ │ └── shimo.shimo.yaml ├── sia │ └── sia-ui │ │ └── 1.5.5 │ │ └── sia.sia-ui.yaml ├── sidneys │ ├── desktop-dimmer │ │ └── 4.0.4 │ │ │ └── sidneys.desktop-dimmer.yaml │ └── pb-for-desktop │ │ └── 11.0.2 │ │ └── sidneys.pb-for-desktop.yaml ├── snakefoot │ └── snaketail │ │ └── 1.9.6 │ │ └── snakefoot.snaketail.yaml ├── soroushchehresa │ └── unsplash-wallpapers │ │ └── 1.3.0 │ │ └── soroushchehresa.unsplash-wallpapers.yaml ├── splode │ └── pomotroid │ │ └── 0.13.0 │ │ └── splode.pomotroid.yaml ├── sqlectron │ └── sqlectron-gui │ │ ├── 1.34.0 │ │ └── sqlectron.sqlectron-gui.yaml │ │ └── 1.35.0 │ │ └── sqlectron.sqlectron-gui.yaml ├── stackless │ └── stackless │ │ ├── 2.7.16 │ │ └── stackless.stackless.yaml │ │ ├── 3.3.5 │ │ └── stackless.stackless.yaml │ │ ├── 3.3.6 │ │ └── stackless.stackless.yaml │ │ ├── 3.4.7 │ │ └── stackless.stackless.yaml │ │ ├── 3.5.4 │ │ └── stackless.stackless.yaml │ │ ├── 3.6.4 │ │ └── stackless.stackless.yaml │ │ ├── 3.6.6 │ │ └── stackless.stackless.yaml │ │ ├── 3.6.8 │ │ └── stackless.stackless.yaml │ │ ├── 3.7.2 │ │ └── stackless.stackless.yaml │ │ ├── 3.7.3 │ │ └── stackless.stackless.yaml │ │ ├── 3.7.4 │ │ └── stackless.stackless.yaml │ │ └── 3.7.5 │ │ └── stackless.stackless.yaml ├── stax76 │ └── mpv │ │ └── net │ │ └── 5.4.8.0 │ │ └── stax76.mpv.net.yaml ├── steventhanna │ └── proton │ │ └── 0.2.0 │ │ └── steventhanna.proton.yaml ├── subhra74 │ └── XtremeDownloadManager │ │ └── 7.2.11 │ │ └── subhra74.XtremeDownloadManager.yaml ├── suse │ └── opensuse-leap-42 │ │ └── 1.0.2.0 │ │ └── suse.opensuse-leap-42.yaml └── szTheory │ └── exifcleaner │ └── 3.4.0 │ └── szTheory.exifcleaner.yaml ├── t ├── TGRMNSoftware │ └── BulkRenameUtility │ │ └── 3.3.1.0 │ │ └── TGRMNSoftware.BulkRenameUtility.yaml ├── TIDAL │ └── TIDAL │ │ └── 2.26.1 │ │ └── TIDAL.TIDAL.yaml ├── TTYPlus │ └── MTPutty │ │ └── latest │ │ └── TTYPlus.MTPutty.yaml ├── TUG │ └── TeXLive │ │ ├── 2019 │ │ └── TUG.TeXLive.yaml │ │ └── 2020 │ │ └── TUG.TeXLive.yaml ├── TablePlus │ └── TablePlus │ │ └── 3.12.19 │ │ └── TablePlus.TablePlus.yaml ├── Tableau │ └── Desktop │ │ ├── 2020.4.3 │ │ └── Tableau.Desktop.yaml │ │ └── 2021.1.0 │ │ └── Tableau.Desktop.yaml ├── Taisei │ └── Taisei │ │ └── 1.3.1 │ │ └── Taisei.Taisei.yaml ├── Taozuhong │ └── Kangaroo │ │ └── 1.7.1.210331 │ │ └── Taozuhong.Kangaroo.yaml ├── TeXstudio │ └── TeXstudio │ │ ├── 2.12.22 │ │ └── TeXstudio.TeXstudio.yaml │ │ └── 3.0.4 │ │ └── TeXstudio.TeXstudio.yaml ├── TeXworks │ └── TeXworks │ │ └── 0.6.6 │ │ └── TeXworks.TeXworks.yaml ├── TeamLidarr │ └── Lidarr │ │ └── 0.7.1 │ │ └── TeamLidarr.Lidarr.yaml ├── TeamSpeakSystems │ └── TeamSpeakClient │ │ └── 3.5.3.0 │ │ └── TeamSpeakSystems.TeamSpeakClient.yaml ├── TeamViewer │ ├── TeamViewer │ │ └── latest │ │ │ └── TeamViewer.TeamViewer.yaml │ └── TeamViewerHost │ │ └── latest │ │ └── TeamViewer.TeamViewerHost.yaml ├── TechPowerUp │ └── GPU-Z │ │ ├── 2.32.0 │ │ └── TechPowerUp.GPU-Z.yaml │ │ ├── 2.33.0 │ │ └── TechPowerUp.GPU-Z.yaml │ │ ├── 2.34.0 │ │ └── TechPowerUp.GPU-Z.yaml │ │ └── 2.38.0 │ │ └── TechPowerUp.GPU-Z.yaml ├── TechSmith │ ├── Camtasia │ │ ├── 2019.0.10 │ │ │ └── TechSmith.Camtasia.yaml │ │ ├── 2020.0.2 │ │ │ └── TechSmith.Camtasia.yaml │ │ ├── 2020.0.6 │ │ │ └── TechSmith.Camtasia.yaml │ │ └── 2020.0.8 │ │ │ └── TechSmith.Camtasia.yaml │ └── Snagit │ │ ├── 20.1.4 │ │ └── TechSmith.Snagit.yaml │ │ └── 21.2.1.8746 │ │ └── TechSmith.Snagit.yaml ├── Telegram │ ├── TelegramDesktop │ │ ├── 2.1.13 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.2.0 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.3.0 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.3.1 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.4.1 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.4.3 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.4.4 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.4.7 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.5.1 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.5.7 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.5.8 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.5.9 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.6.0 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.6.1 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ ├── 2.7.0 │ │ │ └── Telegram.TelegramDesktop.yaml │ │ └── 2.7.1 │ │ │ └── Telegram.TelegramDesktop.yaml │ └── TelegramDesktopBeta │ │ └── v2.1.20 │ │ └── Telegram.TelegramDesktopBeta.yaml ├── Telerik │ ├── Fiddler │ │ └── 5.0.20204.45441 │ │ │ └── Telerik.Fiddler.yaml │ ├── FiddlerEverywhere │ │ ├── 1.0.2 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.1.0 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.1.1 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.2.0 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.2.1 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.3.0 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.4.0 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.4.1 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ ├── 1.5.0 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ │ └── 1.5.1 │ │ │ └── Telerik.FiddlerEverywhere.yaml │ ├── FiddlerEverywhereBeta │ │ └── 10.1.0-beta │ │ │ └── Telerik.FiddlerEverywhereBeta.yaml │ ├── FiddlerEverywhereInsiders │ │ ├── 1.1.0-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ ├── 1.1.1-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ ├── 1.2.0-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ ├── 1.2.1-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ ├── 1.3.0-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ ├── 1.4.0-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ ├── 1.4.1-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ ├── 1.5.0-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ │ └── 1.5.1-insiders │ │ │ └── Telerik.FiddlerEverywhereInsiders.yaml │ └── FiddlerEverywhereInternal │ │ ├── 1.1.0-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml │ │ ├── 1.1.1-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml │ │ ├── 1.2.0-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml │ │ ├── 1.2.1-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml │ │ ├── 1.3.0-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml │ │ ├── 1.4.0-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml │ │ ├── 1.4.1-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml │ │ └── 1.5.0-internal │ │ └── Telerik.FiddlerEverywhereInternal.yaml ├── Tencent │ ├── QQ │ │ └── 9.4.2.27655 │ │ │ └── Tencent.QQ.yaml │ ├── QQPlayer_cn │ │ └── 4.6.3.1104 │ │ │ └── Tencent.QQPlayer_cn.yaml │ ├── TIM │ │ └── 3.3.0.21970 │ │ │ └── Tencent.TIM.yaml │ ├── TencentMeeting │ │ ├── 1.5.0.454 │ │ │ └── Tencent.TencentMeeting.yaml │ │ ├── 1.6.7.451 │ │ │ └── Tencent.TencentMeeting.yaml │ │ ├── 1.9.0.448 │ │ │ └── Tencent.TencentMeeting.yaml │ │ ├── 2.1.1.432 │ │ │ └── Tencent.TencentMeeting.yaml │ │ ├── 2.3.0.443 │ │ │ └── Tencent.TencentMeeting.yaml │ │ ├── 2.4.0.445 │ │ │ └── Tencent.TencentMeeting.yaml │ │ ├── 2.5.0.470 │ │ │ └── Tencent.TencentMeeting.yaml │ │ └── 2.6.0.490 │ │ │ └── Tencent.TencentMeeting.yaml │ ├── TencentVideo │ │ └── 10.35.1044.0 │ │ │ └── Tencent.TencentVideo.yaml │ ├── VoovMeeting │ │ └── 1.2.10.510 │ │ │ └── Tencent.VoovMeeting.yaml │ ├── WeChat │ │ ├── 2.9.0.1000 │ │ │ └── Tencent.WeChat.yaml │ │ └── 3.2.1.1000 │ │ │ └── Tencent.WeChat.yaml │ ├── Weiyun │ │ ├── 3.9.0 │ │ │ └── Tencent.Weiyun.yaml │ │ ├── 5.0.791 │ │ │ └── Tencent.Weiyun.yaml │ │ ├── 5.1.873 │ │ │ └── Tencent.Weiyun.yaml │ │ ├── 5.1.919 │ │ │ └── Tencent.Weiyun.yaml │ │ ├── 5.2.959 │ │ │ └── Tencent.Weiyun.yaml │ │ └── 5.2.970 │ │ │ └── Tencent.Weiyun.yaml │ ├── WeiyunSync │ │ └── 3.0.0.456 │ │ │ └── Tencent.WeiyunSync.yaml │ ├── qq-devtool │ │ ├── 0.3.1 │ │ │ └── tencent.qq-devtool.yaml │ │ ├── 0.3.2 │ │ │ └── tencent.qq-devtool.yaml │ │ └── 0.3.3 │ │ │ └── tencent.qq-devtool.yaml │ ├── wechat-devtool │ │ ├── 1.03.2011120 │ │ │ └── tencent.wechat-devtool.yaml │ │ ├── 1.03.2012120 │ │ │ └── tencent.wechat-devtool.yaml │ │ ├── 1.03.2101150 │ │ │ └── tencent.wechat-devtool.yaml │ │ └── 1.05.2102010 │ │ │ └── tencent.wechat-devtool.yaml │ └── wechat-work │ │ └── 3.0.30.2006 │ │ └── Tencent.wechat-work.yaml ├── TeraTermProject │ └── teraterm │ │ └── 4.105 │ │ └── TeraTermProject.teraterm.yaml ├── TestPublisher │ ├── MultipleInstallerApp │ │ └── 0.1.2 │ │ │ └── TestPublisher.MultipleInstallerApp.yaml │ └── TestApp │ │ └── 0.1.2 │ │ └── TestPublisher.TestApp.yaml ├── TexasInstruments │ ├── TI-Nspire │ │ └── 5.1.3 │ │ │ └── TexasInstruments.TI-Nspire.yaml │ └── TIConnectCE │ │ └── 5.6 │ │ └── TexasInstruments.TIConnectCE.yaml ├── Texmaker │ └── Texmaker │ │ └── 5.0.4 │ │ └── Texmaker.Texmaker.yaml ├── Texnomic │ └── SecureDNS │ │ └── Terminal │ │ └── 0.3-alpha │ │ └── Texnomic.SecureDNS.Terminal.yaml ├── ThinkingManSoftware │ └── Dimension4 │ │ └── 5.31.331.0 │ │ └── ThinkingManSoftware.Dimension4.yaml ├── TickTick │ └── TickTick │ │ └── 3.7.1.1 │ │ └── TickTick.TickTick.yaml ├── TidyCustoms │ └── Publii │ │ └── 0.37.3 │ │ └── TidyCustoms.Publii.yaml ├── TikzEdt │ └── TikzEdtBeta │ │ └── 0.2.3 │ │ └── TikzEdt.TikzEdtBeta.yaml ├── Tiled │ └── Tiled │ │ ├── 1.3.5 │ │ └── Tiled.Tiled.yaml │ │ └── 1.4.3 │ │ └── Tiled.Tiled.yaml ├── TimKosse │ ├── FileZillaClient │ │ ├── 3.48.1 │ │ │ └── TimKosse.FilezillaClient.yaml │ │ ├── 3.49.1 │ │ │ └── TimKosse.FilezillaClient.yaml │ │ ├── 3.50.0 │ │ │ └── TimKosse.FilezillaClient.yaml │ │ ├── 3.51.0 │ │ │ └── TimKosse.FileZillaClient.yaml │ │ ├── 3.52.0.3 │ │ │ └── TimKosse.FileZillaClient.yaml │ │ ├── 3.52.0.5 │ │ │ └── TimKosse.FileZillaClient.yaml │ │ ├── 3.52.0 │ │ │ └── TimKosse.FileZillaClient.yaml │ │ ├── 3.52.2 │ │ │ └── TimKosse.FileZillaClient.yaml │ │ ├── 3.53.0-rc1 │ │ │ └── TimKosse.FileZillaClient.yaml │ │ ├── 3.53.0 │ │ │ └── TimKosse.FileZillaClient.yaml │ │ └── 3.53.1 │ │ │ └── TimKosse.FileZillaClient.yaml │ └── FileZillaClientNightly │ │ ├── 3.53.1-20210401 │ │ └── TimKosse.FileZillaClientNightly.yaml │ │ ├── 3.53.1-20210403 │ │ └── TimKosse.FileZillaClientNightly.yaml │ │ ├── 3.53.1-20210404 │ │ └── TimKosse.FileZillaClientNightly.yaml │ │ ├── 3.53.1-20210405 │ │ └── TimKosse.FileZillaClientNightly.yaml │ │ ├── 3.53.1-20210406 │ │ └── TimKosse.FileZillaClientNightly.yaml │ │ └── 3.53.1-20210407 │ │ └── TimKosse.FileZillaClientNightly.yaml ├── Toggl │ └── TogglDesktop │ │ ├── 7.5.205 │ │ └── Toggl.TogglDesktop.yaml │ │ ├── 7.5.363 │ │ └── Toggl.TogglDesktop.yaml │ │ └── 7.5.46 │ │ └── Toggl.TogglDesktop.yaml ├── Toinane │ └── Colorpicker │ │ └── 2.0.3 │ │ └── Toinane.Colorpicker.yaml ├── Tonec │ └── InternetDownloadManager │ │ └── 6.38.18.1 │ │ └── Tonec.InternetDownloadManager.yaml ├── TonyPottier │ └── ImageView │ │ └── 2.0.0 │ │ └── TonyPottier.ImageView.yaml ├── TopalaSoftwareSolutions │ └── SIW │ │ ├── 2021.02.20.7 │ │ └── TopalaSoftwareSolutions.SIW.yaml │ │ └── 2021.02.20.8 │ │ └── TopalaSoftwareSolutions.SIW.yaml ├── TorGuard │ └── TorGuard │ │ └── latest │ │ └── TorGuard.TorGuard.yaml ├── TortoiseGit │ └── TortoiseGit │ │ └── 2.11.0.0 │ │ └── TortoiseGit.TortoiseGit.yaml ├── TortoiseHg │ └── TortoiseHg │ │ └── 5.7.0 │ │ └── TortoiseHg.TortoiseHg.yaml ├── TortoiseSVN │ └── TortoiseSVN │ │ ├── 1.14.0 │ │ └── TortoiseSVN.TortoiseSVN.yaml │ │ └── 1.14.1 │ │ └── TortoiseSVN.TortoiseSVN.yaml ├── TradingView │ └── TradingViewDesktopBeta │ │ └── 1.0.0-beta01 │ │ └── TradingView.TradingViewDesktopBeta.yaml ├── TranslucentTB │ └── TranslucentTB │ │ └── 9.0.0.0 │ │ └── TranslucentTB.TranslucentTB.yaml ├── Transmission │ └── Transmission │ │ └── 3.00 │ │ └── Transmission.Transmission.yaml ├── TreasureData │ └── TDAgent │ │ ├── 3.8.0 │ │ └── TreasureData.TDAgent.yaml │ │ └── 4.0.1 │ │ └── TreasureData.TDAgent.yaml ├── Trelby │ └── Trelby │ │ └── 2.2 │ │ └── Trelby.Trelby.yaml ├── Trillian │ └── Trillian │ │ ├── 6.3.0.5 │ │ └── Trillian.Trillian.yaml │ │ ├── 6.4.0.2 │ │ └── Trillian.Trillian.yaml │ │ └── 6.4.0.3 │ │ └── Trillian.Trillian.yaml ├── Trimble │ └── SketchUpMake │ │ └── 17.2.2555.0 │ │ └── Trimble.SketchUpMake.yaml ├── Trufflesuite │ └── Ganache │ │ └── 2.5.4 │ │ └── Trufflesuite.Ganache.yaml ├── TunnelBear │ └── TunnelBear │ │ └── 4.4.0.0 │ │ └── TunnelBear.TunnelBear.yaml ├── Twilio │ └── Authy │ │ └── 1.8.3 │ │ └── Twilio.Authy.yaml ├── Twitch │ └── Twitch │ │ ├── 8.0.0.0 │ │ └── twitch.twitch.yaml │ │ └── 8.0.0.20201204 │ │ └── Twitch.Twitch.yaml ├── Tympanix │ └── Electorrent │ │ └── 2.7.2 │ │ └── Tympanix.Electorrent.yaml ├── TypeFaster │ └── TypeFaster │ │ └── 0.4.2 │ │ └── TypeFaster.TypeFaster.yaml ├── Typora │ └── Typora │ │ ├── 0.9.86 │ │ └── Typora.Typora.yaml │ │ ├── 0.9.89 │ │ └── Typora.Typora.yaml │ │ ├── 0.9.92 │ │ └── Typora.Typora.yaml │ │ ├── 0.9.93 │ │ └── Typora.Typora.yaml │ │ ├── 0.9.95 │ │ └── Typora.Typora.yaml │ │ ├── 0.9.96 │ │ └── Typora.Typora.yaml │ │ ├── 0.9.97 │ │ └── Typora.Typora.yaml │ │ └── 0.9.98 │ │ └── Typora.Typora.yaml ├── Tyrrrz │ └── LightBulb │ │ ├── 2.1.0 │ │ └── Tyrrrz.LightBulb.yaml │ │ └── 2.2.0 │ │ └── Tyrrrz.LightBulb.yaml ├── t1m0thyj │ └── WinDynamicDesktop │ │ ├── 3.4.1 │ │ └── t1m0thyj.WinDynamicDesktop.yaml │ │ ├── 4.2.0 │ │ └── t1m0thyj.WinDynamicDesktop.yaml │ │ ├── 4.3.1 │ │ └── t1m0thyj.WinDynamicDesktop.yaml │ │ └── 4.4.0 │ │ └── t1m0thyj.WinDynamicDesktop.yaml ├── tailscale │ └── tailscale │ │ ├── 0.98.0.0 │ │ └── tailscale.tailscale.yaml │ │ ├── 0.99.0.0 │ │ └── tailscale.tailscale.yaml │ │ ├── 1.0.4.0 │ │ └── tailscale.tailscale.yaml │ │ ├── 1.4.4 │ │ └── Tailscale.Tailscale.yaml │ │ └── 1.6.0 │ │ └── Tailscale.Tailscale.yaml ├── tantowi │ └── maven │ │ └── 3.6.3 │ │ └── tantowi.maven.yaml ├── team-aie │ └── aie │ │ ├── 0.10.0 │ │ └── team-aie.aie.yaml │ │ ├── 0.11.1 │ │ └── team-aie.aie.yaml │ │ ├── 0.4.0 │ │ └── team-aie.aie.yaml │ │ ├── 0.5.0 │ │ └── team-aie.aie.yaml │ │ ├── 0.6.0 │ │ └── team-aie.aie.yaml │ │ ├── 0.6.1 │ │ └── team-aie.aie.yaml │ │ └── 0.9.0 │ │ └── team-aie.aie.yaml ├── terkelg │ └── ramme │ │ └── 3.2.5 │ │ └── terkelg.ramme.yaml ├── thehandbraketeam │ └── handbrake │ │ ├── 1.3.2 │ │ └── thehandbraketeam.handbrake.yaml │ │ └── 1.3.3 │ │ └── thehandbraketeam.handbrake.yaml ├── thomasnordquist │ └── MQTT-Explorer │ │ └── 0.3.5 │ │ └── thomasnordquist.MQTT-Explorer.yaml ├── tibbo │ ├── ioninja │ │ ├── 3.14.4 │ │ │ └── tibbo.ioninja.yaml │ │ ├── 3.15.0 │ │ │ └── tibbo.ioninja.yaml │ │ └── 3.15.1 │ │ │ └── tibbo.ioninja.yaml │ └── tdevmon │ │ ├── 3.3.6 │ │ └── tibbo.tdevmon.yaml │ │ └── 3.3.7 │ │ └── tibbo.tdevmon.yaml ├── timche │ └── gmail-desktop │ │ ├── 2.10.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.11.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.12.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.13.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.13.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.13.2 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.13.3 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.13.4 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.14.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.15.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.16.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.16.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.17.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.18.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.18.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.19.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.20.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.20.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.20.2 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.20.3 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.21.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.21.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.21.2 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.22.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.23.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.24.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.24.2 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.24.3 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.25.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.25.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.25.2 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.25.3 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.5.3 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.6.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.6.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.7.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.7.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.8.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.8.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.8.2 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.8.4 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.9.0 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.9.1 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.9.2 │ │ └── timche.gmail-desktop.yaml │ │ ├── 2.9.3 │ │ └── timche.gmail-desktop.yaml │ │ └── 2.9.4 │ │ └── timche.gmail-desktop.yaml ├── tinytacoteam │ └── zazu │ │ └── 0.6.0 │ │ └── tinytacoteam.zazu.yaml ├── titinko │ └── utsu │ │ ├── 0.4.1 │ │ └── titinko.utsu.yaml │ │ ├── 0.4.2 │ │ └── titinko.utsu.yaml │ │ ├── 0.4.3 │ │ └── titinko.utsu.yaml │ │ └── 0.4.4 │ │ └── titinko.utsu.yaml ├── tomlm │ ├── electron-outlook-365 │ │ └── 1.1.1 │ │ │ └── tomlm.electron-outlook-365.yaml │ └── electron-outlook-com │ │ └── 1.1.1 │ │ └── tomlm.electron-outlook-com.yaml ├── touchbyte │ └── PhotoSync │ │ ├── 4.0.3 │ │ └── touchbyte.PhotoSync.yaml │ │ └── 4.0.4 │ │ └── touchbyte.PhotoSync.yaml └── twinkstar │ └── browser │ ├── 7.0.3000.2005 │ └── twinkstar.browser.yaml │ ├── 7.2.2000.2012 │ └── twinkstar.browser.yaml │ └── 7.5.1000.2102 │ └── twinkstar.browser.yaml ├── u ├── UCBerkeley │ └── BOINC │ │ ├── 7.16.16 │ │ └── UCBerkeley.BOINC.yaml │ │ ├── 7.16.5 │ │ └── UCBerkeley.BOINC.yaml │ │ └── 7.16.7 │ │ └── UCBerkeley.BOINC.yaml ├── UMEZAWATakeshi │ └── UtvideoCodecSuite │ │ └── 21.3.1 │ │ └── UMEZAWATakeshi.UtvideoCodecSuite.yaml ├── Ubiquiti │ └── UniFiNetworkController │ │ └── 5.12.72 │ │ └── Ubiquiti.UniFiNetworkController.yaml ├── Ubisoft │ └── Connect │ │ └── 119.0.0.10382 │ │ └── Ubisoft.Connect.yaml ├── Ultimaker │ └── Cura │ │ ├── 4.5.0 │ │ └── Ultimaker.Cura.yaml │ │ ├── 4.6.0 │ │ └── Ultimaker.Cura.yaml │ │ ├── 4.6.1 │ │ └── Ultimaker.Cura.yaml │ │ ├── 4.7.1 │ │ └── Ultimaker.Cura.yaml │ │ └── 4.8.0 │ │ └── Ultimaker.Cura.yaml ├── UltraVNC │ └── UltraVNC │ │ └── 1.2.4.0 │ │ └── UltraVNC.UltraVNC.yaml ├── Unchecky │ └── Unchecky │ │ └── 1.2 │ │ └── Unchecky.Unchecky.yaml ├── UnifiedIntents │ └── UnifiedRemote │ │ ├── 3.7.0.2352 │ │ └── UnifiedIntents.UnifiedRemote.yaml │ │ └── 3.8.0.2453 │ │ └── UnifiedIntents.UnifiedRemote.yaml ├── UnityTechnologies │ ├── Unity │ │ ├── 2020.2.3 │ │ │ └── UnityTechnologies.Unity.yaml │ │ ├── 2020.2.7f1 │ │ │ └── UnityTechnologies.Unity.yaml │ │ ├── 2020.3.0f1 │ │ │ └── UnityTechnologies.Unity.yaml │ │ ├── 2020.3.1f1 │ │ │ └── UnityTechnologies.Unity.yaml │ │ ├── 2021.1.0f1 │ │ │ └── UnityTechnologies.Unity.yaml │ │ └── 2021.1.1f1 │ │ │ └── UnityTechnologies.Unity.yaml │ └── UnityHub │ │ └── 2.4.3 │ │ └── UnityTechnologies.UnityHub.yaml ├── UniversalMediaServer │ └── UniversalMediaServer │ │ └── 10.3.0 │ │ └── UniversalMediaServer.UniversalMediaServer.yaml ├── UniversityOfWaikato │ └── Weka │ │ └── 3.9.5 │ │ └── UniversityOfWaikato.Weka.yaml ├── UniversityOfWashington │ └── Foldit │ │ └── 20180312-1714f56737-win_x86 │ │ └── UniversityOfWashington.Foldit.yaml ├── UniversityofLjubljana │ └── Orange │ │ ├── 3.26.0 │ │ └── UniversityofLjubljana.Orange.yaml │ │ └── 3.27.1 │ │ └── UniversityofLjubljana.Orange.yaml ├── ultrapico │ └── expresso │ │ └── 3.1.6224 │ │ └── ultrapico.expresso.yaml ├── unofficial-protonmail-desktop │ └── unofficial-protonmail-desktop │ │ └── 1.2.1 │ │ └── unofficial-protonmail-desktop.unofficial-protonmail-desktop.yaml ├── utools │ └── utools │ │ └── 1.3.5 │ │ └── utools.utools.yaml ├── uw-labs │ └── BloomRPC │ │ └── 1.5.2 │ │ └── uw-labs.BloomRPC.yaml └── uxmal │ └── reko │ └── 0.9.1.0 │ └── uxmal.reko.yaml ├── v ├── VB-Audio │ ├── VoiceMeeterBanana │ │ └── 2. 0. 5. 8 │ │ │ └── VB-Audio.VoiceMeeterBanana.yaml │ └── VoiceMeeterPotato │ │ └── latest │ │ └── VB-Audio.VoiceMeeterPotato.yaml ├── VCVRack │ └── VCVRack │ │ └── 1.1.6 │ │ └── VCVRack.VCVRack.yaml ├── VMware │ ├── HorizonClient │ │ ├── 5.4.2 │ │ │ └── VMware.HorizonClient.yaml │ │ ├── 5.4.3.12597 │ │ │ └── VMware.HorizonClient.yaml │ │ ├── 5.5.0.14558 │ │ │ └── VMware.HorizonClient.yaml │ │ ├── 5.5.1.17068 │ │ │ └── VMware.HorizonClient.yaml │ │ ├── 8.0.0.13243 │ │ │ └── VMware.HorizonClient.yaml │ │ ├── 8.1.0.15949 │ │ │ └── VMware.HorizonClient.yaml │ │ └── 8.2.0.18176 │ │ │ └── VMware.HorizonClient.yaml │ ├── IntelligentHub │ │ └── 21.2.1.0 │ │ │ └── VMware.IntelligentHub.yaml │ ├── WorkstationPlayer │ │ ├── 15.5.2 │ │ │ └── VMware.WorkstationPlayer.yaml │ │ ├── 15.5.6 │ │ │ └── VMware.WorkstationPlayer.yaml │ │ ├── 16.0.0 │ │ │ └── VMware.WorkstationPlayer.yaml │ │ ├── 16.1.0 │ │ │ └── VMware.WorkstationPlayer.yaml │ │ └── 16.1.1 │ │ │ └── VMware.WorkstationPlayer.yaml │ └── WorkstationPro │ │ ├── 15.5.2 │ │ └── VMware.WorkstationPro.yaml │ │ ├── 15.5.6 │ │ └── VMware.WorkstationPro.yaml │ │ ├── 16.0.0 │ │ └── VMware.WorkstationPro.yaml │ │ ├── 16.1.0 │ │ └── VMware.WorkstationPro.yaml │ │ └── 16.1.1 │ │ └── VMware.WorkstationPro.yaml ├── VSCodium │ └── VSCodium │ │ ├── 1.45.1 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.46.0 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.46.1 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.47.0 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.47.2 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.47.3 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.48.1 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.48.2 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.48 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.49.0 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.49.2 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.49.3 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.50.1 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.51.0 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.51.1 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.52.0 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.52.1 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.53.0 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.53.1 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.53.2 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.54.2 │ │ └── VSCodium.VSCodium.yaml │ │ ├── 1.54.3 │ │ └── VSCodium.VSCodium.yaml │ │ └── 1.55.0 │ │ └── VSCodium.VSCodium.yaml ├── Valve │ └── Steam │ │ └── 2.10.91.91 │ │ └── Valve.Steam.yaml ├── VentisMediaInc │ └── MediaMonkey │ │ └── 4.1.29.1910 │ │ └── VentisMediaInc.MediaMonkey.yaml ├── VideoLAN │ ├── VLC │ │ ├── 3.0.10 │ │ │ └── VideoLAN.VLC.yaml │ │ ├── 3.0.11 │ │ │ └── VideoLAN.VLC.yaml │ │ └── 3.0.12 │ │ │ └── VideoLAN.VLC.yaml │ └── VLCNightly │ │ ├── 4.0.0-20200930 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201001 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201002 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201003 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201004 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201006 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201007 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201008 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201009 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201010 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201011 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201013 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201016 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201019 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201020 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201021 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201022 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201023 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201025 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201027 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201030 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201031 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201101 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201103 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201106 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201107 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201109 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201111 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201113 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201116 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201120 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201121 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201122 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201124 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201125 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201129 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201130 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201201 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201202 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201203 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201204 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201207 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201211 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201214 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201216 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201221 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201222 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201223 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201224 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201225 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201226 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201227 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201228 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201229 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201230 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20201231 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210102 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210103 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210104 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210105 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210106 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210107 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210108 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210109 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210110 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210111 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210112 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210113 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210114 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210115 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210116 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210117 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210118 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210119 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210120 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210121 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210122 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210123 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210124 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210125 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210126 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210127 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210128 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210129 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210131 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210201 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210202 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210203 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210204 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210205 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210206 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210207 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210208 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210209 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210210 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210211 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210212 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210213 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210214 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210215 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210216 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210217 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210218 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210219 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210220 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210221 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210222 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210223 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210224 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210225 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210226 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210227 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210228 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210302 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210303 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210306 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210309 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210311 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210314 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210316 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210317 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210318 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210321 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210322 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210323 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210325 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210326 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210328 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210331 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210401 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210403 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210404 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210405 │ │ └── VideoLAN.VLCNightly.yaml │ │ ├── 4.0.0-20210406 │ │ └── VideoLAN.VLCNightly.yaml │ │ └── 4.0.0-20210407 │ │ └── VideoLAN.VLCNightly.yaml ├── VincentL │ └── Harmony │ │ └── 0.9.1 │ │ └── VincentL.Harmony.yaml ├── VirtualMagnifyingGlass │ └── VirtualMagnifyingGlass │ │ └── 3.6 │ │ └── VirtualMagnifyingGlass.VirtualMagnifyingGlass.yaml ├── VivaldiTechnologies │ └── Vivaldi │ │ ├── 3.0.1874.38 │ │ └── VivaldiTechnologies.Vivaldi.yaml │ │ ├── 3.1.1929.45 │ │ └── VivaldiTechnologies.Vivaldi.yaml │ │ ├── 3.2.1967.41 │ │ └── VivaldiTechnologies.Vivaldi.yaml │ │ ├── 3.3.2022.36 │ │ └── VivaldiTechnologies.Vivaldi.yaml │ │ ├── 3.6.2165.40 │ │ └── VivaldiTechnologies.Vivaldi.yaml │ │ ├── 3.7.2218.45 │ │ └── VivaldiTechnologies.Vivaldi.yaml │ │ └── 3.7.2218.52 │ │ ├── VivaldiTechnologies.Vivaldi.installer.yaml │ │ ├── VivaldiTechnologies.Vivaldi.locale.en-US.yaml │ │ └── VivaldiTechnologies.Vivaldi.yaml ├── VoyagerX │ └── Vrew │ │ ├── 0.4.18 │ │ └── VoyagerX.Vrew.yaml │ │ └── 0.7.15 │ │ └── VoyagerX.Vrew.yaml ├── vim │ └── vim │ │ ├── 8.2.0916 │ │ └── vim.vim.yaml │ │ ├── 8.2.1484 │ │ └── vim.vim.yaml │ │ ├── 8.2.1584 │ │ └── vim.vim.yaml │ │ ├── 8.2.1923 │ │ └── vim.vim.yaml │ │ ├── 8.2.2589 │ │ └── vim.vim.yaml │ │ ├── 8.2.2601 │ │ └── vim.vim.yaml │ │ └── 8.2.2632 │ │ └── vim.vim.yaml └── voidtools │ ├── Everything │ ├── 1.4.1.1002 │ │ └── voidtools.Everything.yaml │ ├── 1.4.1.1005 │ │ └── voidtools.Everything.yaml │ ├── 1.4.1.969 │ │ └── voidtools.Everything.yaml │ ├── 1.4.1.986 │ │ └── voidtools.Everything.yaml │ ├── 1.4.1.988 │ │ └── voidtools.Everything.yaml │ └── 1.4.1.992 │ │ └── voidtools.Everything.yaml │ └── EverythingLite │ └── 1.4.1.988 │ └── voidtools.EverythingLite.yaml ├── w ├── WPEngine │ └── Local │ │ └── 5.5.3 │ │ └── WPEngine.Local.yaml ├── Warzone2100Project │ └── Warzone2100 │ │ └── 3.4.1 │ │ └── Warzone2100Project.Warzone2100.yaml ├── WaterbugStudios │ └── MazeratorOld │ │ └── 2020.3.21 │ │ └── WaterbugStudios.MazeratorOld.yaml ├── Waterfox │ └── Waterfox │ │ ├── 2020.05 │ │ └── Waterfox.Waterfox.yaml │ │ ├── 2020.09 │ │ └── Waterfox.Waterfox.yaml │ │ ├── 2020.10.0 │ │ └── Waterfox.Waterfox.yaml │ │ └── 2021.02 │ │ └── Waterfox.Waterfox.yaml ├── WeMod │ ├── WeMod │ │ ├── 6.3.10 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 6.3.11 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 6.3.12 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 7.0.11 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 7.0.13 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 7.0.14 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 7.0.15 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 7.0.16 │ │ │ └── WeMod.WeMod.yaml │ │ ├── 7.0.18 │ │ │ └── WeMod.WeMod.yaml │ │ └── 7.0.9 │ │ │ └── WeMod.WeMod.yaml │ ├── WeModBeta │ │ ├── 7.0.0-beta03 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta01 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta02 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta04 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta05 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta06 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta07 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta09 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.1-beta10 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.11-beta00 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.12-beta00 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.14-beta00 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.15-beta02 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.16-beta00 │ │ │ └── WeMod.WeModBeta.yaml │ │ ├── 7.0.18-beta00 │ │ │ └── WeMod.WeModBeta.yaml │ │ └── 7.0.9-beta00 │ │ │ └── WeMod.WeModBeta.yaml │ └── WeModPreview │ │ ├── 7.0.0-preview19 │ │ └── WeMod.WeModPreview.yaml │ │ └── 7.0.0-preview20 │ │ └── WeMod.WeModPreview.yaml ├── WeakAuras │ └── WeakAurasCompanion │ │ ├── 3.0.1 │ │ └── WeakAuras.WeakAurasCompanion.yaml │ │ ├── 3.0.2 │ │ └── WeakAuras.WeakAurasCompanion.yaml │ │ ├── 3.0.3 │ │ └── WeakAuras.WeakAurasCompanion.yaml │ │ ├── 3.0.6 │ │ └── WeakAuras.WeakAurasCompanion.yaml │ │ └── 3.1.1 │ │ └── WeakAuras.WeakAurasCompanion.yaml ├── WebTorrent │ └── Desktop │ │ ├── 0.21.0 │ │ └── WebTorrent.Desktop.yaml │ │ └── 0.23.0 │ │ └── WebTorrent.Desktop.yaml ├── WereTurtle │ └── Ghostwriter │ │ └── 1.8.0 │ │ └── WereTurtle.Ghostwriter.yaml ├── Wesnoth │ └── BattleForWesnoth │ │ ├── 1.15.10 │ │ └── Wesnoth.BattleForWesnoth.yaml │ │ └── 1.15.11 │ │ └── Wesnoth.BattleForWesnoth.yaml ├── WestWind │ └── MarkdownMonster │ │ ├── 1.22.8 │ │ └── WestWind.MarkdownMonster.yaml │ │ ├── 1.23.0 │ │ └── WestWind.MarkdownMonster.yaml │ │ ├── 1.23.12 │ │ └── WestWind.MarkdownMonster.yaml │ │ ├── 1.23.14 │ │ └── WestWind.MarkdownMonster.yaml │ │ ├── 1.24.12 │ │ └── WestWind.MarkdownMonster.yaml │ │ └── 1.26.6 │ │ └── WestWind.MarkdownMonster.yaml ├── WhatsApp │ └── WhatsApp │ │ └── 2.2110.12 │ │ └── WhatsApp.WhatsApp.yaml ├── WildfireGames │ └── 0AD │ │ └── 0.0.24b │ │ └── WildfireGames.0AD.yaml ├── WilliamKent │ └── X2COPY │ │ ├── 2.0.4 │ │ └── WilliamKent.X2COPY.yaml │ │ └── 2.1 │ │ └── WilliamKent.X2COPY.yaml ├── Win32diskimager │ └── win32diskimager │ │ └── 1.0.0 │ │ └── Win32diskimager.win32diskimager.yaml ├── WinDirStat │ └── WinDirStat │ │ └── 1.1.2 │ │ └── WinDirStat.WinDirStat.yaml ├── WinFsp │ └── WinFsp │ │ └── 1.8 │ │ └── WinFsp.WinFsp.yaml ├── WinMerge │ ├── WinMerge-x64 │ │ └── 2.16.10 │ │ │ └── WinMerge.WinMerge-x64.yaml │ ├── WinMerge-x86 │ │ └── 2.16.10 │ │ │ └── WinMerge.WinMerge-x86.yaml │ └── WinMerge │ │ ├── 2.16.10 │ │ └── WinMerge.WinMerge.yaml │ │ └── 2.16.6 │ │ └── WinMerge.WinMerge.yaml ├── WinSCP │ └── WinSCP │ │ ├── 5.17.10 │ │ └── WinSCP.WinSCP.yaml │ │ ├── 5.17.3 │ │ └── WinSCP.WinSCP.yaml │ │ ├── 5.17.4 │ │ └── WinSCP.WinSCP.yaml │ │ ├── 5.17.5 │ │ └── WinSCP.WinSCP.yaml │ │ └── 5.17.7 │ │ └── WinSCP.WinSCP.yaml ├── WinchGate │ └── Ryzom │ │ └── 3.6 │ │ └── WinchGate.Ryzom.yaml ├── Windscribe │ └── Windscribe │ │ └── latest │ │ └── Windscribe.Windscribe.yaml ├── WingetCreate │ ├── E2ETest │ │ └── 19.0.0 │ │ │ └── WingetCreate.E2ETest.yaml │ └── SingletonEXE │ │ └── 19.0.0 │ │ └── WingetCreate.SingletonEXE.yaml ├── WingetCreateE2E │ ├── Json │ │ ├── ExeTest │ │ │ └── 1.2.3.4 │ │ │ │ └── WingetCreateE2E.Json.ExeTest.json │ │ ├── MsiTest │ │ │ └── 1.2.3.4 │ │ │ │ └── WingetCreateE2E.Json.MsiTest.json │ │ ├── MsixTest │ │ │ └── 1.2.3.4 │ │ │ │ └── WingetCreateE2E.Json.MsixTest.json │ │ ├── PortableTest │ │ │ └── 1.2.3.4 │ │ │ │ └── WingetCreateE2E.Json.PortableTest.json │ │ └── ZipTest │ │ │ └── 1.2.3.4 │ │ │ └── WingetCreateE2E.Json.ZipTest.json │ └── Yaml │ │ ├── ExeTest │ │ └── 1.2.3.4 │ │ │ └── WingetCreateE2E.Yaml.ExeTest.yaml │ │ ├── MsiTest │ │ └── 1.2.3.4 │ │ │ └── WingetCreateE2E.Yaml.MsiTest.yaml │ │ ├── MsixTest │ │ └── 1.2.3.4 │ │ │ └── WingetCreateE2E.Yaml.MsixTest.yaml │ │ ├── PortableTest │ │ └── 1.2.3.4 │ │ │ └── WingetCreateE2E.Yaml.PortableTest.yaml │ │ └── ZipTest │ │ └── 1.2.3.4 │ │ └── WingetCreateE2E.Yaml.ZipTest.yaml ├── Wings3D │ └── Wings3D │ │ └── 2.2.5 │ │ └── Wings3D.Wings3D.yaml ├── WireGuard │ └── WireGuard │ │ ├── 0.3.4 │ │ └── WireGuard.WireGuard.yaml │ │ ├── 0.3.5 │ │ └── WireGuard.WireGuard.yaml │ │ ├── 0.3.8 │ │ └── WireGuard.WireGuard.yaml │ │ └── 0.3.9 │ │ └── WireGuard.WireGuard.yaml ├── WiresharkFoundation │ └── Wireshark │ │ ├── 3.2.2 │ │ └── WiresharkFoundation.Wireshark.yaml │ │ ├── 3.2.4 │ │ └── WiresharkFoundation.Wireshark.yaml │ │ ├── 3.4.3 │ │ └── WiresharkFoundation.Wireshark.yaml │ │ └── 3.4.4 │ │ └── WiresharkFoundation.Wireshark.yaml ├── WolframResearch │ └── WolframEngine │ │ └── 12.2.0 │ │ └── WolframResearch.WolframEngine.yaml ├── Workrave │ └── Workrave │ │ ├── 1.10.44 │ │ └── Workrave.Workrave.yaml │ │ └── 1.10.45 │ │ └── Workrave.Workrave.yaml ├── Wox │ └── Wox │ │ └── 1.4.1196 │ │ └── Wox.Wox.yaml ├── Woyun │ └── Wolai │ │ ├── 1.0.15.0 │ │ └── Woyun.Wolai.yaml │ │ └── 1.0.37 │ │ └── Woyun.Wolai.yaml ├── wagesj45 │ └── butterflow-ui │ │ └── 1.1.0 │ │ └── wagesj45.butterflow-ui.yaml ├── wahao │ └── Electron-iGot │ │ └── 1.1.1 │ │ └── wahao.Electron-iGot.yaml ├── wandersick │ ├── AeroZoom │ │ └── 4.0.0.7 │ │ │ └── wandersick.AeroZoom.yaml │ ├── ChMac │ │ └── 2.0.0.5 │ │ │ └── wandersick.ChMac.yaml │ └── EnglishizeCmd │ │ └── 2.0.0.0 │ │ └── wandersick.EnglishizeCmd.yaml ├── webrecorder │ └── replayweb-page │ │ └── 1.3.8 │ │ └── webrecorder.replayweb-page.yaml ├── wethat │ └── onenotetaggingkit │ │ ├── 3.7.7581 │ │ └── wethat.onenotetaggingkit.yaml │ │ └── 3.8.7617.36152 │ │ └── wethat.onenotetaggingkit.yaml ├── wexond │ └── wexond │ │ └── 5.2.0 │ │ └── wexond.wexond.yaml ├── whitewaterfoundry │ └── fedora-remix-for-wsl │ │ └── 31.5.0.0 │ │ └── whitewaterfoundry.fedora-remix-for-wsl.yaml ├── winpython │ ├── winpython-dot │ │ ├── 3.7.7.0 │ │ │ └── winpython.winpython-dot.yaml │ │ ├── 3.8.3.0 │ │ │ └── winpython.winpython-dot.yaml │ │ ├── 3.8.5.0 │ │ │ └── winpython.winpython-dot.yaml │ │ ├── 3.8.6.0 │ │ │ └── winpython.winpython-dot.yaml │ │ ├── 3.8.7.0 │ │ │ └── winpython.winpython-dot.yaml │ │ ├── 3.8.8.0 │ │ │ └── winpython.winpython-dot.yaml │ │ ├── 3.9.0.2 │ │ │ └── winpython.winpython-dot.yaml │ │ ├── 3.9.1.0 │ │ │ └── winpython.winpython-dot.yaml │ │ └── 3.9.2.0 │ │ │ └── winpython.winpython-dot.yaml │ └── winpython │ │ └── 3.9.1.0 │ │ └── winpython.winpython.yaml ├── wiznote │ ├── wiznote │ │ ├── 4.13.15 │ │ │ └── Wiznote.Wiznote.yaml │ │ └── 4.13 │ │ │ └── wiznote.wiznote.yaml │ └── wiznotelite │ │ ├── 1.1.0 │ │ └── wiznote.wiznotelite.yaml │ │ ├── 1.6.0 │ │ └── wiznote.wiznotelite.yaml │ │ ├── 2.0.0 │ │ └── Wiznote.Wiznotelite.yaml │ │ ├── 2.0.1 │ │ └── Wiznote.Wiznotelite.yaml │ │ └── 2.1.1 │ │ └── Wiznote.Wiznotelite.yaml └── writage │ └── writage │ └── 2.3 │ └── writage.writage.yaml ├── x ├── X2go │ └── x2goclient │ │ └── 4.1.2.2 │ │ └── X2go.x2goclient.yaml ├── XMind │ └── XMind2020 │ │ └── 10.2.1 │ │ └── XMind.XMind2020.yaml ├── XMoto │ └── XMoto │ │ ├── 0.6.0 │ │ └── XMoto.XMoto.yaml │ │ └── 0.6.1 │ │ └── XMoto.XMoto.yaml ├── XavierRoche │ └── HTTrack │ │ └── 3.49.2 │ │ └── XavierRoche.HTTrack.yaml ├── Xmake-io │ └── Xmake │ │ ├── 2.3.6 │ │ └── Xmake-io.Xmake.yaml │ │ ├── 2.3.7 │ │ └── Xmake-io.Xmake.yaml │ │ ├── 2.3.8 │ │ └── Xmake-io.Xmake.yaml │ │ ├── 2.3.9 │ │ └── Xmake-io.Xmake.yaml │ │ ├── 2.5.1 │ │ └── Xmake-io.Xmake.yaml │ │ └── 2.5.2 │ │ └── Xmake-io.Xmake.yaml ├── XnSoft │ ├── XnViewClassic │ │ └── 2.49.5 │ │ │ └── XnSoft.XnViewClassic.yaml │ └── XnViewMP │ │ └── 0.98.2 │ │ └── XnSoft.XnViewMP.yaml ├── XunLei │ ├── XunleiMediaPlayer │ │ └── 6.1.7.810 │ │ │ └── Xunlei.XunleiMediaPlayer.yaml │ └── xunleix │ │ └── 10.1.34.800 │ │ └── XunLei.xunleix.yaml ├── x64architecture │ └── Wnmp │ │ └── 3.2.2 │ │ └── x64architecture.Wnmp.yaml ├── xanderfrangos │ ├── crushee │ │ └── 2.3.0 │ │ │ └── xanderfrangos.crushee.yaml │ └── twinkletray │ │ ├── 1.12.2 │ │ └── XanderFrangos.TwinkleTray.yaml │ │ └── 1.13.1 │ │ └── xanderfrangos.twinkletray.yaml ├── xiaomi │ └── miuiplus │ │ └── 2.2.0.870 │ │ └── xiaomi.miuiplus.yaml ├── xiaozhu188 │ └── electron-vue-cloud-music │ │ └── 1.1.16 │ │ └── xiaozhu188.electron-vue-cloud-music.yaml └── xiles │ └── NexusFont │ └── 2.7.0 │ └── xiles.NexusFont.yaml ├── y ├── YACReader │ └── YACReader │ │ ├── 9.6.2 │ │ └── YACReader.YACReader.yaml │ │ └── 9.7.1 │ │ └── YACReader.YACReader.yaml ├── YaCy │ └── YaCy │ │ └── 1.922 │ │ └── YaCy.YaCy.yaml ├── Yarn │ └── Yarn │ │ ├── 1.22.4 │ │ └── Yarn.Yarn.yaml │ │ └── 1.22.5 │ │ └── Yarn.Yarn.yaml ├── Youdao │ ├── YoudaoDict │ │ └── 8.9 │ │ │ └── Youdao.YoudaoDict.yaml │ └── YoudaoNote │ │ └── 6.10.1 │ │ └── Youdao.YoudaoNote.yaml ├── Ytmdesktop │ └── Ytmdesktop │ │ └── 1.13.0 │ │ └── Ytmdesktop.Ytmdesktop.yaml ├── Yubico │ ├── Authenticator │ │ └── 5.0.4 │ │ │ └── Yubico.Authenticator.yaml │ └── YubikeyManager │ │ ├── 1.1.5 │ │ └── Yubico.YubikeyManager.yaml │ │ └── 1.2.0 │ │ └── Yubico.YubikeyManager.yaml ├── yafp │ └── ttth │ │ └── 1.8.0 │ │ └── yafp.ttth.yaml ├── yang991178 │ └── fluent-reader │ │ ├── 0.5.1 │ │ └── yang991178.fluent-reader.yaml │ │ ├── 0.6.0 │ │ └── yang991178.fluent-reader.yaml │ │ ├── 0.6.1 │ │ └── yang991178.fluent-reader.yaml │ │ └── 1.0.0 │ │ └── yang991178.fluent-reader.yaml └── yomail │ └── yomail │ └── 8.8.0.2 │ └── yomail.yomail.yaml └── z ├── Zap └── Zap │ └── 2.9.0 │ └── Zap.Zap.yaml ├── Zeit └── Hyper │ └── 3.0.2.1510 │ └── Zeit.Hyper.yaml ├── Zettlr └── Zettlr │ ├── 1.6.0 │ └── Zettlr.Zettlr.yaml │ └── 1.8.7 │ └── Zettlr.Zettlr.yaml ├── Zint └── Zint │ └── 2.4.2.0 │ └── Zint.Zint.yaml ├── Zoom ├── Zoom │ ├── 5.0.4 │ │ └── Zoom.Zoom.yaml │ ├── 5.0.5 │ │ └── Zoom.Zoom.yaml │ ├── 5.1.0 │ │ └── Zoom.Zoom.yaml │ ├── 5.1.1 │ │ └── Zoom.Zoom.yaml │ ├── 5.1.2 │ │ └── Zoom.Zoom.yaml │ ├── 5.1.3 │ │ └── Zoom.Zoom.yaml │ ├── 5.2.1 │ │ └── Zoom.Zoom.yaml │ ├── 5.2.2 │ │ └── Zoom.Zoom.yaml │ ├── 5.2.3 │ │ └── Zoom.Zoom.yaml │ ├── 5.2 │ │ └── Zoom.Zoom.yaml │ ├── 5.3.0 │ │ └── Zoom.Zoom.yaml │ ├── 5.3.1 │ │ └── Zoom.Zoom.yaml │ ├── 5.3.2 │ │ └── Zoom.Zoom.yaml │ ├── 5.4.0 │ │ └── Zoom.Zoom.yaml │ ├── 5.4.1 │ │ └── Zoom.Zoom.yaml │ ├── 5.4.2 │ │ └── Zoom.Zoom.yaml │ ├── 5.4.3 │ │ └── Zoom.Zoom.yaml │ ├── 5.4.6 │ │ └── Zoom.Zoom.yaml │ ├── 5.4.7 │ │ └── Zoom.Zoom.yaml │ ├── 5.4.9 │ │ └── Zoom.Zoom.yaml │ ├── 5.5.0 │ │ └── Zoom.Zoom.yaml │ ├── 5.5.1 │ │ └── Zoom.Zoom.yaml │ ├── 5.5.2 │ │ └── Zoom.Zoom.yaml │ ├── 5.5.4 │ │ └── Zoom.Zoom.yaml │ ├── 5.6.0 │ │ └── Zoom.Zoom.yaml │ └── 5.6.1 │ │ └── Zoom.Zoom.yaml └── zoomoutlookplugin │ ├── 5.5.12365 │ └── zoom.zoomoutlookplugin.yaml │ └── 5.6.1.61 │ └── Zoom.zoomoutlookplugin.yaml ├── Zotero └── Zotero │ ├── 5.0.87 │ └── Zotero.Zotero.yaml │ ├── 5.0.88 │ └── Zotero.Zotero.yaml │ ├── 5.0.89 │ └── Zotero.Zotero.yaml │ ├── 5.0.91 │ └── Zotero.Zotero.yaml │ ├── 5.0.92 │ └── Zotero.Zotero.yaml │ ├── 5.0.93 │ └── Zotero.Zotero.yaml │ ├── 5.0.94 │ └── Zotero.Zotero.yaml │ ├── 5.0.95.1 │ └── Zotero.Zotero.yaml │ ├── 5.0.95 │ └── Zotero.Zotero.yaml │ └── 5.0.96 │ └── Zotero.Zotero.yaml ├── Zulip └── Zulip │ ├── 5.2.0 │ └── Zulip.Zulip.yaml │ └── 5.6.0 │ └── Zulip.Zulip.yaml ├── ZygorGuides └── ZygorClient │ ├── 4.3.8 │ └── ZygorGuides.ZygorClient.yaml │ └── 4.3.9 │ └── ZygorGuides.ZygorClient.yaml ├── z------------- └── cpod │ └── 1.11.0 │ └── z-------------.cpod.yaml ├── zerotier └── zerotier │ └── 1.6.4.0 │ └── zerotier.zerotier.yaml └── zhaopengme └── gitnote ├── 3.0.0 └── zhaopengme.gitnote.yaml ├── 3.0.1 └── zhaopengme.gitnote.yaml ├── 3.0.2 └── zhaopengme.gitnote.yaml ├── 3.0.3 └── zhaopengme.gitnote.yaml ├── 3.0.4 └── zhaopengme.gitnote.yaml └── 3.1.0 └── zhaopengme.gitnote.yaml /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | *.yaml text=auto -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Bug_Report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/.github/ISSUE_TEMPLATE/Bug_Report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Feature_Request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/.github/ISSUE_TEMPLATE/Feature_Request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/Manifest_Request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/.github/ISSUE_TEMPLATE/Manifest_Request.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /DevOpsPipelineDefinitions/publish-pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/DevOpsPipelineDefinitions/publish-pipeline.yaml -------------------------------------------------------------------------------- /DevOpsPipelineDefinitions/rebuild-pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/DevOpsPipelineDefinitions/rebuild-pipeline.yaml -------------------------------------------------------------------------------- /DevOpsPipelineDefinitions/validation-pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/DevOpsPipelineDefinitions/validation-pipeline.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/SECURITY.md -------------------------------------------------------------------------------- /Tools/YamlCreate.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/Tools/YamlCreate.ps1 -------------------------------------------------------------------------------- /Troubleshoot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/Troubleshoot.md -------------------------------------------------------------------------------- /manifests/3/3T/Robo3T/1.3.1/3T.Robo3T.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/3/3T/Robo3T/1.3.1/3T.Robo3T.yaml -------------------------------------------------------------------------------- /manifests/3/3T/Robo3T/1.4.1/3T.Robo3T.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/3/3T/Robo3T/1.4.1/3T.Robo3T.yaml -------------------------------------------------------------------------------- /manifests/3/3T/Robo3T/1.4.2/3T.Robo3T.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/3/3T/Robo3T/1.4.2/3T.Robo3T.yaml -------------------------------------------------------------------------------- /manifests/3/3T/Robo3T/1.4.3/3T.Robo3T.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/3/3T/Robo3T/1.4.3/3T.Robo3T.yaml -------------------------------------------------------------------------------- /manifests/7/720kb/ndm/1.2.0/720kb.ndm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/7/720kb/ndm/1.2.0/720kb.ndm.yaml -------------------------------------------------------------------------------- /manifests/7/7room/Aya/0.10.4/7room.Aya.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/7/7room/Aya/0.10.4/7room.Aya.yaml -------------------------------------------------------------------------------- /manifests/7/7zip/7zip/16.0.4/7zip.7zip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/7/7zip/7zip/16.0.4/7zip.7zip.yaml -------------------------------------------------------------------------------- /manifests/7/7zip/7zip/19.0.0/7zip.7zip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/7/7zip/7zip/19.0.0/7zip.7zip.yaml -------------------------------------------------------------------------------- /manifests/Spotify/Spotify/latest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/Spotify/Spotify/latest.yaml -------------------------------------------------------------------------------- /manifests/a/AIMP/AIMP/4.70.2242/AIMP.AIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/AIMP/AIMP/4.70.2242/AIMP.AIMP.yaml -------------------------------------------------------------------------------- /manifests/a/AltDrag/AltDrag/1.1/AltDrag.AltDrag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/AltDrag/AltDrag/1.1/AltDrag.AltDrag.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.16/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.16/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.19/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.19/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.37/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.37/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.42/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.42/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.54/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.54/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.56/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.56/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.57/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.57/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.59/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.59/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.61/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.61/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.0.62/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.0.62/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.1/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.1/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.10/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.10/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.11/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.11/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.12/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.12/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.13/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.13/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.14/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.14/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.15/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.15/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.18/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.18/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.19/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.19/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.20/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.20/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.21/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.21/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.22/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.22/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.23/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.23/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.24/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.24/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.25/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.25/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.26/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.26/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.28/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.28/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.29/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.29/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.32/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.32/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.33/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.33/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.34/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.34/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.35/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.35/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.4/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.4/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.7/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.7/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/AWSCLI/2.1.9/Amazon.AWSCLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/AWSCLI/2.1.9/Amazon.AWSCLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/Chime/4.31.9473/Amazon.Chime.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/Chime/4.31.9473/Amazon.Chime.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/Chime/4.34.9941/Amazon.Chime.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/Chime/4.34.9941/Amazon.Chime.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/SAM-CLI/1.1.0/Amazon.SAM-CLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/SAM-CLI/1.1.0/Amazon.SAM-CLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/SAM-CLI/1.2.0/Amazon.SAM-CLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/SAM-CLI/1.2.0/Amazon.SAM-CLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/SAM-CLI/1.3.2/Amazon.SAM-CLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/SAM-CLI/1.3.2/Amazon.SAM-CLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/SAM-CLI/1.4.0/Amazon.SAM-CLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/SAM-CLI/1.4.0/Amazon.SAM-CLI.yaml -------------------------------------------------------------------------------- /manifests/a/Amazon/SAM-CLI/1.6.2/Amazon.SAM-CLI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Amazon/SAM-CLI/1.6.2/Amazon.SAM-CLI.yaml -------------------------------------------------------------------------------- /manifests/a/Anki/Anki/2.1.26/Anki.Anki.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Anki/Anki/2.1.26/Anki.Anki.yaml -------------------------------------------------------------------------------- /manifests/a/Anki/Anki/2.1.28/Anki.Anki.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Anki/Anki/2.1.28/Anki.Anki.yaml -------------------------------------------------------------------------------- /manifests/a/Anki/Anki/2.1.33/Anki.Anki.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Anki/Anki/2.1.33/Anki.Anki.yaml -------------------------------------------------------------------------------- /manifests/a/Anki/Anki/2.1.40/Anki.Anki.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Anki/Anki/2.1.40/Anki.Anki.yaml -------------------------------------------------------------------------------- /manifests/a/Apple/iTunes/12.10.7.3/Apple.iTunes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Apple/iTunes/12.10.7.3/Apple.iTunes.yaml -------------------------------------------------------------------------------- /manifests/a/Apple/iTunes/12.10.8.5/Apple.iTunes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Apple/iTunes/12.10.8.5/Apple.iTunes.yaml -------------------------------------------------------------------------------- /manifests/a/Apple/iTunes/12.10.9.3/Apple.iTunes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Apple/iTunes/12.10.9.3/Apple.iTunes.yaml -------------------------------------------------------------------------------- /manifests/a/Artha/Artha/1.0.3/Artha.Artha.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Artha/Artha/1.0.3/Artha.Artha.yaml -------------------------------------------------------------------------------- /manifests/a/Aurora/Aurora/0.7.2/Aurora.Aurora.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Aurora/Aurora/0.7.2/Aurora.Aurora.yaml -------------------------------------------------------------------------------- /manifests/a/Aurora/Aurora/0.8.1/Aurora.Aurora.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/Aurora/Aurora/0.8.1/Aurora.Aurora.yaml -------------------------------------------------------------------------------- /manifests/a/acfun/arlive/0.3.1/acfun.arlive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/acfun/arlive/0.3.1/acfun.arlive.yaml -------------------------------------------------------------------------------- /manifests/a/alcpu/CoreTemp/1.16/alcpu.CoreTemp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/alcpu/CoreTemp/1.16/alcpu.CoreTemp.yaml -------------------------------------------------------------------------------- /manifests/a/alibaba/yuque/0.3.13/alibaba.yuque.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/alibaba/yuque/0.3.13/alibaba.yuque.yaml -------------------------------------------------------------------------------- /manifests/a/alibaba/yuque/0.7.14/alibaba.yuque.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/a/alibaba/yuque/0.7.14/alibaba.yuque.yaml -------------------------------------------------------------------------------- /manifests/b/BZFlag/BZFlag/2.4.20/BZFlag.BZFlag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/BZFlag/BZFlag/2.4.20/BZFlag.BZFlag.yaml -------------------------------------------------------------------------------- /manifests/b/BZFlag/BZFlag/2.4.22/BZFlag.BZFlag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/BZFlag/BZFlag/2.4.22/BZFlag.BZFlag.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.100/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.101/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.102/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.106/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.107/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.109/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.112/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.113/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.115/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.116/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.88/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Balena/Etcher/1.5.95/Balena.Etcher.yaml -------------------------------------------------------------------------------- /manifests/b/Bisq/Bisq/1.5.9/Bisq.Bisq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Bisq/Bisq/1.5.9/Bisq.Bisq.yaml -------------------------------------------------------------------------------- /manifests/b/Bisq/Bisq/1.6.0/Bisq.Bisq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Bisq/Bisq/1.6.0/Bisq.Bisq.yaml -------------------------------------------------------------------------------- /manifests/b/Bisq/Bisq/1.6.1/Bisq.Bisq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Bisq/Bisq/1.6.1/Bisq.Bisq.yaml -------------------------------------------------------------------------------- /manifests/b/Bisq/Bisq/1.6.2/Bisq.Bisq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Bisq/Bisq/1.6.2/Bisq.Bisq.yaml -------------------------------------------------------------------------------- /manifests/b/Bome/SendSX/1.4.200/Bome.SendSX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Bome/SendSX/1.4.200/Bome.SendSX.yaml -------------------------------------------------------------------------------- /manifests/b/Bonnefon/Glogg/1.1.4/Bonnefon.Glogg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/b/Bonnefon/Glogg/1.1.4/Bonnefon.Glogg.yaml -------------------------------------------------------------------------------- /manifests/c/CPUID/CPU-Z/1.92/CPUID.CPU-Z.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/CPUID/CPU-Z/1.92/CPUID.CPU-Z.yaml -------------------------------------------------------------------------------- /manifests/c/CPUID/CPU-Z/1.93/CPUID.CPU-Z.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/CPUID/CPU-Z/1.93/CPUID.CPU-Z.yaml -------------------------------------------------------------------------------- /manifests/c/CPUID/CPU-Z/1.95/CPUID.CPU-Z.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/CPUID/CPU-Z/1.95/CPUID.CPU-Z.yaml -------------------------------------------------------------------------------- /manifests/c/Canonical/Juju/2.8.9/Canonical.Juju.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Canonical/Juju/2.8.9/Canonical.Juju.yaml -------------------------------------------------------------------------------- /manifests/c/Caphyon/Hover/1.1.0.0/Caphyon.Hover.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Caphyon/Hover/1.1.0.0/Caphyon.Hover.yaml -------------------------------------------------------------------------------- /manifests/c/Caret/Caret/3.4.6/Caret.Caret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Caret/Caret/3.4.6/Caret.Caret.yaml -------------------------------------------------------------------------------- /manifests/c/Caret/Caret/4.0/Caret.Caret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Caret/Caret/4.0/Caret.Caret.yaml -------------------------------------------------------------------------------- /manifests/c/Chia-Lung/Kaku/2.0.2/Chia-Lung.Kaku.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Chia-Lung/Kaku/2.0.2/Chia-Lung.Kaku.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.4.6/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.4.6/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.4.7/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.4.7/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.0/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.0/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.1/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.1/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.2/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.2/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.3/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.3/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.4/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.4/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.5/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.5/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.6/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.6/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Clement/bottom/0.5.7/Clement.bottom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Clement/bottom/0.5.7/Clement.bottom.yaml -------------------------------------------------------------------------------- /manifests/c/Cockos/LICEcap/1.28/Cockos.LICEcap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Cockos/LICEcap/1.28/Cockos.LICEcap.yaml -------------------------------------------------------------------------------- /manifests/c/Corsair/iCUE/3.30.97/Corsair.iCUE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Corsair/iCUE/3.30.97/Corsair.iCUE.yaml -------------------------------------------------------------------------------- /manifests/c/Corsair/iCUE/3.31.81/Corsair.iCUE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Corsair/iCUE/3.31.81/Corsair.iCUE.yaml -------------------------------------------------------------------------------- /manifests/c/Corsair/iCUE/3.35.152/Corsair.iCUE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Corsair/iCUE/3.35.152/Corsair.iCUE.yaml -------------------------------------------------------------------------------- /manifests/c/Corsair/iCUE/3.36.125/Corsair.iCUE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Corsair/iCUE/3.36.125/Corsair.iCUE.yaml -------------------------------------------------------------------------------- /manifests/c/Corsair/iCUE/3.37.140/Corsair.iCUE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Corsair/iCUE/3.37.140/Corsair.iCUE.yaml -------------------------------------------------------------------------------- /manifests/c/Corsair/iCUE/3.38.61/Corsair.iCUE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Corsair/iCUE/3.38.61/Corsair.iCUE.yaml -------------------------------------------------------------------------------- /manifests/c/Corsair/iCUE/4.9.350/Corsair.iCUE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Corsair/iCUE/4.9.350/Corsair.iCUE.yaml -------------------------------------------------------------------------------- /manifests/c/Cyanfish/NAPS2/6.1.2/Cyanfish.NAPS2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/Cyanfish/NAPS2/6.1.2/Cyanfish.NAPS2.yaml -------------------------------------------------------------------------------- /manifests/c/c-egg/tenhou/1.3/c-egg.tenhou.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/c-egg/tenhou/1.3/c-egg.tenhou.yaml -------------------------------------------------------------------------------- /manifests/c/chef/chefdk/4.11.0/chef.chefdk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/chef/chefdk/4.11.0/chef.chefdk.yaml -------------------------------------------------------------------------------- /manifests/c/chef/chefdk/4.12.0/chef.chefdk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/chef/chefdk/4.12.0/chef.chefdk.yaml -------------------------------------------------------------------------------- /manifests/c/chef/chefdk/4.13.3/chef.chefdk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/chef/chefdk/4.13.3/chef.chefdk.yaml -------------------------------------------------------------------------------- /manifests/c/clsid2/mpc-hc/1.9.10/clsid2.mpc-hc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/clsid2/mpc-hc/1.9.10/clsid2.mpc-hc.yaml -------------------------------------------------------------------------------- /manifests/c/clsid2/mpc-hc/1.9.5/clsid2.MPC-HC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/clsid2/mpc-hc/1.9.5/clsid2.MPC-HC.yaml -------------------------------------------------------------------------------- /manifests/c/clsid2/mpc-hc/1.9.6/clsid2.mpc-hc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/clsid2/mpc-hc/1.9.6/clsid2.mpc-hc.yaml -------------------------------------------------------------------------------- /manifests/c/clsid2/mpc-hc/1.9.9/clsid2.mpc-hc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/clsid2/mpc-hc/1.9.9/clsid2.mpc-hc.yaml -------------------------------------------------------------------------------- /manifests/c/code52/Carnac/2.3.13/code52.Carnac.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/code52/Carnac/2.3.13/code52.Carnac.yaml -------------------------------------------------------------------------------- /manifests/c/coti/mcxstudio/0.9.8/coti.mcxstudio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/coti/mcxstudio/0.9.8/coti.mcxstudio.yaml -------------------------------------------------------------------------------- /manifests/c/coti/mcxstudio/0.9.9/coti.mcxstudio.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/c/coti/mcxstudio/0.9.9/coti.mcxstudio.yaml -------------------------------------------------------------------------------- /manifests/d/DMM/GamePlayer/2.5.8/DMM.GamePlayer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/DMM/GamePlayer/2.5.8/DMM.GamePlayer.yaml -------------------------------------------------------------------------------- /manifests/d/DOSBox/DOSBox/0.74-3/DOSBox.DOSBox.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/DOSBox/DOSBox/0.74-3/DOSBox.DOSBox.yaml -------------------------------------------------------------------------------- /manifests/d/Debian/Debian/9.0/Debian.Debian.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/Debian/Debian/9.0/Debian.Debian.yaml -------------------------------------------------------------------------------- /manifests/d/Deezer/Deezer/4.32.40/Deezer.Deezer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/Deezer/Deezer/4.32.40/Deezer.Deezer.yaml -------------------------------------------------------------------------------- /manifests/d/Ditto/Ditto/3.23.124.0/Ditto.Ditto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/Ditto/Ditto/3.23.124.0/Ditto.Ditto.yaml -------------------------------------------------------------------------------- /manifests/d/Ditto/Ditto/3.24.184.0/Ditto.Ditto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/Ditto/Ditto/3.24.184.0/Ditto.Ditto.yaml -------------------------------------------------------------------------------- /manifests/d/Dixa/Dixa/3.0.0/Dixa.Dixa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/Dixa/Dixa/3.0.0/Dixa.Dixa.yaml -------------------------------------------------------------------------------- /manifests/d/Dixa/Dixa/3.5.5/Dixa.Dixa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/Dixa/Dixa/3.5.5/Dixa.Dixa.yaml -------------------------------------------------------------------------------- /manifests/d/DoltHub/Dolt/0.23.6/DoltHub.Dolt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/DoltHub/Dolt/0.23.6/DoltHub.Dolt.yaml -------------------------------------------------------------------------------- /manifests/d/DoltHub/Dolt/0.23.7/DoltHub.Dolt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/DoltHub/Dolt/0.23.7/DoltHub.Dolt.yaml -------------------------------------------------------------------------------- /manifests/d/DoltHub/Dolt/0.24.0/DoltHub.Dolt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/DoltHub/Dolt/0.24.0/DoltHub.Dolt.yaml -------------------------------------------------------------------------------- /manifests/d/Doxie/Doxie/2.1.12/Doxie.Doxie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/Doxie/Doxie/2.1.12/Doxie.Doxie.yaml -------------------------------------------------------------------------------- /manifests/d/defi/defi/2.1.17/defi.defi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/defi/defi/2.1.17/defi.defi.yaml -------------------------------------------------------------------------------- /manifests/d/dida/dida/3.7.8.8/dida.dida.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/d/dida/dida/3.7.8.8/dida.dida.yaml -------------------------------------------------------------------------------- /manifests/e/Esteem/Esteem/2.2.7/Esteem.Esteem.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/Esteem/Esteem/2.2.7/Esteem.Esteem.yaml -------------------------------------------------------------------------------- /manifests/e/Ethereum/geth/1.10.1/Ethereum.geth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/Ethereum/geth/1.10.1/Ethereum.geth.yaml -------------------------------------------------------------------------------- /manifests/e/Ethereum/geth/1.9.25/Ethereum.geth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/Ethereum/geth/1.9.25/Ethereum.geth.yaml -------------------------------------------------------------------------------- /manifests/e/Ethereum/grid/1.6.2/Ethereum.grid.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/Ethereum/grid/1.6.2/Ethereum.grid.yaml -------------------------------------------------------------------------------- /manifests/e/eeo/classin/3.1.0.375/eeo.classin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/eeo/classin/3.1.0.375/eeo.classin.yaml -------------------------------------------------------------------------------- /manifests/e/eeo/classin/3.1.0.387/eeo.classin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/eeo/classin/3.1.0.387/eeo.classin.yaml -------------------------------------------------------------------------------- /manifests/e/eeo/classin/3.1.0.389/eeo.classin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/eeo/classin/3.1.0.389/eeo.classin.yaml -------------------------------------------------------------------------------- /manifests/e/eeo/classin/4.0.1.80/eeo.classin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/eeo/classin/4.0.1.80/eeo.classin.yaml -------------------------------------------------------------------------------- /manifests/e/eeo/classin/4.0.2.15/eeo.classin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/eeo/classin/4.0.2.15/eeo.classin.yaml -------------------------------------------------------------------------------- /manifests/e/eeo/classin/4.0.2.35/eeo.classin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/eeo/classin/4.0.2.35/eeo.classin.yaml -------------------------------------------------------------------------------- /manifests/e/eeo/classin/4.0.3.65/eeo.classin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/eeo/classin/4.0.3.65/eeo.classin.yaml -------------------------------------------------------------------------------- /manifests/e/emqx/mqttx/1.5.2/emqx.mqttx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/emqx/mqttx/1.5.2/emqx.mqttx.yaml -------------------------------------------------------------------------------- /manifests/e/erengy/Taiga/1.3.1/erengy.Taiga.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/erengy/Taiga/1.3.1/erengy.Taiga.yaml -------------------------------------------------------------------------------- /manifests/e/espeak/espeak/1.48.04/espeak.espeak.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/e/espeak/espeak/1.48.04/espeak.espeak.yaml -------------------------------------------------------------------------------- /manifests/f/FTB/FTB/1.0.8/FTB.FTB.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/f/FTB/FTB/1.0.8/FTB.FTB.yaml -------------------------------------------------------------------------------- /manifests/f/Feodor2/Mypal/28.14.2/Feodor2.Mypal.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/f/Feodor2/Mypal/28.14.2/Feodor2.Mypal.yaml -------------------------------------------------------------------------------- /manifests/f/Figma/Figma/96.4.0/Figma.Figma.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/f/Figma/Figma/96.4.0/Figma.Figma.yaml -------------------------------------------------------------------------------- /manifests/f/Fork/Fork/1.60.0/Fork.Fork.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/f/Fork/Fork/1.60.0/Fork.Fork.yaml -------------------------------------------------------------------------------- /manifests/f/FreeMat/FreeMat/4.2/FreeMat.FreeMat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/f/FreeMat/FreeMat/4.2/FreeMat.FreeMat.yaml -------------------------------------------------------------------------------- /manifests/f/flux/flux/latest/flux.flux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/f/flux/flux/latest/flux.flux.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.0/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.0/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.10/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.10/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.12/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.12/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.14/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.14/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.16/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.16/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.18/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.18/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.20/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.20/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.22/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.22/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.24/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.24/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.4/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.4/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.6/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.6/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GIMP/GIMP/2.10.8/GIMP.GIMP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GIMP/GIMP/2.10.8/GIMP.GIMP.yaml -------------------------------------------------------------------------------- /manifests/g/GLab/GLab/1.12.1/GLab.GLab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GLab/GLab/1.12.1/GLab.GLab.yaml -------------------------------------------------------------------------------- /manifests/g/GLab/GLab/1.13.0/GLab.GLab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GLab/GLab/1.13.0/GLab.GLab.yaml -------------------------------------------------------------------------------- /manifests/g/GLab/GLab/1.13.1/GLab.GLab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GLab/GLab/1.13.1/GLab.GLab.yaml -------------------------------------------------------------------------------- /manifests/g/GLab/GLab/1.14.0/GLab.GLab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GLab/GLab/1.14.0/GLab.GLab.yaml -------------------------------------------------------------------------------- /manifests/g/GLab/GLab/1.15.0/GLab.GLab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GLab/GLab/1.15.0/GLab.GLab.yaml -------------------------------------------------------------------------------- /manifests/g/GLab/GLab/1.16.0/GLab.GLab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GLab/GLab/1.16.0/GLab.GLab.yaml -------------------------------------------------------------------------------- /manifests/g/GNU/Emacs/27.1/GNU.Emacs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GNU/Emacs/27.1/GNU.Emacs.yaml -------------------------------------------------------------------------------- /manifests/g/GNU/Emacs/28.0.50/GNU.Emacs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GNU/Emacs/28.0.50/GNU.Emacs.yaml -------------------------------------------------------------------------------- /manifests/g/GNU/Gforth/0.7.0/GNU.Gforth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GNU/Gforth/0.7.0/GNU.Gforth.yaml -------------------------------------------------------------------------------- /manifests/g/GNU/Octave/6.2.0/GNU.Octave.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GNU/Octave/6.2.0/GNU.Octave.yaml -------------------------------------------------------------------------------- /manifests/g/GNU/Solfege/3.23.4/GNU.Solfege.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GNU/Solfege/3.23.4/GNU.Solfege.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.14.257/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.14.257/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.16.187/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.16.187/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.18.56/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.18.56/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.20.39/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.20.39/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.23.4/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.23.4/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.26.55/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.26.55/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.30.20/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.30.20/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.35.19/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.35.19/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/GOG/Galaxy/2.0.37.384/GOG.Galaxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GOG/Galaxy/2.0.37.384/GOG.Galaxy.yaml -------------------------------------------------------------------------------- /manifests/g/Gauge/Gauge/1.0.6/Gauge.Gauge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Gauge/Gauge/1.0.6/Gauge.Gauge.yaml -------------------------------------------------------------------------------- /manifests/g/Gauge/Gauge/1.1.7/Gauge.Gauge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Gauge/Gauge/1.1.7/Gauge.Gauge.yaml -------------------------------------------------------------------------------- /manifests/g/Geany/Geany/1.37.1/Geany.Geany.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Geany/Geany/1.37.1/Geany.Geany.yaml -------------------------------------------------------------------------------- /manifests/g/Gephi/Gephi/0.9.2/Gephi.Gephi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Gephi/Gephi/0.9.2/Gephi.Gephi.yaml -------------------------------------------------------------------------------- /manifests/g/Ghostgum/GSview/5.0/Ghostgum.GSview.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Ghostgum/GSview/5.0/Ghostgum.GSview.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.24.1.2/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.24.1.2/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.24.1.2/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.24.1.2/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.25.1/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.25.1/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.25.1/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.25.1/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.25.1/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.25.1/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.26.2/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.26.2/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.26.2/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.26.2/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.26.2/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.26.2/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.27.0/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.27.0/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.27.0/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.27.0/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.28.0/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.28.0/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.28.0/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.28.0/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.28.0/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.28.0/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.29.0/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.29.0/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.29.0/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.29.0/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.29.0/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.29.0/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.29.2.2/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.29.2.2/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.29.2.2/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.29.2.2/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.29.2.3/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.29.2.3/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.29.2.3/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.29.2.3/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.0.2/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.0.2/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.0.2/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.0.2/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.1/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.1/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.1/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.1/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.1/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.1/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.2/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.2/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.2/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.2/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.30.2/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.30.2/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.31.0/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.31.0/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.31.0/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.31.0/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.31.0/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.31.0/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.31.1/Git.Git.installer.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.31.1/Git.Git.locale.en-US.yaml -------------------------------------------------------------------------------- /manifests/g/Git/Git/2.31.1/Git.Git.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Git/Git/2.31.1/Git.Git.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/Atom/1.45.0/GitHub.Atom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/Atom/1.45.0/GitHub.Atom.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/Atom/1.47.0/GitHub.Atom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/Atom/1.47.0/GitHub.Atom.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/Atom/1.48.0/GitHub.Atom.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/Atom/1.49.0/GitHub.Atom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/Atom/1.49.0/GitHub.Atom.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/Atom/1.55.0/GitHub.Atom.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/GitLFS/2.11.0/GitHub.GitLFS.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/GitLFS/2.13.2/GitHub.GitLFS.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/0.10.1/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/0.10.1/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/0.11.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/0.11.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/0.11.1/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/0.11.1/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/0.12.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/0.12.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/0.8.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/0.8.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/0.9.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/0.9.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.0.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.0.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.1.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.1.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.2.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.2.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.2.1/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.2.1/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.3.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.3.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.3.1/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.3.1/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.4.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.4.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.5.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.5.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.6.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.6.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.6.1/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.6.1/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.6.2/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.6.2/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.7.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.7.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.8.0/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.8.0/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GitHub/cli/1.8.1/GitHub.cli.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GitHub/cli/1.8.1/GitHub.cli.yaml -------------------------------------------------------------------------------- /manifests/g/GnuCash/GnuCash/4.1/GnuCash.GnuCash.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuCash/GnuCash/4.1/GnuCash.GnuCash.yaml -------------------------------------------------------------------------------- /manifests/g/GnuCash/GnuCash/4.2/GnuCash.GnuCash.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuCash/GnuCash/4.2/GnuCash.GnuCash.yaml -------------------------------------------------------------------------------- /manifests/g/GnuCash/GnuCash/4.3/GnuCash.GnuCash.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuCash/GnuCash/4.3/GnuCash.GnuCash.yaml -------------------------------------------------------------------------------- /manifests/g/GnuCash/GnuCash/4.4/GnuCash.GnuCash.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuCash/GnuCash/4.4/GnuCash.GnuCash.yaml -------------------------------------------------------------------------------- /manifests/g/GnuPG/GnuPG/2.2.20/GnuPG.GnuPG.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuPG/GnuPG/2.2.20/GnuPG.GnuPG.yaml -------------------------------------------------------------------------------- /manifests/g/GnuPG/GnuPG/2.2.23/GnuPG.GnuPG.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuPG/GnuPG/2.2.23/GnuPG.GnuPG.yaml -------------------------------------------------------------------------------- /manifests/g/GnuPG/GnuPG/2.2.27/GnuPG.GnuPG.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuPG/GnuPG/2.2.27/GnuPG.GnuPG.yaml -------------------------------------------------------------------------------- /manifests/g/GnuPG/Gpg4win/3.1.11/gnupg.Gpg4win.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuPG/Gpg4win/3.1.11/gnupg.Gpg4win.yaml -------------------------------------------------------------------------------- /manifests/g/GnuPG/Gpg4win/3.1.15/gnupg.Gpg4win.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuPG/Gpg4win/3.1.15/gnupg.Gpg4win.yaml -------------------------------------------------------------------------------- /manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuWin32/Grep/2.5.4/GnuWin32.Grep.yaml -------------------------------------------------------------------------------- /manifests/g/GnuWin32/Make/3.81/GnuWin32.Make.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuWin32/Make/3.81/GnuWin32.Make.yaml -------------------------------------------------------------------------------- /manifests/g/GnuWin32/Wget/1.11.4/GnuWin32.Wget.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuWin32/Wget/1.11.4/GnuWin32.Wget.yaml -------------------------------------------------------------------------------- /manifests/g/GnuWin32/Zip/3.0/GnuWin32.Zip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GnuWin32/Zip/3.0/GnuWin32.Zip.yaml -------------------------------------------------------------------------------- /manifests/g/GoCD/Agent/21.1.0/GoCD.Agent.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoCD/Agent/21.1.0/GoCD.Agent.yaml -------------------------------------------------------------------------------- /manifests/g/GoCD/Server/21.1.0/GoCD.Server.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoCD/Server/21.1.0/GoCD.Server.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.13.12/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.13.12/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.13.13/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.13.13/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.13.14/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.13.14/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.13.15/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.13.15/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.10/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.10/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.3/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.3/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.4/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.4/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.5/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.5/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.6/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.6/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.7/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.7/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.8/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.8/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.14.9/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.14.9/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.0/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.0/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.1/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.1/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.2/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.2/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.3/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.3/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.4/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.4/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.5/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.5/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.6/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.6/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.7/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.7/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.15.8/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.15.8/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.16.0/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.16.0/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.16.2/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.16.2/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/GoLang/Go/1.16.3/GoLang.Go.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/GoLang/Go/1.16.3/GoLang.Go.yaml -------------------------------------------------------------------------------- /manifests/g/Gramps/Gramps/5.1.3/Gramps.Gramps.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/Gramps/Gramps/5.1.3/Gramps.Gramps.yaml -------------------------------------------------------------------------------- /manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/gerardog/gsudo/0.7.3/gerardog.gsudo.yaml -------------------------------------------------------------------------------- /manifests/g/gnome/Dia/0.97.2/gnome.Dia.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/gnome/Dia/0.97.2/gnome.Dia.yaml -------------------------------------------------------------------------------- /manifests/g/gnome/gedit/3.20.1/gnome.gedit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/g/gnome/gedit/3.20.1/gnome.gedit.yaml -------------------------------------------------------------------------------- /manifests/h/HR/Crypter/4.0.0/HR.Crypter.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/h/HR/Crypter/4.0.0/HR.Crypter.yaml -------------------------------------------------------------------------------- /manifests/h/Huawei/Welink/7.4.3/Huawei.Welink.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/h/Huawei/Welink/7.4.3/Huawei.Welink.yaml -------------------------------------------------------------------------------- /manifests/h/hql287/manta/1.1.4/hql287.manta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/h/hql287/manta/1.1.4/hql287.manta.yaml -------------------------------------------------------------------------------- /manifests/i/IZArc/IZArc/4.4/IZArc.IZArc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/i/IZArc/IZArc/4.4/IZArc.IZArc.yaml -------------------------------------------------------------------------------- /manifests/i/Icons8/Lunacy/6.9.0/Icons8.Lunacy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/i/Icons8/Lunacy/6.9.0/Icons8.Lunacy.yaml -------------------------------------------------------------------------------- /manifests/i/Insecure/Nmap/7.80/Insecure.Nmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/i/Insecure/Nmap/7.80/Insecure.Nmap.yaml -------------------------------------------------------------------------------- /manifests/i/Intel/Iometer/1.1.0/Intel.Iometer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/i/Intel/Iometer/1.1.0/Intel.Iometer.yaml -------------------------------------------------------------------------------- /manifests/i/IsWiX/IsWiX/4.14.5/IsWiX.IsWiX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/i/IsWiX/IsWiX/4.14.5/IsWiX.IsWiX.yaml -------------------------------------------------------------------------------- /manifests/i/iA/Writer/1.4.7655.28208/iA.Writer.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/i/iA/Writer/1.4.7655.28208/iA.Writer.yaml -------------------------------------------------------------------------------- /manifests/j/JFLarvoire/Ag/2.2.3/JFLarvoire.Ag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JFLarvoire/Ag/2.2.3/JFLarvoire.Ag.yaml -------------------------------------------------------------------------------- /manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JFrog/Conan/1.26.0/JFrog.Conan.yaml -------------------------------------------------------------------------------- /manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JFrog/Conan/1.27.1/JFrog.Conan.yaml -------------------------------------------------------------------------------- /manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JFrog/Conan/1.30.2/JFrog.Conan.yaml -------------------------------------------------------------------------------- /manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JFrog/Conan/1.31.2/JFrog.Conan.yaml -------------------------------------------------------------------------------- /manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JFrog/Conan/1.32.1/JFrog.Conan.yaml -------------------------------------------------------------------------------- /manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JFrog/Conan/1.34.1/JFrog.Conan.yaml -------------------------------------------------------------------------------- /manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JGraph/Draw/13.0.3/JGraph.Draw.yaml -------------------------------------------------------------------------------- /manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JGraph/Draw/14.4.3/JGraph.Draw.yaml -------------------------------------------------------------------------------- /manifests/j/JabRef/JabRef/5.0/JabRef.JabRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JabRef/JabRef/5.0/JabRef.JabRef.yaml -------------------------------------------------------------------------------- /manifests/j/JabRef/JabRef/5.1/JabRef.JabRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JabRef/JabRef/5.1/JabRef.JabRef.yaml -------------------------------------------------------------------------------- /manifests/j/JabRef/JabRef/5.2/JabRef.JabRef.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JabRef/JabRef/5.2/JabRef.JabRef.yaml -------------------------------------------------------------------------------- /manifests/j/Jabra/Direct/5.2.20825/Jabra.Direct.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jabra/Direct/5.2.20825/Jabra.Direct.yaml -------------------------------------------------------------------------------- /manifests/j/JanFiala/PSpad/5.0.4/JanFiala.PSpad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/JanFiala/PSpad/5.0.4/JanFiala.PSpad.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.3.1/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.3.1/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.4.1/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.4.1/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.4.2/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.4.2/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.5.1/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.5.1/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.6.0/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.6.0/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.6.1/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.6.1/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.7.1/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.7.1/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Jitsi/Meet/2.8.3/Jitsi.Meet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Jitsi/Meet/2.8.3/Jitsi.Meet.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.0.216/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.0.216/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.0.233/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.0.233/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.2.6/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.2.6/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.3.18/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.3.18/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.4.11/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.4.11/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.4.19/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.4.19/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.5.14/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.5.14/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.6.5/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.6.5/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.6.7/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.6.7/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.6.8/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.6.8/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.7.11/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.7.11/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/Joplin/Joplin/1.8.1/Joplin.Joplin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/Joplin/Joplin/1.8.1/Joplin.Joplin.yaml -------------------------------------------------------------------------------- /manifests/j/james/james/2.1.2/james.james.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/james/james/2.1.2/james.james.yaml -------------------------------------------------------------------------------- /manifests/j/joe/joe/4.6/joe.joe.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/j/joe/joe/4.6/joe.joe.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/KDiff3/1.8.2/KDE.KDiff3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/KDiff3/1.8.2/KDE.KDiff3.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/KDiff3/1.8.4/KDE.KDiff3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/KDiff3/1.8.4/KDE.KDiff3.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/Kdenlive/20.04.1/KDE.Kdenlive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/Kdenlive/20.04.1/KDE.Kdenlive.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/Kdenlive/20.08.0/KDE.Kdenlive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/Kdenlive/20.08.0/KDE.Kdenlive.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/Kdenlive/20.12.2/KDE.Kdenlive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/Kdenlive/20.12.2/KDE.Kdenlive.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/Krita/4.4.2/KDE.Krita.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/Krita/4.4.2/KDE.Krita.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/Marble/2.2.0/KDE.Marble.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/Marble/2.2.0/KDE.Marble.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/digikam/7.1.0/KDE.digikam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/digikam/7.1.0/KDE.digikam.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/kdevelop/5.5.0/KDE.kdevelop.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/kdevelop/5.5.0/KDE.kdevelop.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/kexi/3.2.0/KDE.kexi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/kexi/3.2.0/KDE.kexi.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/kile/2.9.93/KDE.kile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/kile/2.9.93/KDE.kile.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/kmymoney/5.0.6/kde.kmymoney.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/kmymoney/5.0.6/kde.kmymoney.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/kstars/3.5.2/KDE.kstars.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/kstars/3.5.2/KDE.kstars.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/labplot/2.8.1/kde.labplot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/labplot/2.8.1/kde.labplot.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/rkward/0.7.2/kde.rkward.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/rkward/0.7.2/kde.rkward.yaml -------------------------------------------------------------------------------- /manifests/k/KDE/umbrello/2.32.0/kde.umbrello.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KDE/umbrello/2.32.0/kde.umbrello.yaml -------------------------------------------------------------------------------- /manifests/k/KKBOX/KKBOX/7.2.30/KKBOX.KKBOX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KKBOX/KKBOX/7.2.30/KKBOX.KKBOX.yaml -------------------------------------------------------------------------------- /manifests/k/KKBOX/KKBOX/7.2.52/KKBOX.KKBOX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KKBOX/KKBOX/7.2.52/KKBOX.KKBOX.yaml -------------------------------------------------------------------------------- /manifests/k/Kebler/Kebler/0.8.2.7/Kebler.Kebler.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Kebler/Kebler/0.8.2.7/Kebler.Kebler.yaml -------------------------------------------------------------------------------- /manifests/k/KeeWeb/KeeWeb/1.15.7/KeeWeb.KeeWeb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KeeWeb/KeeWeb/1.15.7/KeeWeb.KeeWeb.yaml -------------------------------------------------------------------------------- /manifests/k/KeeWeb/KeeWeb/1.17.4/keeweb.keeweb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KeeWeb/KeeWeb/1.17.4/keeweb.keeweb.yaml -------------------------------------------------------------------------------- /manifests/k/KiCad/KiCad/5.1.5_1/KiCad.KiCad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KiCad/KiCad/5.1.5_1/KiCad.KiCad.yaml -------------------------------------------------------------------------------- /manifests/k/KiCad/KiCad/5.1.6/KiCad.KiCad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KiCad/KiCad/5.1.6/KiCad.KiCad.yaml -------------------------------------------------------------------------------- /manifests/k/KiCad/KiCad/5.1.7/KiCad.KiCad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KiCad/KiCad/5.1.7/KiCad.KiCad.yaml -------------------------------------------------------------------------------- /manifests/k/KiCad/KiCad/5.1.8/KiCad.KiCad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KiCad/KiCad/5.1.8/KiCad.KiCad.yaml -------------------------------------------------------------------------------- /manifests/k/KiCad/KiCad/5.1.9/KiCad.KiCad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/KiCad/KiCad/5.1.9/KiCad.KiCad.yaml -------------------------------------------------------------------------------- /manifests/k/Kitware/CMake/3.18.3/Kitware.CMake.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Kitware/CMake/3.18.3/Kitware.CMake.yaml -------------------------------------------------------------------------------- /manifests/k/Kitware/CMake/3.19.6/Kitware.CMake.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Kitware/CMake/3.19.6/Kitware.CMake.yaml -------------------------------------------------------------------------------- /manifests/k/Kitware/CMake/3.19.7/Kitware.CMake.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Kitware/CMake/3.19.7/Kitware.CMake.yaml -------------------------------------------------------------------------------- /manifests/k/Kitware/CMake/3.20.0/Kitware.CMake.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Kitware/CMake/3.20.0/Kitware.CMake.yaml -------------------------------------------------------------------------------- /manifests/k/Krisp/Krisp/1.14.3/Krisp.Krisp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Krisp/Krisp/1.14.3/Krisp.Krisp.yaml -------------------------------------------------------------------------------- /manifests/k/Kuro/Mery/2.6.7/Kuro.Mery.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Kuro/Mery/2.6.7/Kuro.Mery.yaml -------------------------------------------------------------------------------- /manifests/k/Kuro/MeryBeta/3.2.5/Kuro.MeryBeta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/Kuro/MeryBeta/3.2.5/Kuro.MeryBeta.yaml -------------------------------------------------------------------------------- /manifests/k/k6/k6/0.30.0/k6.k6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/k6/k6/0.30.0/k6.k6.yaml -------------------------------------------------------------------------------- /manifests/k/k6/k6/0.31.1/k6.k6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/k6/k6/0.31.1/k6.k6.yaml -------------------------------------------------------------------------------- /manifests/k/kingsoft/kdocs/2.0.0/kingsoft.kdocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/kingsoft/kdocs/2.0.0/kingsoft.kdocs.yaml -------------------------------------------------------------------------------- /manifests/k/kingsoft/kdocs/2.2.0/kingsoft.kdocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/kingsoft/kdocs/2.2.0/kingsoft.kdocs.yaml -------------------------------------------------------------------------------- /manifests/k/kingsoft/kdocs/2.5.0/kingsoft.kdocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/kingsoft/kdocs/2.5.0/kingsoft.kdocs.yaml -------------------------------------------------------------------------------- /manifests/k/kingsoft/kdocs/2.6.0/kingsoft.kdocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/kingsoft/kdocs/2.6.0/kingsoft.kdocs.yaml -------------------------------------------------------------------------------- /manifests/k/kingsoft/kdocs/2.7.0/kingsoft.kdocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/kingsoft/kdocs/2.7.0/kingsoft.kdocs.yaml -------------------------------------------------------------------------------- /manifests/k/kingsoft/kdocs/2.9.0/kingsoft.kdocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/kingsoft/kdocs/2.9.0/kingsoft.kdocs.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/1.1.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/1.1.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/1.2.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/1.2.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/2.0.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/2.0.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/2.1.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/2.1.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/3.0.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/3.0.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/4.0.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/4.0.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/5.0.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/5.0.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/5.1.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/5.1.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/5.2.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/5.2.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/5.3.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/5.3.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/5.4.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/5.4.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/5.5.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/5.5.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/5.6.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/5.6.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.0.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.0.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.1.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.1.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.2.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.2.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.3.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.3.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.4.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.4.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.5.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.5.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.7.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.7.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.8.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.8.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/k/klaussinani/ao/6.9.0/klaussinani.ao.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/k/klaussinani/ao/6.9.0/klaussinani.ao.yaml -------------------------------------------------------------------------------- /manifests/l/LBRY/LBRY/0.45.1/LBRY.LBRY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LBRY/LBRY/0.45.1/LBRY.LBRY.yaml -------------------------------------------------------------------------------- /manifests/l/LBRY/LBRY/0.45.2/LBRY.LBRY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LBRY/LBRY/0.45.2/LBRY.LBRY.yaml -------------------------------------------------------------------------------- /manifests/l/LBRY/LBRY/0.46.2/LBRY.LBRY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LBRY/LBRY/0.46.2/LBRY.LBRY.yaml -------------------------------------------------------------------------------- /manifests/l/LBRY/LBRY/0.47.0/LBRY.LBRY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LBRY/LBRY/0.47.0/LBRY.LBRY.yaml -------------------------------------------------------------------------------- /manifests/l/LBRY/LBRY/0.47.1/LBRY.LBRY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LBRY/LBRY/0.47.1/LBRY.LBRY.yaml -------------------------------------------------------------------------------- /manifests/l/LBRY/LBRY/0.49.4/LBRY.LBRY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LBRY/LBRY/0.49.4/LBRY.LBRY.yaml -------------------------------------------------------------------------------- /manifests/l/LINE/LINE/6.7.2.2497/LINE.LINE.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LINE/LINE/6.7.2.2497/LINE.LINE.yaml -------------------------------------------------------------------------------- /manifests/l/LLVM/LLVM/10.0.0/LLVM.LLVM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LLVM/LLVM/10.0.0/LLVM.LLVM.yaml -------------------------------------------------------------------------------- /manifests/l/LLVM/LLVM/11.0.0/LLVM.LLVM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LLVM/LLVM/11.0.0/LLVM.LLVM.yaml -------------------------------------------------------------------------------- /manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LLVM/LLVM/11.1.0/LLVM.LLVM.yaml -------------------------------------------------------------------------------- /manifests/l/LMMS/LMMS/1.2.1/LMMS.LMMS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LMMS/LMMS/1.2.1/LMMS.LMMS.yaml -------------------------------------------------------------------------------- /manifests/l/LMMS/LMMS/1.2.2/LMMS.LMMS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LMMS/LMMS/1.2.2/LMMS.LMMS.yaml -------------------------------------------------------------------------------- /manifests/l/Logitech/LGH/latest/Logitech.LGH.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/Logitech/LGH/latest/Logitech.LGH.yaml -------------------------------------------------------------------------------- /manifests/l/Logitech/LGS/9.02.65/Logitech.LGS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/Logitech/LGS/9.02.65/Logitech.LGS.yaml -------------------------------------------------------------------------------- /manifests/l/Loom/Loom/0.37.2/Loom.Loom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/Loom/Loom/0.37.2/Loom.Loom.yaml -------------------------------------------------------------------------------- /manifests/l/Loom/Loom/0.65.2/Loom.Loom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/Loom/Loom/0.65.2/Loom.Loom.yaml -------------------------------------------------------------------------------- /manifests/l/Love2d/Love2d/11.3/Love2d.Love2d.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/Love2d/Love2d/11.3/Love2d.Love2d.yaml -------------------------------------------------------------------------------- /manifests/l/LyX/LyX/2.3.4.4/LyX.LyX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LyX/LyX/2.3.4.4/LyX.LyX.yaml -------------------------------------------------------------------------------- /manifests/l/LyX/LyX/2.3.5.2/LyX.LyX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/l/LyX/LyX/2.3.5.2/LyX.LyX.yaml -------------------------------------------------------------------------------- /manifests/m/MIT/CertAid/2.2.6/MIT.CertAid.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MIT/CertAid/2.2.6/MIT.CertAid.yaml -------------------------------------------------------------------------------- /manifests/m/MPC-HC/MPC-HC/1.7.13/MPC-HC.MPC-HC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MPC-HC/MPC-HC/1.7.13/MPC-HC.MPC-HC.yaml -------------------------------------------------------------------------------- /manifests/m/MRidgers/Clink/0.4.9/MRidgers.Clink.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MRidgers/Clink/0.4.9/MRidgers.Clink.yaml -------------------------------------------------------------------------------- /manifests/m/MarkoBL/Rosi/1.0.4/MarkoBL.Rosi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MarkoBL/Rosi/1.0.4/MarkoBL.Rosi.yaml -------------------------------------------------------------------------------- /manifests/m/MarkoBL/Rosi/1.0.5/MarkoBL.Rosi.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MarkoBL/Rosi/1.0.5/MarkoBL.Rosi.yaml -------------------------------------------------------------------------------- /manifests/m/Meld/Meld/3.20.3/Meld.Meld.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Meld/Meld/3.20.3/Meld.Meld.yaml -------------------------------------------------------------------------------- /manifests/m/MiXXX/MiXXX/2.2.4 x64/MiXXX.MiXXX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MiXXX/MiXXX/2.2.4 x64/MiXXX.MiXXX.yaml -------------------------------------------------------------------------------- /manifests/m/Min/Min/1.18.1/Min.Min.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Min/Min/1.18.1/Min.Min.yaml -------------------------------------------------------------------------------- /manifests/m/Min/Min/1.19.0/Min.Min.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Min/Min/1.19.0/Min.Min.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/3.5.1/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/3.5.1/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/3.6.7/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/3.6.7/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/3.6.8/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/3.6.8/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/3.6.9/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/3.6.9/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.0/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.0/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.1/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.1/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.2/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.2/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.3/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.3/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.4/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.4/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.5/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.5/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.6/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.6/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.7/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.7/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.0.8/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.0.8/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.1.0/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.1.0/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.1.1/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.1.1/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.1.2/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.1.2/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.1.3/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.1.3/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.1.4/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.1.4/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.1.5/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.1.5/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/Mirantis/Lens/4.2.0/Mirantis.Lens.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mirantis/Lens/4.2.0/Mirantis.Lens.yaml -------------------------------------------------------------------------------- /manifests/m/MongoDB/Shell/4.2.8/MongoDB.Shell.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MongoDB/Shell/4.2.8/MongoDB.Shell.yaml -------------------------------------------------------------------------------- /manifests/m/MongoDB/Shell/4.4.4/MongoDB.Shell.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/MongoDB/Shell/4.4.4/MongoDB.Shell.yaml -------------------------------------------------------------------------------- /manifests/m/Mono/Mono/6.12.0.107/Mono.Mono.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mono/Mono/6.12.0.107/Mono.Mono.yaml -------------------------------------------------------------------------------- /manifests/m/Mono/Mono/6.12.0.98/Mono.Mono.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mono/Mono/6.12.0.98/Mono.Mono.yaml -------------------------------------------------------------------------------- /manifests/m/Mono/Mono/6.8.0.123/Mono.Mono.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mono/Mono/6.8.0.123/Mono.Mono.yaml -------------------------------------------------------------------------------- /manifests/m/Mp3tag/Mp3tag/3.05/Mp3tag.Mp3tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mp3tag/Mp3tag/3.05/Mp3tag.Mp3tag.yaml -------------------------------------------------------------------------------- /manifests/m/Mp3tag/Mp3tag/3.06a/Mp3tag.Mp3tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mp3tag/Mp3tag/3.06a/Mp3tag.Mp3tag.yaml -------------------------------------------------------------------------------- /manifests/m/Mu/Mu/1.0.3/Mu.Mu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mu/Mu/1.0.3/Mu.Mu.yaml -------------------------------------------------------------------------------- /manifests/m/Mubu/Mubu/1.2.4/Mubu.Mubu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mubu/Mubu/1.2.4/Mubu.Mubu.yaml -------------------------------------------------------------------------------- /manifests/m/Mumble/Mumble/1.3.1/Mumble.Mumble.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mumble/Mumble/1.3.1/Mumble.Mumble.yaml -------------------------------------------------------------------------------- /manifests/m/Mumble/Mumble/1.3.2/Mumble.Mumble.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mumble/Mumble/1.3.2/Mumble.Mumble.yaml -------------------------------------------------------------------------------- /manifests/m/Mumble/Mumble/1.3.4/Mumble.Mumble.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Mumble/Mumble/1.3.4/Mumble.Mumble.yaml -------------------------------------------------------------------------------- /manifests/m/Muta/Muta/2.1.02/Muta.Muta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/Muta/Muta/2.1.02/Muta.Muta.yaml -------------------------------------------------------------------------------- /manifests/m/moshfeu/y2mp3/2.5.2/moshfeu.y2mp3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/m/moshfeu/y2mp3/2.5.2/moshfeu.y2mp3.yaml -------------------------------------------------------------------------------- /manifests/n/NASM/NASM/2.15.05/NASM.NASM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NASM/NASM/2.15.05/NASM.NASM.yaml -------------------------------------------------------------------------------- /manifests/n/NSIS/NSIS/3.06.1/NSIS.NSIS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NSIS/NSIS/3.06.1/NSIS.NSIS.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.10.1/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.10.1/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.11.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.11.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.12.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.12.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.13.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.13.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.16.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.16.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.17.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.17.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.18.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.18.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.18.1/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.18.1/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.20.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.20.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.21.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.21.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.22.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.22.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.8.0/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.8.0/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/NZXT/CAM/4.9.2/NZXT.CAM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/NZXT/CAM/4.9.2/NZXT.CAM.yaml -------------------------------------------------------------------------------- /manifests/n/Neotys/NeoLoad/7.3/Neotys.NeoLoad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/Neotys/NeoLoad/7.3/Neotys.NeoLoad.yaml -------------------------------------------------------------------------------- /manifests/n/Nodist/Nodist/0.9.1/Nodist.Nodist.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/Nodist/Nodist/0.9.1/Nodist.Nodist.yaml -------------------------------------------------------------------------------- /manifests/n/Notion/Notion/2.0.8/Notion.Notion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/Notion/Notion/2.0.8/Notion.Notion.yaml -------------------------------------------------------------------------------- /manifests/n/Notion/Notion/2.0.9/Notion.Notion.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/n/Notion/Notion/2.0.9/Notion.Notion.yaml -------------------------------------------------------------------------------- /manifests/o/OSGeo/QGIS/3.12.3/OSGeo.QGIS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/OSGeo/QGIS/3.12.3/OSGeo.QGIS.yaml -------------------------------------------------------------------------------- /manifests/o/OSGeo/QGIS/3.14.0/OSGeo.QGIS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/OSGeo/QGIS/3.14.0/OSGeo.QGIS.yaml -------------------------------------------------------------------------------- /manifests/o/OSGeo/QGIS/3.18.1/OSGeo.QGIS.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/OSGeo/QGIS/3.18.1/OSGeo.QGIS.yaml -------------------------------------------------------------------------------- /manifests/o/OpenJS/NodeJS/7.1.0/OpenJS.Nodejs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/OpenJS/NodeJS/7.1.0/OpenJS.Nodejs.yaml -------------------------------------------------------------------------------- /manifests/o/Oracle/MySQL/8.0.20/Oracle.MySQL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/Oracle/MySQL/8.0.20/Oracle.MySQL.yaml -------------------------------------------------------------------------------- /manifests/o/Oracle/MySQL/8.0.21/Oracle.MySQL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/Oracle/MySQL/8.0.21/Oracle.MySQL.yaml -------------------------------------------------------------------------------- /manifests/o/Oracle/MySQL/8.0.22/Oracle.MySQL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/Oracle/MySQL/8.0.22/Oracle.MySQL.yaml -------------------------------------------------------------------------------- /manifests/o/Oracle/MySQL/8.0.23/Oracle.MySQL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/Oracle/MySQL/8.0.23/Oracle.MySQL.yaml -------------------------------------------------------------------------------- /manifests/o/opticos/gwsl/1.3.7/opticos.gwsl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/opticos/gwsl/1.3.7/opticos.gwsl.yaml -------------------------------------------------------------------------------- /manifests/o/osk/TETRIO/6.0.1/osk.TETRIO.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/o/osk/TETRIO/6.0.1/osk.TETRIO.yaml -------------------------------------------------------------------------------- /manifests/p/PDFsam/PDFsam/4.1.3/PDFsam.PDFsam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/PDFsam/PDFsam/4.1.3/PDFsam.PDFsam.yaml -------------------------------------------------------------------------------- /manifests/p/PDFsam/PDFsam/4.1.4/PDFsam.PDFsam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/PDFsam/PDFsam/4.1.4/PDFsam.PDFsam.yaml -------------------------------------------------------------------------------- /manifests/p/PDFsam/PDFsam/4.2.2/PDFsam.PDFsam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/PDFsam/PDFsam/4.2.2/PDFsam.PDFsam.yaml -------------------------------------------------------------------------------- /manifests/p/PDFsam/PDFsam/4.2.3/PDFsam.PDFsam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/PDFsam/PDFsam/4.2.3/PDFsam.PDFsam.yaml -------------------------------------------------------------------------------- /manifests/p/Peppy/Osu!/2020.523.0/Peppy.Osu!.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Peppy/Osu!/2020.523.0/Peppy.Osu!.yaml -------------------------------------------------------------------------------- /manifests/p/Peppy/Osu!/2021.226.0/Peppy.Osu!.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Peppy/Osu!/2021.226.0/Peppy.Osu!.yaml -------------------------------------------------------------------------------- /manifests/p/Peppy/Osu!/2021.302.0/Peppy.Osu!.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Peppy/Osu!/2021.302.0/Peppy.Osu!.yaml -------------------------------------------------------------------------------- /manifests/p/Peppy/Osu!/2021.312.0/Peppy.Osu!.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Peppy/Osu!/2021.312.0/Peppy.Osu!.yaml -------------------------------------------------------------------------------- /manifests/p/Peppy/Osu!/2021.320.0/Peppy.Osu!.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Peppy/Osu!/2021.320.0/Peppy.Osu!.yaml -------------------------------------------------------------------------------- /manifests/p/Peppy/Osu!/2021.323.0/Peppy.Osu!.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Peppy/Osu!/2021.323.0/Peppy.Osu!.yaml -------------------------------------------------------------------------------- /manifests/p/Peppy/Osu!/2021.331.0/Peppy.Osu!.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Peppy/Osu!/2021.331.0/Peppy.Osu!.yaml -------------------------------------------------------------------------------- /manifests/p/PicGo/PicGo/2.2.2/PicGo.PicGo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/PicGo/PicGo/2.2.2/PicGo.PicGo.yaml -------------------------------------------------------------------------------- /manifests/p/PuTTY/PuTTY/0.74/PuTTY.PuTTY.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/PuTTY/PuTTY/0.74/PuTTY.PuTTY.yaml -------------------------------------------------------------------------------- /manifests/p/Puppet/pdk/2.0.0.0/Puppet.pdk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Puppet/pdk/2.0.0.0/Puppet.pdk.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.5.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.5.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.5.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.5.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.6.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.6.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.6.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.6.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.6.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.6.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.6.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.6.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.6.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.6.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.6.6/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.6.6/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.6/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.6/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.6/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.6/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.7/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.7/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.8/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.8/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7.9/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7.9/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/2.7/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/2.7/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.0.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.0.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.0.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.0.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.1.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.1.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.1.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.1.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.1.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.1.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.1.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.1.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.1.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.1.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.2.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.2.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.2.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.2.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.2.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.2.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.2.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.2.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.2.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.2.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.3.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.3.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.3.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.3.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.3.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.3.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.3.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.3.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.3.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.3.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.3.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.3.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.4.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.4.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.4.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.4.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.4.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.4.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.4.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.4.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.4.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.4.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.5.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.5.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.5.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.5.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.5.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.5.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.5.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.5.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.5.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.5.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.6/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.6/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.7/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.7/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.6.8/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.6.8/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.6/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.6/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.7/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.7/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.8/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.8/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.7.9/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.7.9/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.3/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.3/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.4/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.4/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.5/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.5/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.6/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.6/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.7/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.7/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.8.8/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.8.8/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.9.0/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.9.0/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.9.1/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.9.1/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/Python/Python/3.9.2/Python.Python.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/Python/Python/3.9.2/Python.Python.yaml -------------------------------------------------------------------------------- /manifests/p/pku/gateway/0.9.9/pku.gateway.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/pku/gateway/0.9.9/pku.gateway.yaml -------------------------------------------------------------------------------- /manifests/p/plex/Plex/1.14.0.1340/Plex.Plex.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/plex/Plex/1.14.0.1340/Plex.Plex.yaml -------------------------------------------------------------------------------- /manifests/p/plex/Plex/1.15.1.1358/Plex.Plex.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/plex/Plex/1.15.1.1358/Plex.Plex.yaml -------------------------------------------------------------------------------- /manifests/p/plex/Plexamp/3.0.3/Plex.Plexamp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/plex/Plexamp/3.0.3/Plex.Plexamp.yaml -------------------------------------------------------------------------------- /manifests/p/plex/Plexamp/3.1.0/Plex.Plexamp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/plex/Plexamp/3.1.0/Plex.Plexamp.yaml -------------------------------------------------------------------------------- /manifests/p/plex/Plexamp/3.1.1/Plex.Plexamp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/plex/Plexamp/3.1.1/Plex.Plexamp.yaml -------------------------------------------------------------------------------- /manifests/p/plex/Plexamp/3.3.1/Plex.Plexamp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/plex/Plexamp/3.3.1/Plex.Plexamp.yaml -------------------------------------------------------------------------------- /manifests/p/plex/Plexamp/3.4.2/Plex.Plexamp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/p/plex/Plexamp/3.4.2/Plex.Plexamp.yaml -------------------------------------------------------------------------------- /manifests/q/Qv2ray/Qv2ray/2.5.0/Qv2ray.Qv2ray.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/q/Qv2ray/Qv2ray/2.5.0/Qv2ray.Qv2ray.yaml -------------------------------------------------------------------------------- /manifests/q/Qv2ray/Qv2ray/2.6.1/Qv2ray.Qv2ray.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/q/Qv2ray/Qv2ray/2.6.1/Qv2ray.Qv2ray.yaml -------------------------------------------------------------------------------- /manifests/q/Qv2ray/Qv2ray/2.6.3/Qv2ray.Qv2ray.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/q/Qv2ray/Qv2ray/2.6.3/Qv2ray.Qv2ray.yaml -------------------------------------------------------------------------------- /manifests/r/RARLab/WinRAR/5.90/RARLab.WinRAR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/RARLab/WinRAR/5.90/RARLab.WinRAR.yaml -------------------------------------------------------------------------------- /manifests/r/RARLab/WinRAR/5.91/RARLab.WinRAR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/RARLab/WinRAR/5.91/RARLab.WinRAR.yaml -------------------------------------------------------------------------------- /manifests/r/RARLab/WinRAR/6.00/RARLab.WinRAR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/RARLab/WinRAR/6.00/RARLab.WinRAR.yaml -------------------------------------------------------------------------------- /manifests/r/REALiX/HWiNFO/6.26/REALiX.HWiNFO.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/REALiX/HWiNFO/6.26/REALiX.HWiNFO.yaml -------------------------------------------------------------------------------- /manifests/r/REALiX/HWiNFO/6.28/REALiX.HWiNFO.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/REALiX/HWiNFO/6.28/REALiX.HWiNFO.yaml -------------------------------------------------------------------------------- /manifests/r/REALiX/HWiNFO/6.30/REALiX.HWiNFO.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/REALiX/HWiNFO/6.30/REALiX.HWiNFO.yaml -------------------------------------------------------------------------------- /manifests/r/REALiX/HWiNFO/6.32/REALiX.HWiNFO.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/REALiX/HWiNFO/6.32/REALiX.HWiNFO.yaml -------------------------------------------------------------------------------- /manifests/r/RProject/R/4.0.0/RProject.R.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/RProject/R/4.0.0/RProject.R.yaml -------------------------------------------------------------------------------- /manifests/r/Rufus/Rufus/3.10/Rufus.Rufus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/Rufus/Rufus/3.10/Rufus.Rufus.yaml -------------------------------------------------------------------------------- /manifests/r/Rufus/Rufus/3.11/Rufus.Rufus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/Rufus/Rufus/3.11/Rufus.Rufus.yaml -------------------------------------------------------------------------------- /manifests/r/Rufus/Rufus/3.12/Rufus.Rufus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/Rufus/Rufus/3.12/Rufus.Rufus.yaml -------------------------------------------------------------------------------- /manifests/r/Rufus/Rufus/3.13/Rufus.Rufus.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/Rufus/Rufus/3.13/Rufus.Rufus.yaml -------------------------------------------------------------------------------- /manifests/r/richasy/bili/1.3.8.0/richasy.bili.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/r/richasy/bili/1.3.8.0/richasy.bili.yaml -------------------------------------------------------------------------------- /manifests/s/SBCL/SBCL/2.0.0/SBCL.SBCL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/SBCL/SBCL/2.0.0/SBCL.SBCL.yaml -------------------------------------------------------------------------------- /manifests/s/Samsung/DeX/1.0.0.65/Samsung.DeX.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/Samsung/DeX/1.0.0.65/Samsung.DeX.yaml -------------------------------------------------------------------------------- /manifests/s/Sangoma/Zulu/3.5.1/Sangoma.Zulu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/Sangoma/Zulu/3.5.1/Sangoma.Zulu.yaml -------------------------------------------------------------------------------- /manifests/s/Sayuri/FFFTP/4.7/Sayuri.FFFTP.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/Sayuri/FFFTP/4.7/Sayuri.FFFTP.yaml -------------------------------------------------------------------------------- /manifests/s/Scilab/Scilab/6.1.0/Scilab.Scilab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/Scilab/Scilab/6.1.0/Scilab.Scilab.yaml -------------------------------------------------------------------------------- /manifests/s/Stride/Stride/5.0.1/Stride.Stride.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/Stride/Stride/5.0.1/Stride.Stride.yaml -------------------------------------------------------------------------------- /manifests/s/sbt/sbt/1.3.8/sbt.sbt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/sbt/sbt/1.3.8/sbt.sbt.yaml -------------------------------------------------------------------------------- /manifests/s/sbt/sbt/1.4.9/sbt.sbt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/sbt/sbt/1.4.9/sbt.sbt.yaml -------------------------------------------------------------------------------- /manifests/s/shimo/shimo/1.5.1/shimo.shimo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/shimo/shimo/1.5.1/shimo.shimo.yaml -------------------------------------------------------------------------------- /manifests/s/shimo/shimo/1.5.2/shimo.shimo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/shimo/shimo/1.5.2/shimo.shimo.yaml -------------------------------------------------------------------------------- /manifests/s/sia/sia-ui/1.5.5/sia.sia-ui.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/s/sia/sia-ui/1.5.5/sia.sia-ui.yaml -------------------------------------------------------------------------------- /manifests/t/TIDAL/TIDAL/2.26.1/TIDAL.TIDAL.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/TIDAL/TIDAL/2.26.1/TIDAL.TIDAL.yaml -------------------------------------------------------------------------------- /manifests/t/TUG/TeXLive/2019/TUG.TeXLive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/TUG/TeXLive/2019/TUG.TeXLive.yaml -------------------------------------------------------------------------------- /manifests/t/TUG/TeXLive/2020/TUG.TeXLive.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/TUG/TeXLive/2020/TUG.TeXLive.yaml -------------------------------------------------------------------------------- /manifests/t/Taisei/Taisei/1.3.1/Taisei.Taisei.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/Taisei/Taisei/1.3.1/Taisei.Taisei.yaml -------------------------------------------------------------------------------- /manifests/t/Tencent/QQ/9.4.2.27655/Tencent.QQ.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/Tencent/QQ/9.4.2.27655/Tencent.QQ.yaml -------------------------------------------------------------------------------- /manifests/t/Tiled/Tiled/1.3.5/Tiled.Tiled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/Tiled/Tiled/1.3.5/Tiled.Tiled.yaml -------------------------------------------------------------------------------- /manifests/t/Tiled/Tiled/1.4.3/Tiled.Tiled.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/Tiled/Tiled/1.4.3/Tiled.Tiled.yaml -------------------------------------------------------------------------------- /manifests/t/Trelby/Trelby/2.2/Trelby.Trelby.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/Trelby/Trelby/2.2/Trelby.Trelby.yaml -------------------------------------------------------------------------------- /manifests/t/Twilio/Authy/1.8.3/Twilio.Authy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/Twilio/Authy/1.8.3/Twilio.Authy.yaml -------------------------------------------------------------------------------- /manifests/t/tantowi/maven/3.6.3/tantowi.maven.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/tantowi/maven/3.6.3/tantowi.maven.yaml -------------------------------------------------------------------------------- /manifests/t/team-aie/aie/0.10.0/team-aie.aie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/team-aie/aie/0.10.0/team-aie.aie.yaml -------------------------------------------------------------------------------- /manifests/t/team-aie/aie/0.11.1/team-aie.aie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/team-aie/aie/0.11.1/team-aie.aie.yaml -------------------------------------------------------------------------------- /manifests/t/team-aie/aie/0.4.0/team-aie.aie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/team-aie/aie/0.4.0/team-aie.aie.yaml -------------------------------------------------------------------------------- /manifests/t/team-aie/aie/0.5.0/team-aie.aie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/team-aie/aie/0.5.0/team-aie.aie.yaml -------------------------------------------------------------------------------- /manifests/t/team-aie/aie/0.6.0/team-aie.aie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/team-aie/aie/0.6.0/team-aie.aie.yaml -------------------------------------------------------------------------------- /manifests/t/team-aie/aie/0.6.1/team-aie.aie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/team-aie/aie/0.6.1/team-aie.aie.yaml -------------------------------------------------------------------------------- /manifests/t/team-aie/aie/0.9.0/team-aie.aie.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/team-aie/aie/0.9.0/team-aie.aie.yaml -------------------------------------------------------------------------------- /manifests/t/terkelg/ramme/3.2.5/terkelg.ramme.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/terkelg/ramme/3.2.5/terkelg.ramme.yaml -------------------------------------------------------------------------------- /manifests/t/tibbo/tdevmon/3.3.6/tibbo.tdevmon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/tibbo/tdevmon/3.3.6/tibbo.tdevmon.yaml -------------------------------------------------------------------------------- /manifests/t/tibbo/tdevmon/3.3.7/tibbo.tdevmon.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/tibbo/tdevmon/3.3.7/tibbo.tdevmon.yaml -------------------------------------------------------------------------------- /manifests/t/titinko/utsu/0.4.1/titinko.utsu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/titinko/utsu/0.4.1/titinko.utsu.yaml -------------------------------------------------------------------------------- /manifests/t/titinko/utsu/0.4.2/titinko.utsu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/titinko/utsu/0.4.2/titinko.utsu.yaml -------------------------------------------------------------------------------- /manifests/t/titinko/utsu/0.4.3/titinko.utsu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/titinko/utsu/0.4.3/titinko.utsu.yaml -------------------------------------------------------------------------------- /manifests/t/titinko/utsu/0.4.4/titinko.utsu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/t/titinko/utsu/0.4.4/titinko.utsu.yaml -------------------------------------------------------------------------------- /manifests/u/utools/utools/1.3.5/utools.utools.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/u/utools/utools/1.3.5/utools.utools.yaml -------------------------------------------------------------------------------- /manifests/u/uxmal/reko/0.9.1.0/uxmal.reko.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/u/uxmal/reko/0.9.1.0/uxmal.reko.yaml -------------------------------------------------------------------------------- /manifests/v/VideoLAN/VLC/3.0.10/VideoLAN.VLC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/VideoLAN/VLC/3.0.10/VideoLAN.VLC.yaml -------------------------------------------------------------------------------- /manifests/v/VideoLAN/VLC/3.0.11/VideoLAN.VLC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/VideoLAN/VLC/3.0.11/VideoLAN.VLC.yaml -------------------------------------------------------------------------------- /manifests/v/VideoLAN/VLC/3.0.12/VideoLAN.VLC.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/VideoLAN/VLC/3.0.12/VideoLAN.VLC.yaml -------------------------------------------------------------------------------- /manifests/v/vim/vim/8.2.0916/vim.vim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/vim/vim/8.2.0916/vim.vim.yaml -------------------------------------------------------------------------------- /manifests/v/vim/vim/8.2.1484/vim.vim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/vim/vim/8.2.1484/vim.vim.yaml -------------------------------------------------------------------------------- /manifests/v/vim/vim/8.2.1584/vim.vim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/vim/vim/8.2.1584/vim.vim.yaml -------------------------------------------------------------------------------- /manifests/v/vim/vim/8.2.1923/vim.vim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/vim/vim/8.2.1923/vim.vim.yaml -------------------------------------------------------------------------------- /manifests/v/vim/vim/8.2.2589/vim.vim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/vim/vim/8.2.2589/vim.vim.yaml -------------------------------------------------------------------------------- /manifests/v/vim/vim/8.2.2601/vim.vim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/vim/vim/8.2.2601/vim.vim.yaml -------------------------------------------------------------------------------- /manifests/v/vim/vim/8.2.2632/vim.vim.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/v/vim/vim/8.2.2632/vim.vim.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/6.3.10/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/6.3.10/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/6.3.11/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/6.3.11/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/6.3.12/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/6.3.12/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/7.0.11/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/7.0.11/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/7.0.13/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/7.0.13/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/7.0.14/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/7.0.14/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/7.0.15/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/7.0.15/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/7.0.16/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/7.0.16/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/7.0.18/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/7.0.18/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WeMod/WeMod/7.0.9/WeMod.WeMod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WeMod/WeMod/7.0.9/WeMod.WeMod.yaml -------------------------------------------------------------------------------- /manifests/w/WinFsp/WinFsp/1.8/WinFsp.WinFsp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/WinFsp/WinFsp/1.8/WinFsp.WinFsp.yaml -------------------------------------------------------------------------------- /manifests/w/Wox/Wox/1.4.1196/Wox.Wox.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/Wox/Wox/1.4.1196/Wox.Wox.yaml -------------------------------------------------------------------------------- /manifests/w/Woyun/Wolai/1.0.15.0/Woyun.Wolai.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/Woyun/Wolai/1.0.15.0/Woyun.Wolai.yaml -------------------------------------------------------------------------------- /manifests/w/Woyun/Wolai/1.0.37/Woyun.Wolai.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/Woyun/Wolai/1.0.37/Woyun.Wolai.yaml -------------------------------------------------------------------------------- /manifests/w/wexond/wexond/5.2.0/wexond.wexond.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/w/wexond/wexond/5.2.0/wexond.wexond.yaml -------------------------------------------------------------------------------- /manifests/x/XMoto/XMoto/0.6.0/XMoto.XMoto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/x/XMoto/XMoto/0.6.0/XMoto.XMoto.yaml -------------------------------------------------------------------------------- /manifests/x/XMoto/XMoto/0.6.1/XMoto.XMoto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/x/XMoto/XMoto/0.6.1/XMoto.XMoto.yaml -------------------------------------------------------------------------------- /manifests/y/YaCy/YaCy/1.922/YaCy.YaCy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/y/YaCy/YaCy/1.922/YaCy.YaCy.yaml -------------------------------------------------------------------------------- /manifests/y/Yarn/Yarn/1.22.4/Yarn.Yarn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/y/Yarn/Yarn/1.22.4/Yarn.Yarn.yaml -------------------------------------------------------------------------------- /manifests/y/Yarn/Yarn/1.22.5/Yarn.Yarn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/y/Yarn/Yarn/1.22.5/Yarn.Yarn.yaml -------------------------------------------------------------------------------- /manifests/y/yafp/ttth/1.8.0/yafp.ttth.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/y/yafp/ttth/1.8.0/yafp.ttth.yaml -------------------------------------------------------------------------------- /manifests/z/Zap/Zap/2.9.0/Zap.Zap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zap/Zap/2.9.0/Zap.Zap.yaml -------------------------------------------------------------------------------- /manifests/z/Zeit/Hyper/3.0.2.1510/Zeit.Hyper.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zeit/Hyper/3.0.2.1510/Zeit.Hyper.yaml -------------------------------------------------------------------------------- /manifests/z/Zettlr/Zettlr/1.6.0/Zettlr.Zettlr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zettlr/Zettlr/1.6.0/Zettlr.Zettlr.yaml -------------------------------------------------------------------------------- /manifests/z/Zettlr/Zettlr/1.8.7/Zettlr.Zettlr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zettlr/Zettlr/1.8.7/Zettlr.Zettlr.yaml -------------------------------------------------------------------------------- /manifests/z/Zint/Zint/2.4.2.0/Zint.Zint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zint/Zint/2.4.2.0/Zint.Zint.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.0.4/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.0.4/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.0.5/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.0.5/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.1.0/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.1.0/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.1.1/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.1.1/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.1.2/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.1.2/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.1.3/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.1.3/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.2.1/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.2.1/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.2.2/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.2.2/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.2.3/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.2.3/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.2/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.2/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.3.0/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.3.0/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.3.1/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.3.1/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.3.2/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.3.2/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.4.0/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.4.0/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.4.1/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.4.1/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.4.2/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.4.2/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.4.3/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.4.3/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.4.6/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.4.6/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.4.7/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.4.7/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.4.9/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.4.9/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.5.0/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.5.0/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.5.1/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.5.1/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.5.2/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.5.2/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.5.4/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.5.4/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.6.0/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.6.0/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zoom/Zoom/5.6.1/Zoom.Zoom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zoom/Zoom/5.6.1/Zoom.Zoom.yaml -------------------------------------------------------------------------------- /manifests/z/Zulip/Zulip/5.2.0/Zulip.Zulip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zulip/Zulip/5.2.0/Zulip.Zulip.yaml -------------------------------------------------------------------------------- /manifests/z/Zulip/Zulip/5.6.0/Zulip.Zulip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/winget-pkgs-submission-test/HEAD/manifests/z/Zulip/Zulip/5.6.0/Zulip.Zulip.yaml --------------------------------------------------------------------------------