File tree Expand file tree Collapse file tree
GitDiffMargin.Commands/Properties
GitDiffMargin.LegacyCommands/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using System . Reflection ;
2- using System . Runtime . CompilerServices ;
1+ using System . Reflection ;
32using System . Runtime . InteropServices ;
43
54// General Information about an assembly is controlled through the following
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" ) ]
Original file line number Diff line number Diff line change 1- using System . Reflection ;
1+ using System . Reflection ;
22using System . Runtime . InteropServices ;
33using Microsoft . VisualStudio . Shell ;
44
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" ) ]
Original file line number Diff line number Diff line change 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>-->
Original file line number Diff line number Diff line change 1- using System . Reflection ;
2- using System . Runtime . CompilerServices ;
1+ using System . Reflection ;
32using System . Runtime . InteropServices ;
43
54// General Information about an assembly is controlled through the following
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" ) ]
Original file line number Diff line number Diff line change 1- using System ;
1+ using System ;
22using System . Reflection ;
33using System . Runtime . CompilerServices ;
44using System . Runtime . InteropServices ;
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" ) ]
Original file line number Diff line number Diff line change 1- version : ' 3.8.0 .{build}'
1+ version : ' 3.8.1 .{build}'
22
33image : 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
88assembly_info :
You can’t perform that action at this time.
0 commit comments