-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Before you start...
- Have you checked if similar issue have already been reported?
What windows are you seeing the problem on?
Windows 11 Beta
What OS/App version/architecture are you seeing the problem on?
WIndows 11 Beta, Fluent Store 0.4.0, x64
Description
Seems to expect version 0.4.1 of fluent store even thought that doesn't exist.
Steps To Reproduce
- Go to settings
- Go to plugins
- Attempt to install fluent store social plugin
Expected behavior
Install without errors.
Relevant Assets
Error installing FluentStore.Sources.FluentStore:
System.Exception: FluentStore.Sources.FluentStore does not support Fluent Store SDK 0.4.0.0-beta: requires [0.4.1-beta, )
at FluentStore.SDK.Plugins.NuGet.FluentStoreNuGetProject.GetCompatibleDependencies(PackageReaderBase reader)
at FluentStore.SDK.Plugins.NuGet.FluentStoreNuGetProject.InstallPackageCoreAsync(PackageIdentity packageIdentity, DownloadResourceResult downloadResourceResult, INuGetProjectContext nuGetProjectContext, String pluginFolder, Boolean isPlugin, CancellationToken token)
at FluentStore.SDK.Plugins.NuGet.FluentStoreNuGetProject.InstallPackageAsync(PackageIdentity packageIdentity, DownloadResourceResult downloadResourceResult, INuGetProjectContext nuGetProjectContext, CancellationToken token)
at FluentStore.SDK.Plugins.PluginLoader.InstallPlugin(DownloadResourceResult downloadItem, Boolean overwrite, Boolean dispose, CancellationToken token)