We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23949ce commit 28e15d0Copy full SHA for 28e15d0
src/EventBuilder/Platforms/XamForms.cs
@@ -39,7 +39,7 @@ public XamForms()
39
40
var packageManager = new PackageManager(repo, packageUnzipPath);
41
42
- var package = repo.FindPackagesById(_packageName).Single(x => x.IsLatestVersion);
+ var package = repo.FindPackagesById(_packageName).Single(x => x.Version.ToString() == "2.5.1.444934");
43
44
Log.Debug("Using Xamarin Forms {Version} released on {Published}", package.Version, package.Published);
45
Log.Debug("{ReleaseNotes}", package.ReleaseNotes);
0 commit comments