Skip to content

Commit 14bce91

Browse files
committed
Update version to 3.5.3
1 parent 90d5c23 commit 14bce91

3 files changed

Lines changed: 27 additions & 27 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.2.0")]
35-
[assembly: AssemblyFileVersion("3.5.2.0")]
36-
[assembly: AssemblyInformationalVersion("3.5.2.0")]
34+
[assembly: AssemblyVersion("3.5.3.0")]
35+
[assembly: AssemblyFileVersion("3.5.3.0")]
36+
[assembly: AssemblyInformationalVersion("3.5.3.0")]
3737

3838
[assembly: ProvideCodeBase(
3939
AssemblyName = "Tvl.VisualStudio.Shell.Utility.10",
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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">
3-
<Metadata>
4-
<Identity Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.5.2.0" Language="en-US" Publisher="Laurent Kempé" />
5-
<DisplayName>Git Diff Margin</DisplayName>
6-
<Description>Git Diff Margin displays live changes of the currently edited file on Visual Studio 2012+ margin and scroll bar.</Description>
7-
<MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo>
8-
<License>License.md</License>
9-
<GettingStartedGuide>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide>
10-
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.5.2</ReleaseNotes>
11-
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
12-
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
13-
<!--<Tags></Tags>-->
14-
</Metadata>
15-
<Installation>
16-
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Community" />
17-
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
18-
</Installation>
19-
<Prerequisites>
20-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
21-
</Prerequisites>
22-
<Assets>
23-
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
24-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
25-
</Assets>
3+
<Metadata>
4+
<Identity Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.5.3.0" Language="en-US" Publisher="Laurent Kempé" />
5+
<DisplayName>Git Diff Margin</DisplayName>
6+
<Description xml:space="preserve">Git Diff Margin displays live changes of the currently edited file on Visual Studio 2012+ margin and scroll bar.</Description>
7+
<MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo>
8+
<License>License.md</License>
9+
<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>
11+
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
12+
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
13+
<!--<Tags></Tags>-->
14+
</Metadata>
15+
<Installation>
16+
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Community" />
17+
<InstallationTarget Version="[11.0,16.0)" Id="Microsoft.VisualStudio.Pro" />
18+
</Installation>
19+
<Prerequisites>
20+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0,16.0)" DisplayName="Visual Studio core editor" />
21+
</Prerequisites>
22+
<Assets>
23+
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
24+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
25+
</Assets>
2626
</PackageManifest>

appveyor.yml

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

33
image: Visual Studio 2017
44

0 commit comments

Comments
 (0)