Skip to content

Commit

Permalink
Release 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Mar 12, 2016
1 parent c5f35bb commit 649f52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DokanNet/DokanNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DokanNet</id>
<version>1.1.0-rc1</version>
<version>1.1.0-rc2</version>
<title>DokanNet</title>
<authors>MaximeC</authors>
<owners>MaximeC</owners>
Expand Down
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ install:
- ps: |
Add-Type -AssemblyName System.IO.Compression.FileSystem
(new-object System.Net.WebClient).DownloadFile(
'https://github.com/dokan-dev/dokany/releases/download/v1.0.0-RC1/DokanSetup.exe',
'https://github.com/dokan-dev/dokany/releases/download/v1.0.0-RC2/DokanSetup.exe',
'C:\projects\dokan-dotnet\DokanSetup.exe'
)
- cmd: |
C:\projects\dokan-dotnet\DokanSetup.exe /quiet
copy "C:\Program Files\Dokan\Dokan Library-1.0.0\dokan1.dll" "C:\Windows\System32"
copy "C:\Program Files\Dokan\Dokan Library-1.0.0\x86\dokan1.dll" "C:\Windows\SysWOW64"
before_build:
- nuget restore
Expand Down

0 comments on commit 649f52c

Please sign in to comment.