mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-28 07:40:59 -05:00
7 lines
154 B
C#
7 lines
154 B
C#
using System;
|
|
|
|
namespace AppScaffolding
|
|
{
|
|
public record UpgradeProperties(string ZipUrl, string HtmlUrl, string ZipName, Version LatestRelease);
|
|
}
|