mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-12 20:06:19 -04: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);
|
|
}
|