Files
LanMountainDesktop/PenguinLogisticsOnlineNetworkDistributionSystem/src/Plonds.Core/Publishing/PlondsDeltaBuildResult.cs

11 lines
264 B
C#

namespace Plonds.Core.Publishing;
public sealed record PlondsDeltaBuildResult(
string Platform,
string ChangedZipPath,
string ManifestPath,
bool IsFullUpdate,
bool RequiresCleanInstall,
string CurrentVersion,
string? BaselineVersion);