Skip to content

Commit

Permalink
Update version numbers for ANTLR and ST4 release
Browse files Browse the repository at this point in the history
* ANTLR language support 1.4.0
* StringTemplate language support 1.3.0
  • Loading branch information
sharwell committed May 18, 2018
1 parent 3a2785a commit 7a91a30
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 44 deletions.
5 changes: 3 additions & 2 deletions Tvl.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
5 changes: 3 additions & 2 deletions Tvl.VisualStudio.Antlr/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
21 changes: 11 additions & 10 deletions Tvl.VisualStudio.Framework/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.594")]
[assembly: AssemblyFileVersion("1.0.1.594")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]

[assembly: ProvideCodeBase(AssemblyName = "Tvl.Core")]
[assembly: ProvideCodeBase(AssemblyName = "Tvl.VisualStudio.Language")]
Expand All @@ -48,20 +49,20 @@
[assembly: ProvideBindingRedirection(
AssemblyName = "Tvl.Core",
OldVersionLowerBound = "1.0.2.0",
OldVersionUpperBound = "1.1.0.0",
NewVersion = "1.1.0.0")]
OldVersionUpperBound = "1.2.0.0",
NewVersion = "1.2.0.0")]
[assembly: ProvideBindingRedirection(
AssemblyName = "Tvl.VisualStudio.Language.Interfaces",
OldVersionLowerBound = "1.0.2.0",
OldVersionUpperBound = "1.1.0.0",
NewVersion = "1.1.0.0")]
OldVersionUpperBound = "1.2.0.0",
NewVersion = "1.2.0.0")]
[assembly: ProvideBindingRedirection(
AssemblyName = "Tvl.VisualStudio.Shell.Interfaces",
OldVersionLowerBound = "1.0.2.0",
OldVersionUpperBound = "1.1.0.0",
NewVersion = "1.1.0.0")]
OldVersionUpperBound = "1.2.0.0",
NewVersion = "1.2.0.0")]
[assembly: ProvideBindingRedirection(
AssemblyName = "Tvl.VisualStudio.Text.Interfaces",
OldVersionLowerBound = "1.0.2.0",
OldVersionUpperBound = "1.1.0.0",
NewVersion = "1.1.0.0")]
OldVersionUpperBound = "1.2.0.0",
NewVersion = "1.2.0.0")]
2 changes: 1 addition & 1 deletion Tvl.VisualStudio.Framework/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Tvl.VisualStudio.Framework.922dc49e-a1f8-43c2-a748-504c676ebbb6" Version="1.3.0" Language="en-US" Publisher="Sam Harwell" />
<Identity Id="Tvl.VisualStudio.Framework.922dc49e-a1f8-43c2-a748-504c676ebbb6" Version="1.4.0" Language="en-US" Publisher="Sam Harwell" />
<DisplayName>Tunnel Vision Labs Extensibility Framework</DisplayName>
<Description>Supporting framework for Tunnel Vision Labs' extensions for Visual Studio.</Description>
<MoreInfo>https://github.com/tunnelvisionlabs/LangSvcV2</MoreInfo>
Expand Down
6 changes: 3 additions & 3 deletions Tvl.VisualStudio.Language.Antlr3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyInformationalVersion("1.4.0")]

[assembly: ProvideCodeBase(CodeBase = "Antlr3.exe")]
[assembly: ProvideCodeBase(AssemblyName = "Antlr3.Runtime")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Tvl.VisualStudio.Language.Antlr3.74dda0ee-262e-4c58-8255-d57136664d2b" Version="1.3.0" Language="en-US" Publisher="Sam Harwell" />
<Identity Id="Tvl.VisualStudio.Language.Antlr3.74dda0ee-262e-4c58-8255-d57136664d2b" Version="1.4.0" Language="en-US" Publisher="Sam Harwell" />
<DisplayName>ANTLR Language Support</DisplayName>
<Description>Basic support for the ANTLR grammar description language (V3 and V4).</Description>
<MoreInfo>https://github.com/tunnelvisionlabs/LangSvcV2</MoreInfo>
Expand All @@ -26,7 +26,7 @@
<Dependency d:Source="File"
DisplayName="Visual Studio Extensibility Framework"
Id="Tvl.VisualStudio.Framework.922dc49e-a1f8-43c2-a748-504c676ebbb6"
Version="[1.3.0,)"
Version="[1.4.0,)"
d:InstallSource="Embed"
Location="Tvl.VisualStudio.Framework.vsix" />
</Dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.594")]
[assembly: AssemblyFileVersion("1.0.1.594")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0")]

[assembly: ProvideCodeBase(AssemblyName = "Antlr3.Runtime")]
[assembly: ProvideCodeBase(AssemblyName = "Antlr4.Runtime")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="Tvl.VisualStudio.Language.StringTemplate4.8d218670-f9fc-43e9-bf0c-9dc2a729db36" Version="1.2.0" Language="en-US" Publisher="Sam Harwell" />
<Identity Id="Tvl.VisualStudio.Language.StringTemplate4.8d218670-f9fc-43e9-bf0c-9dc2a729db36" Version="1.3.0" Language="en-US" Publisher="Sam Harwell" />
<DisplayName>StringTemplate 4 Language Support</DisplayName>
<Description>Basic support for the StringTemplate 4 template language.</Description>
<MoreInfo>https://github.com/tunnelvisionlabs/LangSvcV2</MoreInfo>
Expand All @@ -26,7 +26,7 @@
<Dependency d:Source="File"
DisplayName="Visual Studio Extensibility Framework"
Id="Tvl.VisualStudio.Framework.922dc49e-a1f8-43c2-a748-504c676ebbb6"
Version="[1.3.0,)"
Version="[1.4.0,)"
d:InstallSource="Embed"
Location="Tvl.VisualStudio.Framework.vsix" />
</Dependencies>
Expand Down
5 changes: 3 additions & 2 deletions Tvl.VisualStudio.Language/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.594")]
[assembly: AssemblyFileVersion("1.0.1.594")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.594")]
[assembly: AssemblyFileVersion("1.0.1.594")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
5 changes: 3 additions & 2 deletions Tvl.VisualStudio.Shell.Interfaces/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
6 changes: 3 additions & 3 deletions Tvl.VisualStudio.Shell/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
5 changes: 3 additions & 2 deletions Tvl.VisualStudio.Text.Interfaces/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]
5 changes: 3 additions & 2 deletions Tvl.VisualStudio.Text/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.594")]
[assembly: AssemblyFileVersion("1.0.1.594")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0")]

0 comments on commit 7a91a30

Please sign in to comment.