Aliyun.OSS.SDK 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aliyun.OSS.SDK --version 2.0.0
NuGet\Install-Package Aliyun.OSS.SDK -Version 2.0.0
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="Aliyun.OSS.SDK" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aliyun.OSS.SDK --version 2.0.0
#r "nuget: Aliyun.OSS.SDK, 2.0.0"
#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 Aliyun.OSS.SDK as a Cake Addin
#addin nuget:?package=Aliyun.OSS.SDK&version=2.0.0

// Install Aliyun.OSS.SDK as a Cake Tool
#tool nuget:?package=Aliyun.OSS.SDK&version=2.0.0

阿里云OSS服务官方 .NET SDK

Product Compatible and additional computed target framework versions.
.NET Framework net 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 (35)

Showing the top 5 NuGet packages that depend on Aliyun.OSS.SDK:

Package Downloads
Chuma.AlphaMS.Aliyun

初码-AlphaMS开发库-阿里云库

iTdos.DIY

iTdos.DIY开发框架,在线文档:https://www.itdos.com/itdos.diy.html

Zat.Utils

爱宠动物管理系统辅助类

Zat.Setting

爱宠动物医院管理系统配置类

AlphaMS.Framework

AlphaMS开发模式工具集

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Aliyun.OSS.SDK:

Repository Stars
ntminer/NtMiner
GPU miner. github不太慢,https://ntminer.coding.net/public/NtMiner/NtMiner/git/files
Version Downloads Last updated
2.13.0 60,874 2/7/2021
2.12.0 22,465 10/14/2020
2.11.0 7,261 7/31/2020
2.10.0 6,224 4/10/2020
2.9.0 113,828 9/18/2018
2.8.0 31,141 1/9/2018
2.7.0 3,197 12/22/2017
2.6.0 2,290 12/13/2017
2.5.4 3,338 11/17/2017
2.5.3 4,584 9/22/2017
2.5.1 24,448 5/17/2017
2.5.0 3,166 4/20/2017
2.4.0 12,199 12/14/2016
2.3.0 12,042 4/5/2016
2.2.0 6,814 12/18/2015
2.1.0 1,641 11/30/2015
2.0.0 2,278 11/19/2015
1.0.11 1,963 11/18/2015

新增内容
•自动根据对象key和上传文件名后缀判断ContentType
•ListObjects,ListMultipartUploads,DeleteObjects接口增加EncodingType参数
•UploadPart接口新增内容md5校验
•新增部分示例程序

修改内容
•精简命名空间(Aliyun.OpenServices.OpenStorageService变更为Aliyun.OSS)
•合并重复目录
•统一目录名称
•删除重复的测试项目
•修改cname支持形式
•当存储空间或者文件不存在时,DoesObjectExist不再抛出异常,而是返回false

注意事项
•此版本相对于1.0.* 版本,内部目录结构和命名空间有变动,如果需要从1.0.*版本升级到此版本,需要您修改现有程序。