Skip to content

Commit

Permalink
Update version to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentkempe committed Aug 7, 2019
1 parent 59a7aa4 commit c2143ef
Show file tree
Hide file tree
Showing 5 changed files with 15 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.9.4</ReleaseNotes>
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.10.0</ReleaseNotes>
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
<!--<Tags></Tags>-->
Expand Down
12 changes: 11 additions & 1 deletion README-Marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ You might also install it using the following [Chocolatey package](https://choco

# Release Notes

## Version 3.10.0

### New features

* Diff against something other than HEAD (Advanced users) #155

### Fix

* Fix memory leak #240

## Version 3.9.4

### Fix
Expand Down Expand Up @@ -226,7 +236,7 @@ You might also install it using the following [Chocolatey package](https://choco
Thanks to

* Sam Harwell [@sharwell](https://github.com/sharwell) for all the improvements
* Rick Sladkey [@ricksladkey](https://github.com/ricksladkey) for the fixes
* Rick Sladkey [@ricksladkey](https://github.com/ricksladkey) for the fixes and features
* [@Iristyle](https://github.com/Iristyle) for the chocolatey package
* Yves Goergen [@](https://github.com/dg9ngf)[dg9ngf](https://github.com/dg9ngf)
* [@heinzbeinz](https://github.com/heinzbeinz) for the support of Visual Studio 15 preview
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Git Diff Margin displays live Git changes of the currently edited file on Visual
* 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)

![Screenshot](https://farm4.staticflickr.com/3893/15335334635_a88dc1f271.jpg)

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.9.4.{build}'
version: '3.10.0.{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.9.4.$(patch)
name: 3.10.0.$(patch)

steps:
- task: NuGetToolInstaller@0
Expand Down

0 comments on commit c2143ef

Please sign in to comment.