From a70397bb5f30a9995e2455f4250011dca5748ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Kemp=C3=A9?= Date: Sat, 2 Mar 2019 09:21:05 +0100 Subject: [PATCH] Update version to 3.9.3 --- 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 a82fce6..24c95ce 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.2 + https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.9.3 Resources/GitDiffMargin-Thumb.png Resources/GitDiffMargin-Preview.png diff --git a/README-Marketplace.md b/README-Marketplace.md index 5829c82..0bc7d7b 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.3 + +### New feature + +* Chocolatey package + ## Version 3.9.2 ### Fix diff --git a/appveyor.yml b/appveyor.yml index 04b5932..a186f0d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: '3.9.2.{build}' +version: '3.9.3.{build}' image: Visual Studio 2017 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index adb64ca..e857c5e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: buildPlatform: 'Any CPU' buildConfiguration: 'Release' -name: 3.9.2.$(patch) +name: 3.9.3.$(patch) steps: - task: NuGetToolInstaller@0