Пример #1
0
        public void finds_the_latest_version()
        {
            var result = NugetSearch.FindLatestByName(theSolution, "Test");

            result.Found.ShouldBeTrue();
            result.Nuget.Version.ShouldEqual(new SemanticVersion("1.2.0.12"));
        }