Skip to content

Commit 649f52c

Browse files
committed
Release 1.0.0-RC2
1 parent c5f35bb commit 649f52c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

DokanNet/DokanNet.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>DokanNet</id>
5-
<version>1.1.0-rc1</version>
5+
<version>1.1.0-rc2</version>
66
<title>DokanNet</title>
77
<authors>MaximeC</authors>
88
<owners>MaximeC</owners>

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ install:
1212
- ps: |
1313
Add-Type -AssemblyName System.IO.Compression.FileSystem
1414
(new-object System.Net.WebClient).DownloadFile(
15-
'https://github.com/dokan-dev/dokany/releases/download/v1.0.0-RC1/DokanSetup.exe',
15+
'https://github.com/dokan-dev/dokany/releases/download/v1.0.0-RC2/DokanSetup.exe',
1616
'C:\projects\dokan-dotnet\DokanSetup.exe'
1717
)
1818
- cmd: |
1919
C:\projects\dokan-dotnet\DokanSetup.exe /quiet
20-
copy "C:\Program Files\Dokan\Dokan Library-1.0.0\dokan1.dll" "C:\Windows\System32"
21-
copy "C:\Program Files\Dokan\Dokan Library-1.0.0\x86\dokan1.dll" "C:\Windows\SysWOW64"
2220
2321
before_build:
2422
- nuget restore

0 commit comments

Comments
 (0)