Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.04 KB

publish.md

File metadata and controls

19 lines (11 loc) · 1.04 KB
uid
publishing

Publishing

The xref:ZeroInstall.Publish namespace provides utilities for creating and modifying feed files. This provides the basis for the Zero Install Publishing Tools. You can also use it to create your own tools.

Feed signing

The xref:ZeroInstall.Publish.SignedFeed class provides a wrapper around xref:ZeroInstall.Model.Feed that adds OpenPGP signatures to feed files when saving.

Set missing values

The .SetMissing() extension method for xref:ZeroInstall.Model.Implementation sets missing properties by downloading, extracting and hashing files as needed.

Feed editing

The xref:ZeroInstall.Publish.FeedEditing class is a container for editing feeds with an xref:undo-system.