Skip to content

Commit 80a930f

Browse files
authored
Update to 2.0.4.1000
1 parent 2e16d06 commit 80a930f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
DOKAN_CI_CACHE: C:\dokan_ci_cache
66
DOXYGEN_INST_DIR: '%DOKAN_CI_CACHE%\doxygen'
77

8-
version: 2.0.1-{build}
8+
version: 2.0.4-{build}
99
configuration:
1010
- Release
1111
- Debug
@@ -36,7 +36,7 @@ install:
3636
- ps: |
3737
Write-Host "Dokan download..." -ForegroundColor Green
3838
New-item -type directory -path C:\projects\dokan-dotnet\ -Force
39-
Start-FileDownload 'https://github.com/dokan-dev/dokany/releases/download/v2.0.3.1000/DokanSetup.exe' -FileName 'C:\projects\dokan-dotnet\DokanSetup.exe'
39+
Start-FileDownload 'https://github.com/dokan-dev/dokany/releases/download/v2.0.4.1000/DokanSetup.exe' -FileName 'C:\projects\dokan-dotnet\DokanSetup.exe'
4040
Write-Host "Dokan downloaded." -ForegroundColor Green
4141
- cmd: |
4242
C:\projects\dokan-dotnet\DokanSetup.exe /quiet

0 commit comments

Comments
 (0)