Table of Contents

Class ManifestSchemaUtility

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll
public static class ManifestSchemaUtility
Inheritance
ManifestSchemaUtility
Inherited Members

Methods

GetSchemaNamespace(int)

public static string GetSchemaNamespace(int version)

Parameters

version int

Returns

string

GetVersionFromNamespace(string)

public static int GetVersionFromNamespace(string @namespace)

Parameters

namespace string

Returns

int

IsKnownSchema(string)

public static bool IsKnownSchema(string schemaNamespace)

Parameters

schemaNamespace string

Returns

bool