mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Updated SQLitePCLRaw assembly version in binding redirects.
This commit is contained in:
parent
c291e2566c
commit
6cdb64fcde
1 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue