Skip to content

Commit e62f154

Browse files
authored
release 0.2.0 (#16)
1 parent 55a0724 commit e62f154

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
Aliyun DashScope灵积模型服务(通义千问) 非官方SDK
44

55

6+
[![NuGet](https://img.shields.io/nuget/v/DashScope?label=SDK)](https://www.nuget.org/packages/DashScope/)
7+
[![NuGet](https://img.shields.io/nuget/v/DashScope.SemanticKernel?label=SK)](https://www.nuget.org/packages/DashScope.SemanticKernel/)
8+
9+
610
- [如何使用SDK](./src/DashScope/README.md)
711
- [如何集成Semantic Kernel](./src/DashScope.SemanticKernel/README.md)

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<PackageId>$(AssemblyName)</PackageId>
6-
<Version>0.1.0-preview</Version>
6+
<Version>0.2.0-preview</Version>
77
<LangVersion>10</LangVersion>
88
<Nullable>enable</Nullable>
99
<Authors>Custouch</Authors>

0 commit comments

Comments
 (0)