Skip to content

Commit a70397b

Browse files
committed
Update version to 3.9.3
1 parent 63e568b commit a70397b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

GitDiffMargin.Extension/source.extension.vsixmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<MoreInfo>https://github.com/laurentkempe/GitDiffMargin</MoreInfo>
88
<License>License.md</License>
99
<GettingStartedGuide>http://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8</GettingStartedGuide>
10-
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.9.2</ReleaseNotes>
10+
<ReleaseNotes>https://github.com/laurentkempe/GitDiffMargin/releases/tag/v3.9.3</ReleaseNotes>
1111
<Icon>Resources/GitDiffMargin-Thumb.png</Icon>
1212
<PreviewImage>Resources/GitDiffMargin-Preview.png</PreviewImage>
1313
<!--<Tags></Tags>-->

README-Marketplace.md

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ Please report all problems or feature requests you might have on the [following
3535

3636
# Release Notes
3737

38+
## Version 3.9.3
39+
40+
### New feature
41+
42+
* Chocolatey package
43+
3844
## Version 3.9.2
3945

4046
### Fix

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.9.2.{build}'
1+
version: '3.9.3.{build}'
22

33
image: Visual Studio 2017
44

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variables:
1212
buildPlatform: 'Any CPU'
1313
buildConfiguration: 'Release'
1414

15-
name: 3.9.2.$(patch)
15+
name: 3.9.3.$(patch)
1616

1717
steps:
1818
- task: NuGetToolInstaller@0

0 commit comments

Comments
 (0)