mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-03 06:40:23 +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(
|
[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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue