Skip to content

Commit

Permalink
Update version numbers for release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Nov 1, 2017
1 parent abf7919 commit 9c9e85d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
[assembly: AssemblyInformationalVersion("3.4.1-dev")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
[assembly: AssemblyInformationalVersion("3.5.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,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("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
[assembly: AssemblyInformationalVersion("3.4.1-dev")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
[assembly: AssemblyInformationalVersion("3.5.0")]
6 changes: 3 additions & 3 deletions Tvl.VisualStudio.InheritanceMargin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.1.0")]
[assembly: AssemblyInformationalVersion("3.4.1-dev")]
[assembly: AssemblyVersion("3.5.0.0")]
[assembly: AssemblyFileVersion("3.5.0.0")]
[assembly: AssemblyInformationalVersion("3.5.0")]
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.InheritanceMargin.8a936765-90d2-4d37-ae52-e43d7aae9e06" Version="3.4.1" Language="en-US" Publisher="Sam Harwell" />
<Identity Id="Tvl.VisualStudio.InheritanceMargin.8a936765-90d2-4d37-ae52-e43d7aae9e06" Version="3.5.0" Language="en-US" Publisher="Sam Harwell" />
<DisplayName>Inheritance Margin</DisplayName>
<Description>Show inheritance information in the glyph margin.</Description>
<MoreInfo>https://github.com/tunnelvisionlabs/InheritanceMargin</MoreInfo>
Expand Down

0 comments on commit 9c9e85d

Please sign in to comment.