Skip to content

Commit

Permalink
Update version numbers for ANTLR extension 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jun 21, 2016
1 parent 7942780 commit 125cd46
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Tvl.VisualStudio.Framework/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Tvl.VisualStudio.Framework.922dc49e-a1f8-43c2-a748-504c676ebbb6">
<Name>Tunnel Vision Labs Extensibility Framework</Name>
<Author>Sam Harwell</Author>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Description xml:space="preserve">Supporting framework for Tunnel Vision Labs' extensions for Visual Studio.</Description>
<Locale>1033</Locale>
<License>Eula.rtf</License>
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 @@ -35,6 +35,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.2.0.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyInformationalVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Tvl.VisualStudio.Language.Antlr3.74dda0ee-262e-4c58-8255-d57136664d2b">
<Name>ANTLR Language Support</Name>
<Author>Sam Harwell</Author>
<Version>1.2.1</Version>
<Version>1.3.0</Version>
<Description xml:space="preserve">Basic support for the ANTLR grammar description language (V3 and V4).</Description>
<Locale>1033</Locale>
<License>Eula.rtf</License>
Expand Down Expand Up @@ -33,7 +33,7 @@
<Name>Visual Studio Output Window Services</Name>
<VsixPath>Tvl.VisualStudio.OutputWindow.vsix</VsixPath>
</Reference>
<Reference Id="Tvl.VisualStudio.Framework.922dc49e-a1f8-43c2-a748-504c676ebbb6" MinVersion="1.2.0">
<Reference Id="Tvl.VisualStudio.Framework.922dc49e-a1f8-43c2-a748-504c676ebbb6" MinVersion="1.3.0">
<Name>Visual Studio Extensibility Framework</Name>
<VsixPath>Tvl.VisualStudio.Framework.vsix</VsixPath>
</Reference>
Expand Down
5 changes: 3 additions & 2 deletions Tvl.VisualStudio.Shell/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.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyInformationalVersion("1.1.0.0")]

0 comments on commit 125cd46

Please sign in to comment.