Actually
I haven't tried it so there may be some other hiccups.
VersionRange.NewerThanThis is not a magic constant but a predefined object, which you can define by yourself :)UpgradeVersions = new VersionRange { Minimum = "0.0.0.0", Maximum = "99.99.99.99", IncludeMinimum = true, IncludeMaximum = true, };