Skip to content

Commit 456d0c8

Browse files
committed
Change package version to 0.11.3
1 parent 3349858 commit 456d0c8

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

example/ChatAIze.PluginApi.ExamplePlugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Title>Example Plugin</Title>
44
<Product>Plugin API</Product>
5-
<Version>0.11.1</Version>
5+
<Version>0.11.3</Version>
66
<Company>ChatAIze</Company>
77
<Authors>Marcel Kwiatkowski</Authors>
88
<Copyright>© ChatAIze 2024</Copyright>

src/ChatAIze.PluginApi.csproj

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Title>Plugin API</Title>
44
<Product>Plugin API</Product>
5-
<Version>0.11.2</Version>
5+
<Version>0.11.3</Version>
66
<Company>ChatAIze</Company>
77
<Authors>Marcel Kwiatkowski</Authors>
88
<Copyright>© ChatAIze 2024</Copyright>
@@ -29,11 +29,21 @@
2929
</PackageTags>
3030
</PropertyGroup>
3131
<ItemGroup>
32-
<None Include="icon.png" Pack="true" PackagePath="\" />
33-
<None Include="../README.md" Pack="true" PackagePath="" />
32+
<None
33+
Include="icon.png"
34+
Pack="true"
35+
PackagePath="\" />
36+
<None
37+
Include="../README.md"
38+
Pack="true"
39+
PackagePath="" />
3440
</ItemGroup>
3541
<ItemGroup>
36-
<PackageReference Include="ChatAIze.Abstractions" Version="0.12.6" />
37-
<PackageReference Include="ChatAIze.Utilities" Version="0.4.16" />
42+
<PackageReference
43+
Include="ChatAIze.Abstractions"
44+
Version="0.12.6" />
45+
<PackageReference
46+
Include="ChatAIze.Utilities"
47+
Version="0.4.16" />
3848
</ItemGroup>
3949
</Project>

0 commit comments

Comments
 (0)