PackageManifest class
Namespace: Velopack.NuGet
public class PackageManifest
Constructors
| Constructor | Summary |
|---|---|
PackageManifest |
PackageManifest()
protected PackageManifest()
Properties
ProductName
public string? ProductName { get; }
ProductDescription
public string? ProductDescription { get; }
ProductCompany
public string? ProductCompany { get; }
ProductCopyright
public string? ProductCopyright { get; }
Id
public string? Id { get; }
Version
public SemanticVersion? Version { get; }
ProjectUrl
public Uri? ProjectUrl { get; }
ReleaseNotes
public string? ReleaseNotes { get; }
ReleaseNotesHtml
public string? ReleaseNotesHtml { get; }
IconUrl
public Uri? IconUrl { get; }
Language
public string? Language { get; }
Channel
public string? Channel { get; }
Description
public string? Description { get; }
Owners
public string? Owners { get; }
Title
public string? Title { get; }
Summary
public string? Summary { get; }
Copyright
public string? Copyright { get; }
ShortcutAumid
public string? ShortcutAumid { get; }
ShortcutLocations
public IEnumerable<string> ShortcutLocations { get; }
Authors
public IEnumerable<string> Authors { get; }
RuntimeDependencies
public IEnumerable<string> RuntimeDependencies { get; }
Methods
| Method | Summary |
|---|---|
ParseFromFile | |
TryParseFromFile | |
ReadManifest | |
IsPackageFile |
ParseFromFile(filePath)
public static PackageManifest ParseFromFile(string filePath)
Parameters
| Name | Type | Description |
|---|---|---|
filePath | string |
Returns PackageManifest
TryParseFromFile(filePath, manifest)
public static bool TryParseFromFile(string filePath, out PackageManifest manifest)
Parameters
| Name | Type | Description |
|---|---|---|
filePath | string | |
manifest | PackageManifest |
Returns bool
ReadManifest(manifestStream)
protected void ReadManifest(Stream manifestStream)
Parameters
| Name | Type | Description |
|---|---|---|
manifestStream | Stream |
IsPackageFile(partPath)
protected bool IsPackageFile(string partPath)
Parameters
| Name | Type | Description |
|---|---|---|
partPath | string |
Returns bool
Generated from Velopack 1.1.1