Skip to content

Commit

Permalink
release: 发布版本 (
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed Mar 23, 2023
1 parent 5303386 commit da5a871
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EleCho.GoCqHttpSdk/EleCho.GoCqHttpSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Company>SlimeNull</Company>
<Description>Go-CqHttp 的 .NET SDK</Description>
<RepositoryUrl>https://github.com/OrgEleCho/EleCho.GoCqHttpSdk</RepositoryUrl>
<Version>1.0.10</Version>
<Version>1.0.11</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Copyright>Copyright (c) EleCho 2023</Copyright>
<PackageProjectUrl>https://github.com/OrgEleCho/EleCho.GoCqHttpSdk</PackageProjectUrl>
Expand Down
8 changes: 7 additions & 1 deletion src/TestConsole/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@ private static async Task Main(string[] args)
});

Console.WriteLine("OK");
await session.RunAsync();
await session.StartAsync();


var qwq = await session.GetGroupMemberListAsync(560611514);


await session.WaitForShutdownAsync();
}
}

Expand Down

0 comments on commit da5a871

Please sign in to comment.