Skip to content

Commit 268184a

Browse files
committed
Update version to 3.6.0
1 parent dd587b6 commit 268184a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

GitDiffMargin/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("3.5.3.0")]
35-
[assembly: AssemblyFileVersion("3.5.3.0")]
36-
[assembly: AssemblyInformationalVersion("3.5.3.0")]
34+
[assembly: AssemblyVersion("3.6.0.0")]
35+
[assembly: AssemblyFileVersion("3.6.0.0")]
36+
[assembly: AssemblyInformationalVersion("3.6.0.0")]
3737

3838
[assembly: ProvideCodeBase(
3939
AssemblyName = "Tvl.VisualStudio.Shell.Utility.10",

GitDiffMargin/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.5.3.0" Language="en-US" Publisher="Laurent Kempé" />
4+
<Identity Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.6.0.0" Language="en-US" Publisher="Laurent Kempé" />
55
<DisplayName>Git Diff Margin</DisplayName>
66
<Description xml:space="preserve">Git Diff Margin displays live changes of the currently edited file on Visual Studio 2012+ margin and scroll bar.</Description>
77
<MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo>
88
<License>License.md</License>
99
<GettingStartedGuide>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide>
10-
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.5.3</ReleaseNotes>
10+
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.6.0</ReleaseNotes>
1111
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
1212
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
1313
<!--<Tags></Tags>-->

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.5.3.{build}'
1+
version: '3.6.0.{build}'
22

33
image: Visual Studio 2017
44

0 commit comments

Comments
 (0)