Updated SQLitePCLRaw assembly version in binding redirects.

This commit is contained in:
José Pedro 2018-03-28 19:02:35 +01:00
parent c291e2566c
commit 6cdb64fcde
No known key found for this signature in database
GPG key ID: B8247B9301707B83

View file

@ -7,27 +7,27 @@ using Cosmos.VS.DebugEngine.Commands;
[assembly: ProvideBindingRedirection( [assembly: ProvideBindingRedirection(
AssemblyName = "SQLitePCLRaw.batteries_green", AssemblyName = "SQLitePCLRaw.batteries_green",
NewVersion = "1.1.10.53", NewVersion = "1.1.10.86",
OldVersionLowerBound = "1.0.0.0", OldVersionLowerBound = "1.0.0.0",
OldVersionUpperBound = "1.1.10.53")] OldVersionUpperBound = "1.1.10.86")]
[assembly: ProvideBindingRedirection( [assembly: ProvideBindingRedirection(
AssemblyName = "SQLitePCLRaw.batteries_v2", AssemblyName = "SQLitePCLRaw.batteries_v2",
NewVersion = "1.1.10.53", NewVersion = "1.1.10.86",
OldVersionLowerBound = "1.0.0.0", OldVersionLowerBound = "1.0.0.0",
OldVersionUpperBound = "1.1.10.53")] OldVersionUpperBound = "1.1.10.86")]
[assembly: ProvideBindingRedirection( [assembly: ProvideBindingRedirection(
AssemblyName = "SQLitePCLRaw.core", AssemblyName = "SQLitePCLRaw.core",
NewVersion = "1.1.10.53", NewVersion = "1.1.10.86",
OldVersionLowerBound = "1.0.0.0", OldVersionLowerBound = "1.0.0.0",
OldVersionUpperBound = "1.1.10.53")] OldVersionUpperBound = "1.1.10.86")]
[assembly: ProvideBindingRedirection( [assembly: ProvideBindingRedirection(
AssemblyName = "SQLitePCLRaw.provider.e_sqlite3", AssemblyName = "SQLitePCLRaw.provider.e_sqlite3",
NewVersion = "1.1.10.53", NewVersion = "1.1.10.86",
OldVersionLowerBound = "1.0.0.0", OldVersionLowerBound = "1.0.0.0",
OldVersionUpperBound = "1.1.10.53")] OldVersionUpperBound = "1.1.10.86")]
namespace Cosmos.VS.DebugEngine namespace Cosmos.VS.DebugEngine
{ {
@ -35,7 +35,7 @@ namespace Cosmos.VS.DebugEngine
[PackageRegistration(UseManagedResourcesOnly = true)] [PackageRegistration(UseManagedResourcesOnly = true)]
[InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)] [InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)]
[ProvideMenuResource("Menus.ctmenu", 1)] [ProvideMenuResource("Menus.ctmenu", 1)]
public sealed class CosmosDebugEnginePackage : Package, IOleCommandTarget internal sealed class CosmosDebugEnginePackage : Package, IOleCommandTarget
{ {
private IOleCommandTarget packageCommandTarget; private IOleCommandTarget packageCommandTarget;
private DebugCommandHandler packageCommandHandler; private DebugCommandHandler packageCommandHandler;