Skip to content

Commit 229bd33

Browse files
committed
Update version to 3.8.1
1 parent 2dbf402 commit 229bd33

6 files changed

Lines changed: 20 additions & 22 deletions

File tree

GitDiffMargin.Commands/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
1+
using System.Reflection;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -32,6 +31,6 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.8.0.0")]
36-
[assembly: AssemblyFileVersion("3.8.0.0")]
37-
[assembly: AssemblyInformationalVersion("3.8.0.0")]
34+
[assembly: AssemblyVersion("3.8.1.0")]
35+
[assembly: AssemblyFileVersion("3.8.1.0")]
36+
[assembly: AssemblyInformationalVersion("3.8.1.0")]

GitDiffMargin.Extension/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System.Reflection;
1+
using System.Reflection;
22
using System.Runtime.InteropServices;
33
using Microsoft.VisualStudio.Shell;
44

@@ -36,6 +36,6 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("3.8.0.0")]
40-
[assembly: AssemblyFileVersion("3.8.0.0")]
41-
[assembly: AssemblyInformationalVersion("3.8.0.0")]
39+
[assembly: AssemblyVersion("3.8.1.0")]
40+
[assembly: AssemblyFileVersion("3.8.1.0")]
41+
[assembly: AssemblyInformationalVersion("3.8.1.0")]

GitDiffMargin.Extension/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.8.0.0" Language="en-US" Publisher="Laurent Kempé" />
4+
<Identity Id="GitDiffMargin..5ef9f816-d9ce-45cd-a8fa-cd67a807df0e" Version="3.8.1.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.8.0</ReleaseNotes>
10+
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.8.1</ReleaseNotes>
1111
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
1212
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
1313
<!--<Tags></Tags>-->

GitDiffMargin.LegacyCommands/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
1+
using System.Reflection;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -32,6 +31,6 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.8.0.0")]
36-
[assembly: AssemblyFileVersion("3.8.0.0")]
37-
[assembly: AssemblyInformationalVersion("3.8.0.0")]
34+
[assembly: AssemblyVersion("3.8.1.0")]
35+
[assembly: AssemblyFileVersion("3.8.1.0")]
36+
[assembly: AssemblyInformationalVersion("3.8.1.0")]

GitDiffMargin/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Reflection;
33
using System.Runtime.CompilerServices;
44
using System.Runtime.InteropServices;
@@ -32,9 +32,9 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.8.0.0")]
36-
[assembly: AssemblyFileVersion("3.8.0.0")]
37-
[assembly: AssemblyInformationalVersion("3.8.0.0")]
35+
[assembly: AssemblyVersion("3.8.1.0")]
36+
[assembly: AssemblyFileVersion("3.8.1.0")]
37+
[assembly: AssemblyInformationalVersion("3.8.1.0")]
3838

3939
[assembly: ProvideCodeBase(CodeBase = "$PackageFolder$\\GalaSoft.MvvmLight.dll")]
4040
[assembly: ProvideCodeBase(CodeBase = "$PackageFolder$\\GalaSoft.MvvmLight.Extras.dll")]

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version: '3.8.0.{build}'
1+
version: '3.8.1.{build}'
22

33
image: Visual Studio 2017
44

5-
install:
5+
install:
66
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
77

88
assembly_info:

0 commit comments

Comments
 (0)