From 94afc842a1772bb5c79bb54e1f7d048be190a09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Kemp=C3=A9?= Date: Thu, 28 Feb 2019 20:22:59 +0100 Subject: [PATCH] Update version to 3.9.2 --- GitDiffMargin.Extension/source.extension.vsixmanifest | 2 +- README-Marketplace.md | 6 ++++++ appveyor.yml | 2 +- azure-pipelines.yml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/GitDiffMargin.Extension/source.extension.vsixmanifest b/GitDiffMargin.Extension/source.extension.vsixmanifest index 989fa46..a82fce6 100644 --- a/GitDiffMargin.Extension/source.extension.vsixmanifest +++ b/GitDiffMargin.Extension/source.extension.vsixmanifest @@ -7,7 +7,7 @@ https://github.com/laurentkempe/GitDiffMargin License.md http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8 - https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.9.0 + https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.9.2 Resources/GitDiffMargin-Thumb.png Resources/GitDiffMargin-Preview.png diff --git a/README-Marketplace.md b/README-Marketplace.md index 95c7c3c..5829c82 100644 --- a/README-Marketplace.md +++ b/README-Marketplace.md @@ -35,6 +35,12 @@ Please report all problems or feature requests you might have on the [following # Release Notes +## Version 3.9.2 + +### Fix + +* Fix show the diff showing empty content + ## Version 3.9.1 ### Security fix diff --git a/appveyor.yml b/appveyor.yml index eb7705b..04b5932 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '3.9.1.{build}' +version: '3.9.2.{build}' image: Visual Studio 2017 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c8e536a..178f9bd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: buildPlatform: 'Any CPU' buildConfiguration: 'Release' -name: 3.9.1.$(patch) +name: 3.9.2.$(patch) steps: - task: NuGetToolInstaller@0