Skip to content

Commit 942ba27

Browse files
committed
Update version to 3.10.3
1 parent ffe358c commit 942ba27

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

GitDiffMargin.Extension/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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.10.2</ReleaseNotes>
10+
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.3</ReleaseNotes>
1111
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
1212
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
1313
<!--<Tags></Tags>-->

README-Marketplace.md

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ You might also install it using the following [Chocolatey package](https://choco
4141

4242
# Release Notes
4343

44+
## Version 3.10.3
45+
46+
### Other
47+
48+
* Dependency reorganization and typo fix
49+
4450
## Version 3.10.2
4551

4652
### Security fix

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Git Diff Margin displays live Git changes of the currently edited file on Visual
1919
* Copy a part of the old code by selecting it in the popup
2020
* Show the diff in Visual Studio Diff window
2121
* 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
2323
* Support Visual Studio 2013 Dark, Light and Blue Theme
2424
* Support zoom
2525
* Diff against something other than HEAD (Advanced users)

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "3.10.2.{build}"
1+
version: "3.10.3.{build}"
22

33
image: Visual Studio 2017
44

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
buildPlatform: 'Any CPU'
1313
buildConfiguration: 'Release'
1414

15-
name: 3.10.2.$(patch)
15+
name: 3.10.3.$(patch)
1616

1717
steps:
1818
- task: NuGetToolInstaller@0

0 commit comments

Comments
 (0)