From 6cdb64fcde23d12f39f0eb611aabe11a6fa5afbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Wed, 28 Mar 2018 19:02:35 +0100 Subject: [PATCH] Updated SQLitePCLRaw assembly version in binding redirects. --- .../CosmosDebugEnginePackage.cs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/Cosmos.VS.DebugEngine/CosmosDebugEnginePackage.cs b/source/Cosmos.VS.DebugEngine/CosmosDebugEnginePackage.cs index 078c47272..2bacf1811 100644 --- a/source/Cosmos.VS.DebugEngine/CosmosDebugEnginePackage.cs +++ b/source/Cosmos.VS.DebugEngine/CosmosDebugEnginePackage.cs @@ -7,27 +7,27 @@ using Cosmos.VS.DebugEngine.Commands; [assembly: ProvideBindingRedirection( AssemblyName = "SQLitePCLRaw.batteries_green", - NewVersion = "1.1.10.53", + NewVersion = "1.1.10.86", OldVersionLowerBound = "1.0.0.0", - OldVersionUpperBound = "1.1.10.53")] + OldVersionUpperBound = "1.1.10.86")] [assembly: ProvideBindingRedirection( AssemblyName = "SQLitePCLRaw.batteries_v2", - NewVersion = "1.1.10.53", + NewVersion = "1.1.10.86", OldVersionLowerBound = "1.0.0.0", - OldVersionUpperBound = "1.1.10.53")] + OldVersionUpperBound = "1.1.10.86")] [assembly: ProvideBindingRedirection( AssemblyName = "SQLitePCLRaw.core", - NewVersion = "1.1.10.53", + NewVersion = "1.1.10.86", OldVersionLowerBound = "1.0.0.0", - OldVersionUpperBound = "1.1.10.53")] + OldVersionUpperBound = "1.1.10.86")] [assembly: ProvideBindingRedirection( AssemblyName = "SQLitePCLRaw.provider.e_sqlite3", - NewVersion = "1.1.10.53", + NewVersion = "1.1.10.86", OldVersionLowerBound = "1.0.0.0", - OldVersionUpperBound = "1.1.10.53")] + OldVersionUpperBound = "1.1.10.86")] namespace Cosmos.VS.DebugEngine { @@ -35,7 +35,7 @@ namespace Cosmos.VS.DebugEngine [PackageRegistration(UseManagedResourcesOnly = true)] [InstalledProductRegistration("#110", "#112", "1.0", IconResourceID = 400)] [ProvideMenuResource("Menus.ctmenu", 1)] - public sealed class CosmosDebugEnginePackage : Package, IOleCommandTarget + internal sealed class CosmosDebugEnginePackage : Package, IOleCommandTarget { private IOleCommandTarget packageCommandTarget; private DebugCommandHandler packageCommandHandler;