EverythingPowerToys/Update/UpdateSettings.cs
2025-01-29 00:46:38 +08:00

10 lines
194 B
C#

using System;
namespace Community.PowerToys.Run.Plugin.Everything.Update
{
public class UpdateSettings
{
public Version Skip { get; set; } = new Version(0, 0, 0, 0);
}
}