ranm-msft b87d1dc0cb RealVNC -> VNCViewer (#133)
* Adding PDFsam - PDF Split and Merge which is a free and open-source cross-platform desktop application to split, merge, extract pages, rotate and mix PDF documents.

* VNC Viewer - Virtual network computing (VNC) is a type of remote-control software that makes it possible to control another computer over a network connection.

* Winrartypo (#97)

* wireshark

* fixed incorrect name

* added missing wire

* added missing wire

* added missing wire

* Create 2.19.791.0.yaml (#99)

* Create 1.0.0.yaml (#96)

* Create 4.5.11.yaml - Adobe Digital Editions (#102)

* Create 4.5.11.yaml

* Update 4.5.11.yaml

* Update and rename manifests/Adobe/Adobe Digital Editions/4.5.11.yaml to manifests/Adobe/AdobeDigitalEditions/4.5.11.yaml

* Update 4.5.11.yaml (#104)

* Update README.md (#105)

* Update README.md

* Update README.md

Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>

* Team2 (#98)

* wireshark

* Add Teams

* missing wireshark

* missing wireshark

* ConfigMgr Toolkit 5.00.7958.1151.yaml (#73)

* Create 5.00.7958.1151.yaml

* Update 5.00.7958.1151.yaml

* Added 18362 SDK (#108)

* add the mouse (#110)

* Whatsapp (#111)

* Reader\2020.009.20063.yaml

* reader fixed bad yaml

* whats app

* removed error

* Added build 19041 of Windows SDK (#109)

* Add 17763 SDK (#107)

* bumping to Windows Terminal 0.11.1333.0 (#117)

* Define manifest for .NET SDK (#120)

* Define manifest for .NET SDK 3.1.202

* Remove invalid log property

* Remove comment out unupported ManifestVersion property

* adding bitwarden desktop 1.17.2 (#119)

* adding bitwarden desktop 1.17.2

* remove ManifestVersion to resolve pipeline validation issue

* Opera (#115)

* Add chrome

* typo in version

* Opera

* removed

* Chrome (#114)

* Add chrome

* typo in version

* removed file

* Adding Cura 4.5.0 (#129)

* Added .gitattributes

.yaml files are text

* Adding EdgeSetup

* Moved into EdgeSetup Folder

* Rename EdgeSetup.yaml to 1.3.127.1.yaml

* Removing manifest from PR

* Adding Cura 4.5.0

* Delete .gitattributes

* Delete 1.3.127.1.yaml

* Modifying slient with progress switch to show UI with no interaction

* Adding license which is a required field

Co-authored-by: Kevin Larkin (MS) <kevinla@microsoft.com>
Co-authored-by: dianmsft <43798680+dianmsft@users.noreply.github.com>
Co-authored-by: John Vintzel <36939040+jvintzel@users.noreply.github.com>
Co-authored-by: denelon <denelon@microsoft.com>
Co-authored-by: RDMacLachlan <59626501+RDMacLachlan@users.noreply.github.com>
Co-authored-by: Sean O'Brien <sean@ducttape.it>
Co-authored-by: Michael Simons <msimons@microsoft.com>
Co-authored-by: Sean O'Brien <sean@obrienfamily.org>
2020-05-15 05:17:59 +00:00
2020-05-15 05:17:59 +00:00
2020-05-08 13:19:21 -07:00
2019-07-16 15:21:49 -07:00
2019-07-16 15:21:54 -07:00
2019-07-16 15:21:52 -07:00
2020-05-14 21:05:07 -07:00

Welcome to the Windows Package Manager Community repo

This repository contains the manifest files for the Windows Package Manager. You are highly encouraged to submit manifests for your favorite application.

The Windows Package Manager is and open source client. You will find the source code here.

Submitting a Package

To submit a package to the repository, you should follow these steps:

  1. Follow the Contribuing guidelines below
  2. Author a Manifest
  3. Test your manifest
  4. Submit your PR
  5. Respond to any feedback

Authoring a Manifest

The minimal manifest syntax is below.

Current limitations are:

  • One manifest per PR
  • One installer per PR

Be sure the manifest filename matches the Version and the manifest is located in the folder path matching manifests\<publisher>\<package>\<version>.yaml

Id: string # publisher.package format
Publisher: string # the name of the publisher
Name: string # the name of the application
Version: string # version numbering format
License: string # the open source license or copyright
InstallerType: string # enumeration of supported installer types (exe, msi, msix)
Installers:
  - Arch: string # enumeration of supported architectures
    URL: string # path to download installation file
    Sha256: string # SHA256 calculated from installer
# ManifestVersion: 0.1.0

Test your manifest

Now that you have authored your manifest, you should make sure it works as expected.

  1. Verify the syntax. You can do that by typing the following command: winget validate <manifest>
  2. Test the install. You can do that by installing the manifest: winget install -m <manifest. For more details, see packages.

Submit your PR

With the manifes verified, you will need to submit a PR. Your manifest should be located in the folder path matching manifests\<publisher>\<package>\<version>.yaml

Validation Process

The PR request will go through a validation process. During the process, the PR request will get labels to help drive the validation. In the event of a failure, the BOT will suggest where the problem is with the submission and assign the PR back to you.

Respond to PR feedback

If the PR has been assigned to you, a timer is triggered. You will have 7 days to resolve the issue, or the PR will be closed automatically by the BOT.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

For the avoidance of doubt, you may not make any Submissions linking to third party materials if such Submission is prohibited by the applicable third party and/or otherwise violates such third party's rights.

Description
string
Readme 22 MiB
Languages
PowerShell 100%