Skip to content

Commit

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

# Release Notes

## Version 3.9.4

### Fix

* Fix files with CRLF have whole file highlighted as modified

## Version 3.9.3

### New feature
Expand Down Expand Up @@ -227,3 +233,4 @@ Thanks to
* Jamie Cansdale [@jcansdale](https://github.com/jcansdale) for bugfix
* Charles Milette [sylveon](https://github.com/sylveon) for bugfix
* Gary Ewan Park [@gep13](https://github.com/gep13) for the new chocolatey package
* Duncan Smart [@duncansmart](https://github.com/duncansmart) for bug fix
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Thanks to
* Jamie Cansdale [@jcansdale](https://github.com/jcansdale) for bugfix
* Charles Milette [sylveon](https://github.com/sylveon) for bugfix
* Gary Ewan Park [@gep13](https://github.com/gep13) for the new chocolatey package
* Duncan Smart [@duncansmart](https://github.com/duncansmart) for bug fix
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.3.{build}'
version: '3.9.4.{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.3.$(patch)
name: 3.9.4.$(patch)

steps:
- task: NuGetToolInstaller@0
Expand Down

0 comments on commit 3740974

Please sign in to comment.