Skip to content

Commit

Permalink
[PDS gateway Tea]Bump 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Jul 31, 2024
1 parent 5813ed4 commit a23f7d8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions alibabacloud-gateway-pds/Teafile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scope": "alibabacloud",
"name": "GatewayPDS",
"version": "0.0.10",
"version": "0.0.11",
"main": "./main.tea",
"maintainers": [
{
Expand All @@ -21,12 +21,12 @@
"Array": "darabonba:Array:*"
},
"releases": {
"ts": "@alicloud/gateway-pds:^0.0.8",
"go": "github.com/alibabacloud-go/alibabacloud-gateway-pds/client:v0.0.8",
"java": "com.aliyun:alibabacloud-gateway-pds:0.0.8",
"python": "alibabacloud_gateway_pds:0.0.8",
"ts": "@alicloud/gateway-pds:^0.0.9",
"go": "github.com/alibabacloud-go/alibabacloud-gateway-pds/client:v0.0.9",
"java": "com.aliyun:alibabacloud-gateway-pds:0.0.9",
"python": "alibabacloud_gateway_pds:0.0.9",
"python2": "alibabacloud_gateway_pds_py2:0.0.7",
"csharp": "AlibabaCloud.GatewayPds:0.0.9",
"csharp": "AlibabaCloud.GatewayPds:0.0.10",
"php": "alibabacloud/gateway-pds:^0.0.9"
},
"csharp": {
Expand Down
4 changes: 2 additions & 2 deletions alibabacloud-gateway-pds/csharp/core/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>AlibabaCloud.GatewayPds</AssemblyName>
<Version>0.0.9</Version>
<Version>0.0.10</Version>
<LangVersion>5</LangVersion>
<Authors>Alibaba Cloud</Authors>
<Description>Alibaba Cloud POP SDK Library for .NET</Description>
Expand Down Expand Up @@ -49,6 +49,6 @@
<PackageReference Include="AlibabaCloud.DarabonbaString" Version="1.0.3"/>
<PackageReference Include="AlibabaCloud.DarabonbaMap" Version="0.0.2"/>
<PackageReference Include="AlibabaCloud.DarabonbaArray" Version="0.1.0"/>
<PackageReference Include="Tea" Version="1.0.11"/>
<PackageReference Include="Tea" Version="1.0.13"/>
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions alibabacloud-gateway-pds/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aliyun</groupId>
<artifactId>alibabacloud-gateway-pds</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
<packaging>jar</packaging>
<name>alibabacloud-gateway-pds</name>
<description>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>tea</artifactId>
<version>1.2.0</version>
<version>[1.1.14, 2.0.0)</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.8"
__version__ = "0.0.9"
2 changes: 1 addition & 1 deletion alibabacloud-gateway-pds/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alicloud/gateway-pds",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": "dist/client.js",
"scripts": {
Expand Down

0 comments on commit a23f7d8

Please sign in to comment.