Skip to content

Commit

Permalink
(chocolateyGH-121) Remove package checksum
Browse files Browse the repository at this point in the history
The entire package checksum is not needed at this time so remove it.
  • Loading branch information
ferventcoder committed May 15, 2015
1 parent 26ebf4e commit 7f7b277
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/chocolatey/infrastructure.app/domain/PackageFiles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,5 @@ public PackageFiles(IEnumerable<PackageFile> files)
[XmlArray("files")]
public List<PackageFile> Files { get; set; }

/// <summary>
/// Gets or sets the package checksum.
/// </summary>
/// <value>
/// The package checksum.
/// </value>
[XmlElement(ElementName = "packageChecksum")]
public string PackageChecksum { get; set; }
}
}

0 comments on commit 7f7b277

Please sign in to comment.