Skip to content

Commit

Permalink
Update version to 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentkempe committed Mar 13, 2021
1 parent ffe358c commit 942ba27
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GitDiffMargin.Extension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo>
<License>License.md</License>
<GettingStartedGuide>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide>
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.2</ReleaseNotes>
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.3</ReleaseNotes>
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
<!--<Tags></Tags>-->
Expand Down
6 changes: 6 additions & 0 deletions README-Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ You might also install it using the following [Chocolatey package](https://choco

# Release Notes

## Version 3.10.3

### Other

* Dependency reorganization and typo fix

## Version 3.10.2

### Security fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Git Diff Margin displays live Git changes of the currently edited file on Visual
* Copy a part of the old code by selecting it in the popup
* Show the diff in Visual Studio Diff window
* Navigate to previous/next change on the file using user defined keyboard shortcuts or the popup icons
* Open popup with user defined keyboard shortcuts, close with esc key
* Open popup with user defined keyboard shortcuts, close with esc key
* Support Visual Studio 2013 Dark, Light and Blue Theme
* Support zoom
* Diff against something other than HEAD (Advanced users)
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.10.2.{build}"
version: "3.10.3.{build}"

image: Visual Studio 2017

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ variables:
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'

name: 3.10.2.$(patch)
name: 3.10.3.$(patch)

steps:
- task: NuGetToolInstaller@0
Expand Down

0 comments on commit 942ba27

Please sign in to comment.