File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
RetailCoder.VBE/Properties Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [assembly: AssemblyVersion("1.0.*")]
34
- [ assembly: AssemblyVersion ( "2.1.0. *" ) ]
35
- [ assembly: AssemblyFileVersion ( "2.1.0.0" ) ]
34
+ [ assembly: AssemblyVersion ( "2.1.*" ) ]
35
+ // [assembly: AssemblyFileVersion("2.1.0.0")]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ deploy:
36
36
description : AppVeyor build on [next] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
37
37
auth_token :
38
38
secure : oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
39
- artifact : Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION% -prerelease.exe
39
+ artifact : Installers\Rubberduck.Setup.$(appveyor_build_version) -prerelease.exe
40
40
draft : false
41
41
prerelease : true
42
42
on :
@@ -47,7 +47,7 @@ deploy:
47
47
description : AppVeyor build on [master] - https://ci.appveyor.com/project/retailcoder/rubberduck/build/$(appveyor_build_version)
48
48
auth_token :
49
49
secure : oh0SRnZVt0ABeWqFr7ut5TZkxFJjHmS/DZnJnp2HErQTCmX3O8RASJH3ZiYl11gz
50
- artifact : Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION% .exe
50
+ artifact : Installers\Rubberduck.Setup.$(appveyor_build_version) .exe
51
51
draft : true
52
52
prerelease : false
53
53
on :
You can’t perform that action at this time.
0 commit comments