mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
cleaned up app update
This commit is contained in:
11
NzbDrone.Core/Update/UpdatePackage.cs
Normal file
11
NzbDrone.Core/Update/UpdatePackage.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace NzbDrone.Core.Update
|
||||
{
|
||||
public class UpdatePackage
|
||||
{
|
||||
public string Url { get; set; }
|
||||
public string FileName { get; set; }
|
||||
public Version Version { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user