Initial QMAX production app
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace QMax.Api.Contracts;
|
||||
|
||||
public sealed record AppUpdateManifestDto(
|
||||
string Slug,
|
||||
string Name,
|
||||
string Version,
|
||||
int AndroidVersionCode,
|
||||
string Channel,
|
||||
string Platform,
|
||||
string PackageKind,
|
||||
string DownloadPath,
|
||||
long PackageSizeBytes,
|
||||
string Sha256,
|
||||
string Notes,
|
||||
DateTimeOffset PublishedAt);
|
||||
Reference in New Issue
Block a user