Skip to content

Commit 985b48a

Browse files
committed
Setting v1.4.2
1 parent 9926a21 commit 985b48a

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

appveyor.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.4.0.{build}
1+
version: 1.4.2.{build}
22
init:
33
- ps: |
44
If ($Env:APPVEYOR_REPO_TAG_NAME -match "-"){
@@ -24,7 +24,11 @@ before_build:
2424
# ###################
2525
2626
$versionInfo = @'
27-
27+
// This is the main version file.
28+
// If you are building locally, you can modify these values.
29+
// If you are building though appveyor (or GitHub releases),
30+
// change the version in appveyor.yml. The CI build process
31+
// will overwrite these values.
2832
#pragma once
2933
3034
#define VERSION_MAJOR >major
@@ -80,28 +84,18 @@ after_build:
8084
artifacts:
8185
- path: BugTrap.zip
8286
name: Zip
83-
# - path: __package\*.nupkg
84-
# name: NuGet
85-
8687

8788
nuget:
8889
disable_publish_on_pr: true
8990

9091
deploy:
9192
- provider: GitHub
93+
release: 'Release $(appveyor_build_version)'
9294
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
9395
prerelease: $(IsPreRelease)
94-
artifact: Zip, NuGet
96+
artifact: Zip
9597
auth_token:
9698
secure: cyivrWQwrZNAb6UCNXlIQlGfVSnKIC6TatUOIP95CQgMeKGnmBSqBgAFv2TsRZhR
9799
on:
98100
branch: master
99101
appveyor_repo_tag: true
100-
101-
- provider: NuGet
102-
api_key:
103-
secure: 1nPS2ttf+N4+FUhd+GZycrL7YzSWQpZjnGOMCb5+pGJXSdx0IFvVF8xhTGna7B9t
104-
artifact: NuGet
105-
on:
106-
branch: master
107-
appveyor_repo_tag: true

source/VersionInfo.h

506 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)