![]() |
VOOZH | about |
dotnet add package Surviveplus.WithOneDrive.WindowsStoreApps --version 1.1.8
NuGet\Install-Package Surviveplus.WithOneDrive.WindowsStoreApps -Version 1.1.8
<PackageReference Include="Surviveplus.WithOneDrive.WindowsStoreApps" Version="1.1.8" />
<PackageVersion Include="Surviveplus.WithOneDrive.WindowsStoreApps" Version="1.1.8" />Directory.Packages.props
<PackageReference Include="Surviveplus.WithOneDrive.WindowsStoreApps" />Project file
paket add Surviveplus.WithOneDrive.WindowsStoreApps --version 1.1.8
#r "nuget: Surviveplus.WithOneDrive.WindowsStoreApps, 1.1.8"
#:package Surviveplus.WithOneDrive.WindowsStoreApps@1.1.8
#addin nuget:?package=Surviveplus.WithOneDrive.WindowsStoreApps&version=1.1.8Install as a Cake Addin
#tool nuget:?package=Surviveplus.WithOneDrive.WindowsStoreApps&version=1.1.8Install as a Cake Tool
This package is a library of uploading and downloading a file to OneDrive easily.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| Windows Store | win8 win8 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
1.1.8
Sign the Assembly with a Strong Name.
1.1.7
We renamed UploadCompletedEventArgs to UploadResult,DownloadCompletedEventArgs to DownloadResult.
We chaged the target of project from windows8 to windows8.1.
We changed the behavior of SigninAsync method.If the user does not sign in,throws LiveOperationException,not returns null.