aliyun-net-sdk-alidns 2.6.32

dotnet add package aliyun-net-sdk-alidns --version 2.6.32
NuGet\Install-Package aliyun-net-sdk-alidns -Version 2.6.32
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-net-sdk-alidns" Version="2.6.32" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add aliyun-net-sdk-alidns --version 2.6.32
#r "nuget: aliyun-net-sdk-alidns, 2.6.32"
#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-net-sdk-alidns as a Cake Addin
#addin nuget:?package=aliyun-net-sdk-alidns&version=2.6.32

// Install aliyun-net-sdk-alidns as a Cake Tool
#tool nuget:?package=aliyun-net-sdk-alidns&version=2.6.32

Alibaba Cloud SDK for .NET

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on aliyun-net-sdk-alidns:

Package Downloads
module.AliyunDDNS

aliyun dynamic dns module. # aliyun dynamic dns config file * ~/aliyun.ddns.config.json * docker: ~/ -> /app/ ``` { "interval": 10, //seconds "showIPUrl": "https://url.anycore.cn/ip", //out my ip address text "accessKeys": { //accessKey map "default": { "accessKeyId": "your accessKey ID", "accessKeySecret": "your accessKey Secret" } }, "domains": { // domain map "mydomain.com": { "provider": "aliyun", //dns provider "accessKey": "default", //refence accessKey map "items": [ { "type": "A", "name": "home", "ttl": 100 } ] } } } ``` # module usage ``` // create ddns instance // default config : ~/aliyun.ddns.config.json var ddns = new module.AliyunDDNS.DomainIPSyncService(); // set log ddns.Log = new ConsoleLog("AliyunDDNS"); // start task ddns.Start(); System.Console.ReadLine(); ```

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on aliyun-net-sdk-alidns:

Repository Stars
sanjusss/aliyun-ddns
阿里云动态域名工具,支持docker和ipv6。
junkai-li/NetCoreKevin
基于NET6搭建跨平台DDD-微服务-WebApi架构支持:IDS4单点登录、多缓存、自动任务、分布式、多租户、日志、授权和鉴权、CAP集成事件、SignalR、领域事件、单元测试
Version Downloads Last updated
2.6.32 8,555 9/22/2021
2.6.29 1,093 3/2/2021
2.6.28 372 3/2/2021
2.6.20 637 1/4/2021
2.0.19 828 10/26/2020
2.0.18 4,918 4/21/2020
2.0.17 763 3/18/2020
2.0.16 705 2/14/2020
2.0.15 697 2/4/2020
2.0.14 2,507 12/16/2019
2.0.13 2,303 11/28/2019
2.0.12 541 11/26/2019
2.0.11 566 11/13/2019
2.0.10 820 7/4/2019
2.0.9 620 7/3/2019
2.0.7 683 3/20/2019
1.0.6 1,256 9/13/2017