Skip to content

Commit

Permalink
Update version to 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentkempe committed Aug 14, 2019
1 parent d8d5421 commit 09d9b9e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.0</ReleaseNotes>
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.1</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 @@ -37,6 +37,12 @@ You might also install it using the following [Chocolatey package](https://choco

# Release Notes

## Version 3.10.1

### Security fix

* Update to LibGit2Sharp v0.26.1

## Version 3.10.0

### New features
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.0.{build}'
version: '3.10.1.{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.0.$(patch)
name: 3.10.1.$(patch)

steps:
- task: NuGetToolInstaller@0
Expand Down

0 comments on commit 09d9b9e

Please sign in to comment.