cleaned up app update

This commit is contained in:
kay.one 2013-04-13 16:57:10 -07:00
parent 420756bb47
commit cd2761d07d
12 changed files with 140 additions and 119 deletions

View file

@ -1,12 +0,0 @@
using System;
using System.Linq;
namespace NzbDrone.Core.Model
{
public class UpdatePackage
{
public string Url { get; set; }
public string FileName { get; set; }
public Version Version { get; set; }
}
}