File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ SET CONFIGURATION=Debug
19
19
20
20
build-appveyor.cmd
21
21
22
+ cd..
23
+
22
24
@ IF %ERRORLEVEL% NEQ 0 GOTO err
23
25
@ EXIT /B 0
24
26
:err
Original file line number Diff line number Diff line change 158
158
Description =" $(Description)"
159
159
Summary =" $(Readme)"
160
160
Version =" $(FileVersion)"
161
+ MinimumRequiredUmbracoVersion =" $(MinUmbracoVersion)"
161
162
Authors =" $(AuthorName)"
162
163
Owners =" $(Owners)"
163
164
Copyright =" $(Copyright)"
Original file line number Diff line number Diff line change 16
16
<language ></language >
17
17
<tags ></tags >
18
18
<dependencies >
19
- <dependency id =" UmbracoCms.Core" version =" 8.1 .0" />
20
- <dependency id =" UmbracoCms.Web" version =" 8.1 .0" />
19
+ <dependency id =" UmbracoCms.Core" version =" 0.0 .0" />
20
+ <dependency id =" UmbracoCms.Web" version =" 0.0 .0" />
21
21
<dependency id =" WindowsAzure.Storage" version =" 8.7.0" />
22
22
<dependency id =" Microsoft.WindowsAzure.ConfigurationManager" version =" 3.2.3" />
23
23
<dependency id =" Microsoft.Azure.KeyVault.Core" version =" 2.0.4" />
You can’t perform that action at this time.
0 commit comments