Skip to content

Commit 788e596

Browse files
authored
Bump to v1.2 and restrict to GE v3.5.x (#36)
1 parent 4205aae commit 788e596

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------#
44

55
# version format
6-
version: 1.1.0.{build}
6+
version: 1.2.0.{build}
77

88
# version suffix, if any (e.g. '-RC1', '-beta' otherwise '')
99
environment:
@@ -44,7 +44,7 @@ build:
4444
# enable MSBuild parallel builds
4545
parallel: true
4646
# MSBuild verbosity level
47-
verbosity: minimal
47+
verbosity: quiet
4848

4949
#---------------------------------#
5050
# artifacts configuration #

src/GitExtensions.GerritPlugin/GitExtensions.GerritPlugin.csproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- path is relative to $(ProjectDir) -->
55
<GitExtensionsDownloadPath>..\..\..\gitextensions.shared</GitExtensionsDownloadPath>
66
<!-- 'latest' or 'v3.1' (= tag from GitHub releases) or 'v3.1.0.5877' (= build number from AppVeyor)-->
7-
<GitExtensionsReferenceVersion>latest</GitExtensionsReferenceVersion>
7+
<GitExtensionsReferenceVersion>v3.5.4</GitExtensionsReferenceVersion>
88
<!-- 'GitHub' or 'AppVeyor' -->
99
<GitExtensionsReferenceSource>GitHub</GitExtensionsReferenceSource>
1010
<!-- for local builds (no download) -->

0 commit comments

Comments
 (0)