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:
Ryan Nowak 2017-01-20 17:53:52 -08:00
parent 851dd7ba3b
commit 3d5cfc8b8b
1 changed files with 4 additions and 4 deletions

View File

@ -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")]