diff --git a/README.fr-FR.md b/README.fr-FR.md index bd2c861..9d1452c 100644 --- a/README.fr-FR.md +++ b/README.fr-FR.md @@ -6,7 +6,7 @@ [![NuGet](https://img.shields.io/nuget/v/DigitalOcean.Net.svg)](https://www.nuget.org/packages/DigitalOcean.Net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Build](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml) +[![Build](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml) Une bibliothèque client .NET complète pour l'[API DigitalOcean](https://docs.digitalocean.com/reference/api/reference/), couvrant **les 40+ catégories de ressources**, y compris Droplets, Kubernetes, App Platform, Databases et plus encore. Générée automatiquement à partir de la [spécification OpenAPI officielle de DigitalOcean](https://github.com/digitalocean/openapi). diff --git a/README.ja-JP.md b/README.ja-JP.md index d037b27..5feee79 100644 --- a/README.ja-JP.md +++ b/README.ja-JP.md @@ -6,7 +6,7 @@ [![NuGet](https://img.shields.io/nuget/v/DigitalOcean.Net.svg)](https://www.nuget.org/packages/DigitalOcean.Net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Build](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml) +[![Build](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml) [DigitalOcean API](https://docs.digitalocean.com/reference/api/reference/) 向けの包括的な .NET クライアントライブラリです。Droplets、Kubernetes、App Platform、Databases など、**40以上のリソースカテゴリすべて**をカバーしています。[DigitalOcean 公式 OpenAPI 仕様](https://github.com/digitalocean/openapi) から自動生成されています。 diff --git a/README.md b/README.md index 2d81cb5..d46835c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![NuGet](https://img.shields.io/nuget/v/DigitalOcean.Net.svg)](https://www.nuget.org/packages/DigitalOcean.Net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Build](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml) +[![Build](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml) A comprehensive .NET client library for the [DigitalOcean API](https://docs.digitalocean.com/reference/api/reference/), covering **all 40+ resource categories** including Droplets, Kubernetes, App Platform, Databases, and more. @@ -205,4 +205,4 @@ This project was built with the assistance of [GitHub Copilot CLI](https://githu ## License -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. \ No newline at end of file +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. diff --git a/README.zh-CN.md b/README.zh-CN.md index ff15ac3..a437aed 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -6,7 +6,7 @@ [![NuGet](https://img.shields.io/nuget/v/DigitalOcean.Net.svg)](https://www.nuget.org/packages/DigitalOcean.Net) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![Build](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/m67186636/DigitalOcean.Net/actions/workflows/ci.yml) +[![Build](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml/badge.svg)](https://github.com/Sunny-DotNet/DigitalOcean.Net/actions/workflows/ci.yml) 一个全面的 DigitalOcean API .NET 客户端库,覆盖**全部 40+ 资源类别**,包括 Droplets、Kubernetes、App Platform、Databases 等。基于 [DigitalOcean 官方 OpenAPI 规范](https://github.com/digitalocean/openapi) 自动生成。 diff --git a/src/DigitalOcean.Net/DigitalOcean.Net.csproj b/src/DigitalOcean.Net/DigitalOcean.Net.csproj index c45f574..e258c35 100644 --- a/src/DigitalOcean.Net/DigitalOcean.Net.csproj +++ b/src/DigitalOcean.Net/DigitalOcean.Net.csproj @@ -13,15 +13,15 @@ Sunny A comprehensive .NET client library for the DigitalOcean API, covering all 40+ resource categories including Droplets, Kubernetes, App Platform, Databases, and more. / 一个全面的 DigitalOcean API .NET 客户端库,覆盖全部 40+ 资源类别。 MIT - https://github.com/m67186636/DigitalOcean.Net - https://github.com/m67186636/DigitalOcean.Net + https://github.com/Sunny-DotNet/DigitalOcean.Net + https://github.com/Sunny-DotNet/DigitalOcean.Net git digitalocean;cloud;api;droplet;kubernetes;app-platform;database;vpc;load-balancer README.md logo.png Copyright (c) 2026 Sunny false - See https://github.com/m67186636/DigitalOcean.Net/blob/main/CHANGELOG.md + See https://github.com/Sunny-DotNet/DigitalOcean.Net/blob/main/CHANGELOG.md $(NoWarn);CS1591