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
<PackageReference Include="aliyun-net-sdk-alidns" Version="2.6.32" />
paket add aliyun-net-sdk-alidns --version 2.6.32
#r "nuget: aliyun-net-sdk-alidns, 2.6.32"
// 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 | Versions 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. |
-
.NETFramework 4.5
- aliyun-net-sdk-core (>= 1.5.10)
- Newtonsoft.Json (>= 6.0.1)
-
.NETStandard 2.0
- aliyun-net-sdk-core (>= 1.5.10)
- Newtonsoft.Json (>= 9.0.1)
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 | 9,047 | 9/22/2021 |
2.6.29 | 1,135 | 3/2/2021 |
2.6.28 | 384 | 3/2/2021 |
2.6.20 | 684 | 1/4/2021 |
2.0.19 | 869 | 10/26/2020 |
2.0.18 | 5,030 | 4/21/2020 |
2.0.17 | 792 | 3/18/2020 |
2.0.16 | 730 | 2/14/2020 |
2.0.15 | 729 | 2/4/2020 |
2.0.14 | 2,565 | 12/16/2019 |
2.0.13 | 2,334 | 11/28/2019 |
2.0.12 | 577 | 11/26/2019 |
2.0.11 | 577 | 11/13/2019 |
2.0.10 | 845 | 7/4/2019 |
2.0.9 | 643 | 7/3/2019 |
2.0.7 | 707 | 3/20/2019 |
1.0.6 | 1,293 | 9/13/2017 |