Reorganize, shared entities from TypeScript SDK
https://github.com/cloudflare/cloudflare-typescript/blob/v4.4.1/src/resources/shared.ts
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<NrtTagMatch>zones/v[0-9]*</NrtTagMatch>
|
||||
|
||||
<PackageId>AMWD.Net.API.Cloudflare.Zones</PackageId>
|
||||
<PackageTags>cloudflare api zones</PackageTags>
|
||||
@@ -9,8 +10,8 @@
|
||||
<AssemblyName>amwd-cloudflare-zones</AssemblyName>
|
||||
<RootNamespace>AMWD.Net.Api.Cloudflare.Zones</RootNamespace>
|
||||
|
||||
<Product>Cloudflare API - Zones</Product>
|
||||
<Description>Zone management features of the Cloudflare API</Description>
|
||||
<Product>Cloudflare API - Domain/Zone Management</Product>
|
||||
<Description>The Domain/Zone Management section of the Cloudflare API.</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Only build package for tagged releases or Debug on CI (only dev NuGet feed) -->
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Cloudflare API for .NET | Zones
|
||||
|
||||
With this extension package, you'll get all features available to manage a Zone on Cloudflare.
|
||||
This package contains the feature set of the _Domain/Zone Management_ section of the Cloudflare API.
|
||||
|
||||
## Methods
|
||||
## Implemented Methods
|
||||
|
||||
### Zone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user