Renaming PackageSourceRecord to PackageSource

--HG--
branch : nuget
This commit is contained in:
Sebastien Ros
2010-11-10 15:28:43 -08:00
parent e35e36f4d3
commit c378fa0a59
13 changed files with 26 additions and 43 deletions

View File

@@ -4,7 +4,7 @@ using Orchard.Packaging.Models;
namespace Orchard.Packaging.Services {
public class PackagingEntry {
public PackagingSourceRecord Source { get; set; }
public PackagingSource Source { get; set; }
public string Title { get; set; }
public string PackageId { get; set; }
public string Version { get; set; }