<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

IVersionRangeMatchService

public interface IVersionRangeMatchService
Represents the service that determines whether the version is in the specified range.
bool IsVersionInRange(string version, string range)

Determines whether the version is in the specified range.