1using System.Collections.Frozen;
31 public string Name =>
"Anki 26.05";
36 public bool Supports(Version version) => version.Major == 26 && version.Minor == 5;
51 public IReadOnlySet<string>
PackageEntries {
get; } =
new[] {
"collection.anki2",
"collection.anki21",
"collection.anki21b",
"meta",
"media" }.ToFrozenSet(StringComparer.Ordinal);
int SchedulerVersion
Gets the verified scheduler generation.
Anki2605VersionAdapter()
Initializes the stateless Anki 26.05 capability adapter.
IReadOnlySet< string > PackageEntries
Gets recognized top-level package entry names for the Anki 26.05 family.
IReadOnlySet< int > CollectionSchemas
Gets the verified Anki collection schema identifiers.
bool Supports(Version version)
Determines whether a version belongs to the verified Anki 26.05 family.
string Name
Gets the stable adapter name.
Describes collection, scheduler, and package capabilities verified for an Anki version family.