Skip to content

Commit 19a97a1

Browse files
committed
chore: refresh badges and metadata
1 parent 3c59e2d commit 19a97a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uapi-sdk-csharp
22

3-
![Banner](./banner.png)
3+
![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-csharp/main/banner.png)
44

55
[![.NET](https://img.shields.io/badge/.NET-7+-512BD4?style=flat-square&logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/)
66
[![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)
@@ -66,3 +66,4 @@ Console.WriteLine(result);
6666
## 文档
6767

6868
访问 [UApi文档首页](https://uapis.cn/docs/introduction) 并选择任意接口,向下滚动到 **快速启动** 区块即可看到最新的 C# 示例代码。
69+

uapi-sdk-csharp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
7+
<Version>0.1.1</Version>
78
</PropertyGroup>
89
<ItemGroup>
910
<Compile Include="src/**/*.cs" />

0 commit comments

Comments
 (0)