Imageshack.lindexi 1.0.9

dotnet add package Imageshack.lindexi --version 1.0.9
NuGet\Install-Package Imageshack.lindexi -Version 1.0.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Imageshack.lindexi" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Imageshack.lindexi --version 1.0.9
#r "nuget: Imageshack.lindexi, 1.0.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Imageshack.lindexi as a Cake Addin
#addin nuget:?package=Imageshack.lindexi&version=1.0.9

// Install Imageshack.lindexi as a Cake Tool
#tool nuget:?package=Imageshack.lindexi&version=1.0.9

Imageshack

           //传入文件
           smms.Model.Imageshack imageshack = new Imageshack()
           {
               File=File,
           };
           //上传完成事件,其中str为sm.ms返回,一般为json
           //Reminder是例子,可以根据具体修改,注意要同步CoreApplication.MainView.CoreWindow.Dispatcher.RunAsync
           imageshack.OnUploadedEventHandler += (sender, str) => Reminder = str.Replace("\\/","/");
           //上传
           imageshack.UpLoad();
}

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 1,339 7/7/2016
1.0.2 965 7/5/2016
1.0.1 984 7/5/2016
1.0.0 984 7/5/2016