File tree 5 files changed +10
-4
lines changed
5 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 7
7
<MoreInfo >https://github.com/laurentkempe/GitDiffMargin</MoreInfo >
8
8
<License >License.md</License >
9
9
<GettingStartedGuide >http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide >
10
- <ReleaseNotes >https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.2 </ReleaseNotes >
10
+ <ReleaseNotes >https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.3 </ReleaseNotes >
11
11
<Icon >Resources/GitDiffMargin-Thumb.png</Icon >
12
12
<PreviewImage >Resources/GitDiffMargin-Preview.png</PreviewImage >
13
13
<!-- <Tags></Tags>-->
Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ You might also install it using the following [Chocolatey package](https://choco
41
41
42
42
# Release Notes
43
43
44
+ ## Version 3.10.3
45
+
46
+ ### Other
47
+
48
+ * Dependency reorganization and typo fix
49
+
44
50
## Version 3.10.2
45
51
46
52
### Security fix
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Git Diff Margin displays live Git changes of the currently edited file on Visual
19
19
* Copy a part of the old code by selecting it in the popup
20
20
* Show the diff in Visual Studio Diff window
21
21
* Navigate to previous/next change on the file using user defined keyboard shortcuts or the popup icons
22
- * Open popup with user defined keyboard shortcuts, close with esc key
22
+ * Open popup with user defined keyboard shortcuts, close with esc key
23
23
* Support Visual Studio 2013 Dark, Light and Blue Theme
24
24
* Support zoom
25
25
* Diff against something other than HEAD (Advanced users)
Original file line number Diff line number Diff line change 1
- version : " 3.10.2 .{build}"
1
+ version : " 3.10.3 .{build}"
2
2
3
3
image : Visual Studio 2017
4
4
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ variables:
12
12
buildPlatform : ' Any CPU'
13
13
buildConfiguration : ' Release'
14
14
15
- name : 3.10.2 .$(patch)
15
+ name : 3.10.3 .$(patch)
16
16
17
17
steps :
18
18
- task : NuGetToolInstaller@0
You can’t perform that action at this time.
0 commit comments