File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
2321before_build :
2422 - nuget restore
You can’t perform that action at this time.
0 commit comments