Class NupkgMetadataFile
- Namespace
- NuGet.Packaging
- Assembly
- Chocolatey.NuGet.Packaging.dll
public class NupkgMetadataFile : IEquatable<NupkgMetadataFile>
- Inheritance
-
NupkgMetadataFile
- Implements
-
- Inherited Members
-
Constructors
public NupkgMetadataFile()
Properties
ContentHash
public string ContentHash { get; set; }
Property Value
- string
public string Source { get; set; }
Property Value
- string
public int Version { get; set; }
Property Value
- int
Methods
public bool Equals(NupkgMetadataFile other)
Parameters
other
NupkgMetadataFile
Returns
- bool
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
public override int GetHashCode()
Returns
- int