Skip to content

Commit da5a871

Browse files
committed
release: 发布版本 (
1 parent 5303386 commit da5a871

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/EleCho.GoCqHttpSdk/EleCho.GoCqHttpSdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Company>SlimeNull</Company>
99
<Description>Go-CqHttp 的 .NET SDK</Description>
1010
<RepositoryUrl>https://github.com/OrgEleCho/EleCho.GoCqHttpSdk</RepositoryUrl>
11-
<Version>1.0.10</Version>
11+
<Version>1.0.11</Version>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<Copyright>Copyright (c) EleCho 2023</Copyright>
1414
<PackageProjectUrl>https://github.com/OrgEleCho/EleCho.GoCqHttpSdk</PackageProjectUrl>

src/TestConsole/Program.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,13 @@ private static async Task Main(string[] args)
8383
});
8484

8585
Console.WriteLine("OK");
86-
await session.RunAsync();
86+
await session.StartAsync();
87+
88+
89+
var qwq = await session.GetGroupMemberListAsync(560611514);
90+
91+
92+
await session.WaitForShutdownAsync();
8793
}
8894
}
8995

0 commit comments

Comments
 (0)