Skip to content

Commit e6af5ff

Browse files
committed
47.0.1 coming up.
1 parent f3fcaac commit e6af5ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
environment:
22
VisualStudioVersion: 12.0
33

4-
version: 47.0.0-CI{build}
4+
version: 47.0.1-CI{build}
55

66
shallow_clone: true
77

@@ -23,4 +23,4 @@ deploy:
2323
api_key:
2424
secure: T3yoLSioRwXa7byUvu17t4I88RTQTvICh2j+KplLb1YVimd1IYy2m2akGqgOMJhY
2525
skip_symbols: true
26-
artifact: nupkgfiles
26+
artifact: nupkgfiles

build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ param(
33
[Parameter(Position = 0)]
44
[string] $Target = "vs2013",
55
[Parameter(Position = 1)]
6-
[string] $Version = "47.0.0",
6+
[string] $Version = "47.0.1",
77
[Parameter(Position = 2)]
8-
[string] $AssemblyVersion = "47.0.0",
8+
[string] $AssemblyVersion = "47.0.1",
99
[Parameter(Position = 3)]
1010
[string] $RedistVersion = "3.2526.1362"
1111
)
@@ -311,4 +311,4 @@ switch -Exact ($Target)
311311
VSX v140
312312
Nupkg
313313
}
314-
}
314+
}

0 commit comments

Comments
 (0)