Skip to content

Commit

Permalink
更改版本到0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saplonily committed Dec 19, 2022
1 parent 96ed7ea commit a50ff21
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DocExample/DocExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SaladimQBot.GoCqHttp" Version="0.2.0" />
<PackageReference Include="SaladimQBot.GoCqHttp" Version="0.3.0" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion SaladimQBot.Core/SaladimQBot.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<Title>SaladimQBot.Core</Title>
<Authors>Saplonily</Authors>
<PackAsTool>False</PackAsTool>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
<PackageProjectUrl>https://github.com/saladim-org/Saladim.QBot</PackageProjectUrl>
<RepositoryUrl>https://github.com/saladim-org/Saladim.QBot</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>SaladimQBot的抽象层, 众多拓展只需依赖它</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
9 changes: 9 additions & 0 deletions SaladimQBot.Extensions/SaladimQBot.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.3.0</Version>
<Title>SaladimQBot.Extensions</Title>
<Authors>Saplonily</Authors>
<Company>Saplonily</Company>
<Description>SaladimQBot的Official拓展包</Description>
<Copyright>以AGPL-3许可开源</Copyright>
<PackageProjectUrl>https://github.com/saladim-org/Saladim.QBot</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/saladim-org/Saladim.QBot</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions SaladimQBot.GoCqHttp/CqClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,9 @@ internal void InternalPostProcessor(CqPost post)
public MessageEntityBuilder CreateMessageBuilder()
=> new(this);

public MessageEntityBuilder CreateMessageBuilder(Message msgToReply)
=> new MessageEntityBuilder(this).WithReply(msgToReply);

public ForwardEntityBuilder CreateForwardBuilder()
=> new(this);

Expand Down
3 changes: 2 additions & 1 deletion SaladimQBot.GoCqHttp/SaladimQBot.GoCqHttp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<Title>SaladimQBot.GoCqHttp</Title>
<Authors>Saplonily</Authors>
<PackAsTool>False</PackAsTool>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
<PackageProjectUrl>https://github.com/saladim-org/Saladim.QBot</PackageProjectUrl>
<RepositoryUrl>https://github.com/saladim-org/Saladim.QBot</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>SaladimQBot的使用go-cqhttp实现</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
Expand Down
3 changes: 2 additions & 1 deletion SaladimQBot.Shared/SaladimQBot.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<Title>SaladimQBot.Shared</Title>
<Authors>Saplonily</Authors>
<PackAsTool>False</PackAsTool>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
<PackageProjectUrl>https://github.com/saladim-org/Saladim.QBot</PackageProjectUrl>
<RepositoryUrl>https://github.com/saladim-org/Saladim.QBot</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Description>SaladimQBot official实现的共享包</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit a50ff21

Please sign in to comment.