Bump up binding redircts
The LanguageServices assembly should now be a 1.2.0 assembly since it builds a package.
This commit is contained in:
parent
851dd7ba3b
commit
3d5cfc8b8b
|
|
@ -16,7 +16,7 @@ using Microsoft.VisualStudio.Shell;
|
|||
GenerateCodeBase = true,
|
||||
PublicKeyToken = "adb9793829ddae60",
|
||||
OldVersionLowerBound = "0.0.0.0",
|
||||
OldVersionUpperBound = "1.0.0.0",
|
||||
OldVersionUpperBound = "1.2.0.0",
|
||||
NewVersion = "1.2.0.0")]
|
||||
|
||||
[assembly: ProvideBindingRedirection(
|
||||
|
|
@ -24,7 +24,7 @@ using Microsoft.VisualStudio.Shell;
|
|||
GenerateCodeBase = true,
|
||||
PublicKeyToken = "adb9793829ddae60",
|
||||
OldVersionLowerBound = "0.0.0.0",
|
||||
OldVersionUpperBound = "1.0.0.0",
|
||||
OldVersionUpperBound = "1.2.0.0",
|
||||
NewVersion = "1.2.0.0")]
|
||||
|
||||
[assembly: ProvideBindingRedirection(
|
||||
|
|
@ -32,5 +32,5 @@ using Microsoft.VisualStudio.Shell;
|
|||
GenerateCodeBase = true,
|
||||
PublicKeyToken = "adb9793829ddae60",
|
||||
OldVersionLowerBound = "0.0.0.0",
|
||||
OldVersionUpperBound = "1.0.0.0",
|
||||
NewVersion = "1.0.0.0")]
|
||||
OldVersionUpperBound = "1.2.0.0",
|
||||
NewVersion = "1.2.0.0")]
|
||||
Loading…
Reference in New Issue