Skip to content

Commit

Permalink
Update version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentkempe committed Feb 15, 2017
1 parent d7cbaf6 commit c4c5c03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions GitDiffMargin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +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("3.3.0.0")]
[assembly: AssemblyFileVersion("3.3.0.0")]
[assembly: AssemblyInformationalVersion("3.3.0.0")]
[assembly: AssemblyVersion("3.4.0.0")]
[assembly: AssemblyFileVersion("3.4.0.0")]
[assembly: AssemblyInformationalVersion("3.4.0.0")]

[assembly: ProvideCodeBase(
AssemblyName = "Tvl.VisualStudio.Shell.Utility.10",
Expand Down
4 changes: 2 additions & 2 deletions GitDiffMargin/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?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="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.3.3.0" Language="en-US" Publisher="Laurent Kempé" />
<Identity Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.4.0.0" Language="en-US" Publisher="Laurent Kempé" />
<DisplayName>Git Diff Margin</DisplayName>
<Description>Git Diff Margin displays live changes of the currently edited file on Visual Studio 2012+ margin and scroll bar.</Description>
<MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo>
<License>License.md</License>
<GettingStartedGuide>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide>
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.3.0</ReleaseNotes>
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.4.0</ReleaseNotes>
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
<!--<Tags></Tags>-->
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.3.0.{build}'
version: '3.4.0.{build}'

image: Visual Studio 2015

Expand Down

0 comments on commit c4c5c03

Please sign in to comment.