You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In light of the recent prolonged MyGet outage (discussed here and here, I am switching to Feedz.io to host beta packages.
This means that, from today on, you can install a beta packages using the .NET CLI like so: dotnet add package ZoomNet --version 0.66.0-beta0013 --source https://f.feedz.io/jericho/jericho/nuget/index.json
or using the NuGet console in visual Studio like so: Install-Package ZoomNet -Version 0.66.0-beta0013 -Source https://f.feedz.io/jericho/jericho/nuget/index.json
Don't forget to adjust the "version" in the previous examples with the desired version.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In light of the recent prolonged MyGet outage (discussed here and here, I am switching to Feedz.io to host beta packages.
This means that, from today on, you can install a beta packages using the .NET CLI like so:
dotnet add package ZoomNet --version 0.66.0-beta0013 --source https://f.feedz.io/jericho/jericho/nuget/index.json
or using the NuGet console in visual Studio like so:
Install-Package ZoomNet -Version 0.66.0-beta0013 -Source https://f.feedz.io/jericho/jericho/nuget/index.json
Don't forget to adjust the "version" in the previous examples with the desired version.
Beta Was this translation helpful? Give feedback.
All reactions