Skip to content

Commit

Permalink
Update version numbers for ST4 extension 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jun 22, 2016
1 parent 0fbbfa1 commit 7cd9bd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Identifier Id="Tvl.VisualStudio.Language.StringTemplate4.8d218670-f9fc-43e9-bf0c-9dc2a729db36">
<Name>StringTemplate 4 Language Support</Name>
<Author>Sam Harwell</Author>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<Description xml:space="preserve">Basic support for the StringTemplate 4 template language.</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

0 comments on commit 7cd9bd9

Please sign in to comment.